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