From 58a5aa03af092261ef34180a3cf6dcaf8f2be63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 12 Jul 2023 16:49:54 +0200 Subject: [PATCH] 2.9.1 --- escalade.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/escalade.xml b/escalade.xml index e7b8f1ea..744e63f4 100644 --- a/escalade.xml +++ b/escalade.xml @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes : Teclib' + + 2.9.1 + ~10.0.0 + https://github.com/pluginsGLPI/escalade/releases/download/2.9.1/glpi-escalade-2.9.1.tar.bz2 + 2.9.0 ~10.0.0 diff --git a/setup.php b/setup.php index c73d69f6..c2a31904 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define ('PLUGIN_ESCALADE_VERSION', '2.9.0'); +define ('PLUGIN_ESCALADE_VERSION', '2.9.1'); // Minimal GLPI version, inclusive define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.0");