From 30e1c6693b96fe8232f3783ce67bbaefc5a9a6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 20 Jun 2022 14:07:24 +0200 Subject: [PATCH] 2.9.2 --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index a5256ad..0948c5d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -33,6 +33,11 @@ TECLIB' + + 2.9.2 + ~10.0.0 + https://github.com/pluginsGLPI/tag/releases/download/2.9.2/glpi-tag-2.9.2.tar.bz2 + 2.9.1 ~10.0.0 diff --git a/setup.php b/setup.php index 0db24ee..01c1d06 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define ('PLUGIN_TAG_VERSION', '2.9.1'); +define ('PLUGIN_TAG_VERSION', '2.9.2'); // Minimal GLPI version, inclusive define("PLUGIN_TAG_MIN_GLPI", "10.0.0");