From c1065401f289a5713525e8fd880da4008092004f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 20 Apr 2022 16:28:13 +0200 Subject: [PATCH] 2.9.0 --- plugin.xml | 19 ++----------------- setup.php | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/plugin.xml b/plugin.xml index a6e64f0..4410879 100644 --- a/plugin.xml +++ b/plugin.xml @@ -34,24 +34,9 @@ - 2.9.0-rc4 + 2.9.0 ~10.0.0 - https://github.com/pluginsGLPI/tag/releases/download/2.9.0-rc4/glpi-tag-2.9.0-rc4.tar.bz2 - - - 2.9.0-rc3 - ~10.0.0 - https://github.com/pluginsGLPI/tag/releases/download/2.9.0-rc3/glpi-tag-2.9.0-rc3.tar.bz2 - - - 2.9.0-rc2 - ~10.0.0 - https://github.com/pluginsGLPI/tag/releases/download/2.9.0-rc2/glpi-tag-2.9.0-rc2.tar.bz2 - - - 2.9.0-rc1 - ~10.0.0 - https://github.com/pluginsGLPI/tag/releases/download/2.9.0-rc1/glpi-tag-2.9.0-rc1.tar.bz2 + https://github.com/pluginsGLPI/tag/releases/download/2.9.0/glpi-tag-2.9.0.tar.bz2 2.8.3 diff --git a/setup.php b/setup.php index 5fd73ba..3b8ee9d 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define ('PLUGIN_TAG_VERSION', '2.8.3'); +define ('PLUGIN_TAG_VERSION', '2.9.0'); // Minimal GLPI version, inclusive define("PLUGIN_TAG_MIN_GLPI", "10.0.0");