diff --git a/CHANGELOG.md b/CHANGELOG.md index a21e4a1..26ce659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unrelease] - +## [2.9.8] - 2024-07-15 + ### Fixed -- Trigger escalation for ticket updates not related to the plugin +- Prevent an escalation when a ticket is updated ## [2.9.7] - 2024-07-04 diff --git a/escalade.xml b/escalade.xml index 3b00ea7..5813716 100644 --- a/escalade.xml +++ b/escalade.xml @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes : Teclib' + + 2.9.8 + ~10.0.11 + https://github.com/pluginsGLPI/escalade/releases/download/2.9.8/glpi-escalade-2.9.8.tar.bz2 + 2.9.7 ~10.0.11 diff --git a/setup.php b/setup.php index 4b8c703..d06c2ac 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_ESCALADE_VERSION', '2.9.7'); +define('PLUGIN_ESCALADE_VERSION', '2.9.8'); // Minimal GLPI version, inclusive define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.11");