From b01050ef75503a95a16d4a4cef0a003ae7680bac Mon Sep 17 00:00:00 2001
From: Romain B <8530352+Rom1-B@users.noreply.github.com>
Date: Fri, 17 May 2024 10:06:42 +0200
Subject: [PATCH] 2.8.4 (#88)
* 2.8.4
* saved file
---
CHANGELOG.md | 16 ++++++++++++++++
plugin.xml | 5 +++++
setup.php | 2 +-
3 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..7749b8a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,16 @@
+# 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.8.4] - 2024-05-17
+
+## Added
+
+- Show generated number in popup message (#85)
+
+## Fixed
+
+- Fix undefined index `is_active` (#69)
diff --git a/plugin.xml b/plugin.xml
index 80401f9..003ddcf 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,6 +24,11 @@
Walid Nouh
+
+ 2.8.4
+ ~10.0.11
+ https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.8.4/glpi-geninventorynumber-2.8.4.tar.bz2
+
2.8.3
~10.0.0
diff --git a/setup.php b/setup.php
index 4eef081..18416f0 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.3');
+define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.4');
// Minimal GLPI version, inclusive
define("PLUGIN_GENINVENTORYNUMBER_MIN_GLPI", "10.0.11");