From 5b23691756909cf747a0e4db2a912d9bc0a6effd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 13 Feb 2024 09:10:55 +0100 Subject: [PATCH] 1.8.6 --- mreporting.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mreporting.xml b/mreporting.xml index 263f6542..9caa1d62 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki Infotel + + 1.8.6 + ~10.0.0 + https://github.com/pluginsGLPI/mreporting/releases/download/1.8.6/glpi-mreporting-1.8.6.tar.bz2 + 1.8.5 ~10.0.0 diff --git a/setup.php b/setup.php index 07dec4b8..f43029ab 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_MREPORTING_VERSION', '1.8.5'); +define('PLUGIN_MREPORTING_VERSION', '1.8.6'); // Minimal GLPI version, inclusive define("PLUGIN_MREPORTING_MIN_GLPI", "10.0.0");