From 9cdffe7dde0c46527ba95a65f98d69828b4bab0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 13 Sep 2022 10:34:31 +0200 Subject: [PATCH] 2.5.1 --- itilcategorygroups.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/itilcategorygroups.xml b/itilcategorygroups.xml index 0847374..5e42f55 100644 --- a/itilcategorygroups.xml +++ b/itilcategorygroups.xml @@ -37,6 +37,11 @@ Potom, pro každou z kategorií požadavku je možné určit která skupina bude François Legastelois + + 2.5.1 + ~10.0.0 + https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.5.1/glpi-itilcategorygroups-2.5.1.tar.bz2 + 2.5.0 ~10.0.0 diff --git a/setup.php b/setup.php index 00c3f6d..be99fee 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.5.0'); +define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.5.1'); // Minimal GLPI version, inclusive define("PLUGIN_ITILCATEGORYGROUPS_MIN_GLPI", "10.0.0");