From d4e351d75b1dfac4d89590b28707d3e697900c7c Mon Sep 17 00:00:00 2001 From: MyuTsu Date: Thu, 4 Dec 2025 16:55:23 +0100 Subject: [PATCH 1/2] 1.8.10 --- CHANGELOG.md | 2 ++ mreporting.xml | 5 +++++ setup.php | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbb460e..f2dcff54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELEASED] +## [1.8.10] - 2025-12-04 + ### Fixed - Fix SQL alias errors for reportVstackbarLifetime chart diff --git a/mreporting.xml b/mreporting.xml index 5dcf9219..3073f779 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki Infotel + + 1.8.10 + ~10.0.11 + https://github.com/pluginsGLPI/mreporting/releases/download/1.8.10/glpi-mreporting-1.8.10.tar.bz2 + 1.8.9 ~10.0.11 diff --git a/setup.php b/setup.php index 0b8bb11a..b18ed533 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_MREPORTING_VERSION', '1.8.9'); +define('PLUGIN_MREPORTING_VERSION', '1.8.10'); // Minimal GLPI version, inclusive define('PLUGIN_MREPORTING_MIN_GLPI', '10.0.11'); From f70e657e12d095a2566edb796ad378c7ea842124 Mon Sep 17 00:00:00 2001 From: "Romain B." <8530352+Rom1-B@users.noreply.github.com> Date: Fri, 5 Dec 2025 08:14:54 +0100 Subject: [PATCH 2/2] Apply suggestion from @Rom1-B --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2dcff54..fc3d9991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELEASED] -## [1.8.10] - 2025-12-04 +## [1.8.10] - 2025-12-05 ### Fixed