From 74d4f846f48c99fe3e96a03faead2a4374a901b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 19 Feb 2021 10:55:12 +0100 Subject: [PATCH] Add 2.4.1 version definition --- itilcategorygroups.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/itilcategorygroups.xml b/itilcategorygroups.xml index 777a491..ef7a8c6 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.4.1 + ~9.5.0 + https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.4.1/glpi-itilcategorygroups-2.4.1.tar.bz2 + 2.4.0 ~9.5.0 diff --git a/setup.php b/setup.php index 1599ad3..9390b6c 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ @since 2009 ---------------------------------------------------------------------- */ -define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.4.0'); +define ('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.4.1'); // Minimal GLPI version, inclusive define("PLUGIN_ITILCATEGORYGROUPS_MIN_GLPI", "9.5");