From 8f660c947da334aad6bd48aed465797f280455be Mon Sep 17 00:00:00 2001 From: MyuTsu Date: Tue, 27 Jan 2026 11:16:16 +0100 Subject: [PATCH] 2.9.19 --- CHANGELOG.md | 2 ++ escalade.xml | 5 +++++ setup.php | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c09d29..e864b5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [2.9.19] - 2026-27-01 + ### Fixed - Handle mandatory template fields in history button escalation diff --git a/escalade.xml b/escalade.xml index cbe8b4ac..4478648c 100644 --- a/escalade.xml +++ b/escalade.xml @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes : Teclib' + + 2.9.19 + ~10.0.11 + https://github.com/pluginsGLPI/escalade/releases/download/2.9.19/glpi-escalade-2.9.19.tar.bz2 + 2.9.18 ~10.0.11 diff --git a/setup.php b/setup.php index 33fbcabc..91c9a2a1 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_ESCALADE_VERSION', '2.9.18'); +define('PLUGIN_ESCALADE_VERSION', '2.9.19'); // Minimal GLPI version, inclusive define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.11");