diff --git a/CHANGELOG.md b/CHANGELOG.md index 9554ea04..a4ee3743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [2.10.7] - 2026-08-31 ### Fixed diff --git a/escalade.xml b/escalade.xml index 6a6b48d5..5fd09273 100644 --- a/escalade.xml +++ b/escalade.xml @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes : Teclib' + + 2.10.7 + ~11.0.0 + https://github.com/pluginsGLPI/escalade/releases/download/2.10.7/glpi-escalade-2.10.7.tar.bz2 + 2.10.6 ~11.0.0 diff --git a/setup.php b/setup.php index 9fd6a959..ad154359 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_ESCALADE_VERSION', '2.10.6'); +define('PLUGIN_ESCALADE_VERSION', '2.10.7'); // Minimal GLPI version, inclusive define("PLUGIN_ESCALADE_MIN_GLPI", "11.0.0"); // Maximum GLPI version, exclusive