From 61b58e583183a3b9a8e8cfbe09179912507d28f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 21 Feb 2022 13:32:57 +0100 Subject: [PATCH] Add 2.8.2 version definition --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 708ed04..d9ef3b5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -48,6 +48,11 @@ ~10.0.0 https://github.com/pluginsGLPI/tag/releases/download/2.9.0-rc1/glpi-tag-2.9.0-rc1.tar.bz2 + + 2.8.2 + ~9.5.0 + https://github.com/pluginsGLPI/tag/releases/download/2.8.2/glpi-tag-2.8.2.tar.bz2 + 2.8.1 ~9.5.0 diff --git a/setup.php b/setup.php index 35c461f..6b7ebbf 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_TAG_VERSION', '2.8.1'); +define ('PLUGIN_TAG_VERSION', '2.8.2'); // Minimal GLPI version, inclusive define("PLUGIN_TAG_MIN_GLPI", "9.5");