From 2f660b26b22bb67fcb7bb0a4583bb622267076ad Mon Sep 17 00:00:00 2001 From: Rom1-B <8530352+Rom1-B@users.noreply.github.com> Date: Fri, 22 May 2026 11:06:04 +0200 Subject: [PATCH] 1.9.6 --- CHANGELOG.md | 2 +- mreporting.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0f3317..9fdd3172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.9.6] - 2026-05-22 ### Fixed diff --git a/mreporting.xml b/mreporting.xml index c473b8ee..14f545d5 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki Infotel + + 1.9.6 + ~11.0.0 + https://github.com/pluginsGLPI/mreporting/releases/download/1.9.6/glpi-mreporting-1.9.6.tar.bz2 + 1.9.5 ~11.0.0 diff --git a/setup.php b/setup.php index c9700847..67aa27e8 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_MREPORTING_VERSION', '1.9.5'); +define('PLUGIN_MREPORTING_VERSION', '1.9.6'); // Minimal GLPI version, inclusive define('PLUGIN_MREPORTING_MIN_GLPI', '11.0.0');