From 91768342be17d0fdee2c49ebb0205c5172f4c247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 10 Aug 2022 14:29:39 +0200 Subject: [PATCH] 1.8.1 --- mreporting.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mreporting.xml b/mreporting.xml index 9a4fa88d..c877bb1d 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki Infotel + + 1.8.1 + ~10.0.0 + https://github.com/pluginsGLPI/mreporting/releases/download/1.8.1/glpi-mreporting-1.8.1.tar.bz2 + 1.8.0 ~10.0.0 diff --git a/setup.php b/setup.php index 1297c9f1..fa03632a 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_MREPORTING_VERSION', '1.8.0'); +define ('PLUGIN_MREPORTING_VERSION', '1.8.1'); // Minimal GLPI version, inclusive define("PLUGIN_MREPORTING_MIN_GLPI", "10.0.0");