Skip to content

Commit 1611c3d

Browse files
authored
2.9.3 (#136)
1 parent bfdfe62 commit 1611c3d

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
use 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
3636
define("PLUGIN_UNINSTALL_MIN_GLPI", "10.0.7");

uninstall.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
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>

0 commit comments

Comments
 (0)