diff --git a/CHANGELOG.md b/CHANGELOG.md index fbcbe30..ac8792a 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.4] - 2026-06-24 - Fix escape chars diff --git a/escalade.xml b/escalade.xml index b8cdda0..1dd4436 100644 --- a/escalade.xml +++ b/escalade.xml @@ -61,6 +61,16 @@ Elle ajoute les fonctionnalités suivantes : Teclib' + + 2.10.4 + ~11.0.0 + https://github.com/pluginsGLPI/escalade/releases/download/2.10.4/glpi-escalade-2.10.4.tar.bz2 + + + 2.9.20 + ~10.0.11 + https://github.com/pluginsGLPI/escalade/releases/download/2.9.20/glpi-escalade-2.9.20.tar.bz2 + 2.10.3 ~11.0.0 diff --git a/setup.php b/setup.php index b480faf..87e7525 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_ESCALADE_VERSION', '2.10.3'); +define('PLUGIN_ESCALADE_VERSION', '2.10.4'); // Minimal GLPI version, inclusive define("PLUGIN_ESCALADE_MIN_GLPI", "11.0.0"); // Maximum GLPI version, exclusive