diff --git a/mreporting.xml b/mreporting.xml index c21ed0f1..dbc46fe5 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -108,6 +108,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki ~10.0.0 https://github.com/pluginsGLPI/mreporting/releases/download/1.8.0-rc1/glpi-mreporting-1.8.0-rc1.tar.bz2 + + 1.7.4 + ~9.5.0 + https://github.com/pluginsGLPI/mreporting/releases/download/1.7.4/glpi-mreporting-1.7.4.tar.bz2 + 1.7.3 ~9.5.0 diff --git a/setup.php b/setup.php index 480e4ffd..db2c9673 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_MREPORTING_VERSION', '1.7.3'); +define ('PLUGIN_MREPORTING_VERSION', '1.7.4'); // Minimal GLPI version, inclusive define("PLUGIN_MREPORTING_MIN_GLPI", "9.5");