From 95108e0bd4d34950dbc54efc6c67c81efe3b6b48 Mon Sep 17 00:00:00 2001 From: Laura Lenik Date: Fri, 19 Sep 2025 15:47:27 +0200 Subject: [PATCH] release --- CHANGELOG.md | 2 ++ plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d03fd9..886af59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [1.12.5] - 2025-09-19 + ### Fixed - Fixed dynamic display of alert size. diff --git a/plugin.xml b/plugin.xml index a4404cc..48db6f4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -58,6 +58,11 @@ Fonctionnalités ~11.0.0 https://github.com/pluginsGLPI/news/releases/download/1.13.0-beta2/glpi-news-1.13.0-beta2.tar.bz2 + + 1.12.5 + ~10.0.0 + https://github.com/pluginsGLPI/news/releases/download/1.12.5/glpi-news-1.12.5.tar.bz2 + 1.12.4 ~10.0.0 diff --git a/setup.php b/setup.php index dff119b..f7bf5bb 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_NEWS_VERSION', '1.12.4'); +define('PLUGIN_NEWS_VERSION', '1.12.5'); // Minimal GLPI version, inclusive define('PLUGIN_NEWS_MIN_GLPI', '10.0.0');