From 23728af83070dae981d199da51e00efa51b78b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 7 Feb 2020 11:11:12 +0100 Subject: [PATCH] Add 2.6.0 version definition --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 149af05..60a70c8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -33,6 +33,11 @@ TECLIB' + + 2.6.0 + ~9.4.0 + https://github.com/pluginsGLPI/tag/releases/download/2.6.0/glpi-tag-2.6.0.tar.bz2 + 2.5.0 ~9.4.0 diff --git a/setup.php b/setup.php index 04d64aa..4b76eeb 100644 --- a/setup.php +++ b/setup.php @@ -26,7 +26,7 @@ -------------------------------------------------------------------------- */ -define ('PLUGIN_TAG_VERSION', '2.5.0'); +define ('PLUGIN_TAG_VERSION', '2.6.0'); // Minimal GLPI version, inclusive define("PLUGIN_TAG_MIN_GLPI", "9.4");