diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb9075..e60f806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [2.9.6] - 2024-05-17 + ### Fixed - Fix ```Display delete button``` option diff --git a/escalade.xml b/escalade.xml index ed1c8f2..cd5bf6b 100644 --- a/escalade.xml +++ b/escalade.xml @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes : Teclib' + + 2.9.6 + ~10.0.11 + https://github.com/pluginsGLPI/escalade/releases/download/2.9.6/glpi-escalade-2.9.6.tar.bz2 + 2.9.5 ~10.0.11 diff --git a/setup.php b/setup.php index 4cdc510..143dfba 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_ESCALADE_VERSION', '2.9.5'); +define('PLUGIN_ESCALADE_VERSION', '2.9.6'); // Minimal GLPI version, inclusive define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.11");