From c262d4e5c3fb24a87716242ab0eede97e22991e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 20 Apr 2022 15:10:48 +0200 Subject: [PATCH] 2.5.0 --- itilcategorygroups.xml | 9 ++------- setup.php | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/itilcategorygroups.xml b/itilcategorygroups.xml index 0a7a2ad..0847374 100644 --- a/itilcategorygroups.xml +++ b/itilcategorygroups.xml @@ -38,14 +38,9 @@ Potom, pro každou z kategorií požadavku je možné určit která skupina bude - 2.5.0-rc2 + 2.5.0 ~10.0.0 - https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.5.0-rc2/glpi-itilcategorygroups-2.5.0-rc2.tar.bz2 - - - 2.5.0-rc1 - ~10.0.0 - https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.5.0-rc1/glpi-itilcategorygroups-2.5.0-rc1.tar.bz2 + https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.5.0/glpi-itilcategorygroups-2.5.0.tar.bz2 2.4.2 diff --git a/setup.php b/setup.php index 995a382..68b74d4 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.4.2'); +define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.5.0'); // Minimal GLPI version, inclusive define("PLUGIN_ITILCATEGORYGROUPS_MIN_GLPI", "10.0.0");