From 84b1b7630d419f34fb1b7a5179c271017b78ef07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 5 Dec 2023 16:16:45 +0100 Subject: [PATCH] 2.11.7 --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index d82ad9a..4988d94 100644 --- a/plugin.xml +++ b/plugin.xml @@ -33,6 +33,11 @@ TECLIB' + + 2.11.7 + ~10.0.0 + https://github.com/pluginsGLPI/tag/releases/download/2.11.7/glpi-tag-2.11.7.tar.bz2 + 2.11.6 ~10.0.0 diff --git a/setup.php b/setup.php index b2eaba3..77a8128 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_TAG_VERSION', '2.11.6'); +define('PLUGIN_TAG_VERSION', '2.11.7'); // Minimal GLPI version, inclusive define("PLUGIN_TAG_MIN_GLPI", "10.0.0");