diff --git a/CHANGELOG.md b/CHANGELOG.md index 54311edc..fafee05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ 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.8.12] - 2026-09-07 ### Fixed diff --git a/mreporting.xml b/mreporting.xml index 5d9b9b09..5122e8a8 100644 --- a/mreporting.xml +++ b/mreporting.xml @@ -2,7 +2,7 @@ More Reporting mreporting stable - https://raw.githubusercontent.com/pluginsGLPI/mreporting/main/pics/chart-garea.png + https://raw.githubusercontent.com/pluginsGLPI/mreporting/main/public/pics/chart-garea.png Přidání (a vytváření) nových výkazů s grafy pro glpi @@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki Infotel + + 1.8.12 + ~10.0.11 + https://github.com/pluginsGLPI/mreporting/releases/download/1.8.12/glpi-mreporting-1.8.12.tar.bz2 + 1.8.11 ~10.0.11 diff --git a/setup.php b/setup.php index 14203163..b2efed1c 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_MREPORTING_VERSION', '1.8.11'); +define('PLUGIN_MREPORTING_VERSION', '1.8.12'); // Minimal GLPI version, inclusive define('PLUGIN_MREPORTING_MIN_GLPI', '10.0.11');