From 4869bc87cce56585a1b0eea57644a7d176743244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 20 Apr 2022 15:42:55 +0200 Subject: [PATCH] 1.8.0 --- mreporting.xml | 19 ++----------------- setup.php | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/mreporting.xml b/mreporting.xml index 1a2efaff..9a4fa88d 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -99,24 +99,9 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki - 1.8.0-rc4 + 1.8.0 ~10.0.0 - https://github.com/pluginsGLPI/mreporting/releases/download/1.8.0-rc4/glpi-mreporting-1.8.0-rc4.tar.bz2 - - - 1.8.0-rc3 - ~10.0.0 - https://github.com/pluginsGLPI/mreporting/releases/download/1.8.0-rc3/glpi-mreporting-1.8.0-rc3.tar.bz2 - - - 1.8.0-rc2 - ~10.0.0 - https://github.com/pluginsGLPI/mreporting/releases/download/1.8.0-rc2/glpi-mreporting-1.8.0-rc2.tar.bz2 - - - 1.8.0-rc1 - ~10.0.0 - https://github.com/pluginsGLPI/mreporting/releases/download/1.8.0-rc1/glpi-mreporting-1.8.0-rc1.tar.bz2 + https://github.com/pluginsGLPI/mreporting/releases/download/1.8.0/glpi-mreporting-1.8.0.tar.bz2 1.7.4 diff --git a/setup.php b/setup.php index 510dfca1..5c9e4bfd 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_MREPORTING_VERSION', '1.7.4'); +define ('PLUGIN_MREPORTING_VERSION', '1.8.0'); // Minimal GLPI version, inclusive define("PLUGIN_MREPORTING_MIN_GLPI", "10.0.0");