From d13a88682601a3d37913a5da2f4316b10468319a Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Thu, 5 Feb 2026 12:04:09 +0100 Subject: [PATCH] 1.9.4 --- CHANGELOG.md | 7 +++++++ mreporting.xml | 5 +++++ setup.php | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4ca236..e25fd2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +- Update locales +- Fix SQL query + +## [1.9.3] - 2026-01-08 + +### Fixed + - Fix SQL alias errors for reportVstackbarLifetime chart - Fix empty `WHERE` clause - Fix `limit` clause diff --git a/mreporting.xml b/mreporting.xml index b888a4c9..599794af 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki Infotel + + 1.9.4 + ~11.0.0 + https://github.com/pluginsGLPI/mreporting/releases/download/1.9.4/glpi-mreporting-1.9.4.tar.bz2 + 1.9.3 ~11.0.0 diff --git a/setup.php b/setup.php index 45d4795b..46c45411 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_MREPORTING_VERSION', '1.9.3'); +define('PLUGIN_MREPORTING_VERSION', '1.9.4'); // Minimal GLPI version, inclusive define('PLUGIN_MREPORTING_MIN_GLPI', '11.0.0');