From 6aaebe8377a1233537840aa1cfcc473be279b530 Mon Sep 17 00:00:00 2001 From: Herafia Date: Wed, 10 Jun 2026 10:42:51 +0200 Subject: [PATCH] 2.10.3 --- CHANGELOG.md | 2 +- escalade.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0a334..11c3ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [UNRELEASED] +## [2.10.3] - 2026-06-10 ### Fixed diff --git a/escalade.xml b/escalade.xml index 0c9892a..b8cdda0 100644 --- a/escalade.xml +++ b/escalade.xml @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes : Teclib' + + 2.10.3 + ~11.0.0 + https://github.com/pluginsGLPI/escalade/releases/download/2.10.3/glpi-escalade-2.10.3.tar.bz2 + 2.10.2 ~11.0.0 diff --git a/setup.php b/setup.php index 504c965..b480faf 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_ESCALADE_VERSION', '2.10.2'); +define('PLUGIN_ESCALADE_VERSION', '2.10.3'); // Minimal GLPI version, inclusive define("PLUGIN_ESCALADE_MIN_GLPI", "11.0.0"); // Maximum GLPI version, exclusive