diff --git a/accounts.xml b/accounts.xml index 4302c48..f72c471 100644 --- a/accounts.xml +++ b/accounts.xml @@ -23,6 +23,11 @@ Infotel + + 3.0.4 + ~10.0 + https://github.com/InfotelGLPI/accounts/releases/download/3.0.4/glpi-accounts-3.0.4.tar.bz2 + 3.0.3 ~10.0 diff --git a/setup.php b/setup.php index d2e43ba..1804d62 100644 --- a/setup.php +++ b/setup.php @@ -27,7 +27,7 @@ -------------------------------------------------------------------------- */ -define('PLUGIN_ACCOUNTS_VERSION', '3.0.3'); +define('PLUGIN_ACCOUNTS_VERSION', '3.0.4'); if (!defined("PLUGIN_ACCOUNTS_DIR")) { define("PLUGIN_ACCOUNTS_DIR", Plugin::getPhpDir("accounts"));