Skip to content

Commit da16d04

Browse files
authored
2.10.2 (#175)
1 parent 4081aab commit da16d04

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [UNRELEASED]
8+
## [2.10.2] - 2025-11-05
99

1010
### Fixed
1111

setup.php

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

3333
use function Safe\define;
3434

35-
define('PLUGIN_UNINSTALL_VERSION', '2.10.1');
35+
define('PLUGIN_UNINSTALL_VERSION', '2.10.2');
3636
define("PLUGIN_UNINSTALL_MIN_GLPI", "11.0.0");
3737
define("PLUGIN_UNINSTALL_MAX_GLPI", "11.0.99");
3838

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.10.2</num>
30+
<compatibility>~11.0.0</compatibility>
31+
<download_url>https://github.com/pluginsGLPI/uninstall/releases/download/2.10.2/glpi-uninstall-2.10.2.tar.bz2</download_url>
32+
</version>
2833
<version>
2934
<num>2.10.1</num>
3035
<compatibility>~11.0.0</compatibility>

0 commit comments

Comments
 (0)