From e11cea45bef40bc1e7ad900bab1307a16cf9684a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 20 Apr 2022 16:44:58 +0200 Subject: [PATCH] 2.5.0 --- plugin.xml | 9 ++------- setup.php | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) 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");