From e347da938fe28569dbc560b905b88fa51183e4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 11 Oct 2023 14:23:21 +0200 Subject: [PATCH] 1.8.4 --- mreporting.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mreporting.xml b/mreporting.xml index 3546cc6d..98f75124 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki Infotel + + 1.8.4 + ~10.0.0 + https://github.com/pluginsGLPI/mreporting/releases/download/1.8.4/glpi-mreporting-1.8.4.tar.bz2 + 1.8.3 ~10.0.0 diff --git a/setup.php b/setup.php index be406c5d..c83b63a3 100644 --- a/setup.php +++ b/setup.php @@ -29,7 +29,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_MREPORTING_VERSION', '1.8.3'); +define ('PLUGIN_MREPORTING_VERSION', '1.8.4'); // Minimal GLPI version, inclusive define("PLUGIN_MREPORTING_MIN_GLPI", "10.0.0");