File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 2.9.3] - 2025-04-01
9+
10+ ### Fixed
11+
12+ - The uninstallation model does not remove the group
13+
814## [ 2.9.2] - 2024-06-10
915
1016### Fixed
Original file line number Diff line number Diff line change 3030
3131use Glpi \Plugin \Hooks ;
3232
33- define ('PLUGIN_UNINSTALL_VERSION ' , '2.9.2 ' );
33+ define ('PLUGIN_UNINSTALL_VERSION ' , '2.9.3 ' );
3434
3535// Minimal GLPI version, inclusive
3636define ("PLUGIN_UNINSTALL_MIN_GLPI " , "10.0.7 " );
Original file line number Diff line number Diff line change 2525 <author >Remi Collet</author >
2626 </authors >
2727 <versions >
28+ <version >
29+ <num >2.9.3</num >
30+ <compatibility >~10.0.7</compatibility >
31+ <download_url >https://github.com/pluginsGLPI/uninstall/releases/download/2.9.3/glpi-uninstall-2.9.3.tar.bz2</download_url >
32+ </version >
2833 <version >
2934 <num >2.9.2</num >
3035 <compatibility >~10.0.0</compatibility >
You can’t perform that action at this time.
0 commit comments