From aac412e9473c89162909bf8a046e07b357cfe13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 31 Jan 2023 15:54:14 +0100 Subject: [PATCH] 2.11.0 --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 7e3853b..b578b63 100644 --- a/plugin.xml +++ b/plugin.xml @@ -33,6 +33,11 @@ TECLIB' + + 2.11.0 + ~10.0.0 + https://github.com/pluginsGLPI/tag/releases/download/2.11.0/glpi-tag-2.11.0.tar.bz2 + 2.10.0 ~10.0.0 diff --git a/setup.php b/setup.php index 4e28e5b..0ad4a3d 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define ('PLUGIN_TAG_VERSION', '2.10.0'); +define ('PLUGIN_TAG_VERSION', '2.11.0'); // Minimal GLPI version, inclusive define("PLUGIN_TAG_MIN_GLPI", "10.0.0");