Skip to content
Merged

1.9.5 #358

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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.5] - 2026-05-12

### Fixed

- Fix GLIP Stat injection
- Fix GLPI Stat injection
- Fix missing icon
- Fix missing categories in `reportSunburstTicketByCategories` chart.
- Fix missing attachment from notification
Expand Down
5 changes: 5 additions & 0 deletions mreporting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki
<author>Infotel</author>
</authors>
<versions>
<version>
<num>1.9.5</num>
<compatibility>11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/mreporting/releases/download/1.9.5/glpi-mreporting-1.9.5.tar.bz2</download_url>
</version>
<version>
<num>1.8.11</num>
<compatibility>~10.0.11</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/

define('PLUGIN_MREPORTING_VERSION', '1.9.4');
define('PLUGIN_MREPORTING_VERSION', '1.9.5');

// Minimal GLPI version, inclusive
define('PLUGIN_MREPORTING_MIN_GLPI', '11.0.0');
Expand Down