diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4db00fe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# 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/). + +## [2.9.2] - 2024-06-10 + +### Fixed + +- Fix check group entity +- Fix error with infocom during replacement diff --git a/setup.php b/setup.php index 5f0723b..842207d 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_UNINSTALL_VERSION', '2.9.1'); +define('PLUGIN_UNINSTALL_VERSION', '2.9.2'); // Minimal GLPI version, inclusive define("PLUGIN_UNINSTALL_MIN_GLPI", "10.0.7"); diff --git a/uninstall.xml b/uninstall.xml index 1bb3825..f4f7b4e 100644 --- a/uninstall.xml +++ b/uninstall.xml @@ -25,6 +25,11 @@ Remi Collet + + 2.9.2 + ~10.0.0 + https://github.com/pluginsGLPI/uninstall/releases/download/2.9.2/glpi-uninstall-2.9.2.tar.bz2 + 2.9.1 ~10.0.0