From 1575c2a10c8be68108b82625a868604e31a4cafa Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Thu, 30 Apr 2026 14:16:24 +0200 Subject: [PATCH] 1.14.0 --- 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 d476f32..8e72bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.14.0] - 2026-04-30 + ### Added - Added support for displaying alerts on the service catalog page. diff --git a/plugin.xml b/plugin.xml index 10b9c90..3956d4b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -53,6 +53,11 @@ Fonctionnalités TECLIB' + + 1.14.0 + ~11.0.0 + https://github.com/pluginsGLPI/news/releases/download/1.14.0/glpi-news-1.14.0.tar.bz2 + 1.13.0 ~11.0.0 diff --git a/setup.php b/setup.php index efe66da..bde7b69 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use function Safe\define; -define('PLUGIN_NEWS_VERSION', '1.13.0'); +define('PLUGIN_NEWS_VERSION', '1.14.0'); // Minimal GLPI version, inclusive define('PLUGIN_NEWS_MIN_GLPI', '11.0.0');