From 54f20cf4f6ceed132b33b75b7e7b26ffdce56b02 Mon Sep 17 00:00:00 2001
From: Romain B <8530352+Rom1-B@users.noreply.github.com>
Date: Mon, 10 Jun 2024 10:22:15 +0200
Subject: [PATCH] 2.9.2 (#107)
---
CHANGELOG.md | 13 +++++++++++++
setup.php | 2 +-
uninstall.xml | 5 +++++
3 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 CHANGELOG.md
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