diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..320cac3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log + +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.9.3] - 2024-02-21 + +### Added + +- Add short label for split action buttons in timeline footer + +### Fixed + +- Fix group dropdown depending on the configuration ```use_filter_assign_group``` +- Fix permission checks in ticket escalation +- Fix group filtering in escalation process diff --git a/escalade.xml b/escalade.xml index b83422e..c9ee58a 100644 --- a/escalade.xml +++ b/escalade.xml @@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes : Teclib' + + 2.9.3 + ~10.0.0 + https://github.com/pluginsGLPI/escalade/releases/download/2.9.3/glpi-escalade-2.9.3.tar.bz2 + 2.9.2 ~10.0.0 diff --git a/setup.php b/setup.php index b1d7fae..3d92c3c 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define ('PLUGIN_ESCALADE_VERSION', '2.9.2'); +define ('PLUGIN_ESCALADE_VERSION', '2.9.3'); // Minimal GLPI version, inclusive define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.0");