diff --git a/plugin.xml b/plugin.xml index 8d275ae..33f538a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -25,14 +25,9 @@ - 2.5.0-rc2 + 2.5.0 ~10.0.0 - https://github.com/pluginsGLPI/useditemsexport/releases/download/2.5.0-rc2/glpi-useditemsexport-2.5.0-rc2.tar.bz2 - - - 2.5.0-rc1 - ~10.0.0 - https://github.com/pluginsGLPI/useditemsexport/releases/download/2.5.0-rc1/glpi-useditemsexport-2.5.0-rc1.tar.bz2 + https://github.com/pluginsGLPI/useditemsexport/releases/download/2.5.0/glpi-useditemsexport-2.5.0.tar.bz2 2.4.0 diff --git a/setup.php b/setup.php index a2fe3a8..7fe6188 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ */ // Plugin version -define("PLUGIN_USEDITEMSEXPORT_VERSION", "2.4.0"); +define("PLUGIN_USEDITEMSEXPORT_VERSION", "2.5.0"); // Minimal GLPI version, inclusive define("PLUGIN_USEDITEMSEXPORT_MIN_GLPI", "10.0.0");