From 2a0df92ca80357012ca8b8a35ae6fb807a5e0be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 2 Sep 2022 16:11:20 +0200 Subject: [PATCH] 2.8.2 --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 364ab3c..5b344c0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,6 +24,11 @@ Walid Nouh + + 2.8.2 + ~10.0.0 + https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.8.2/glpi-geninventorynumber-2.8.2.tar.bz2 + 2.8.1 ~10.0.0 diff --git a/setup.php b/setup.php index d53177e..08101a6 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.1'); +define ('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.2'); // Minimal GLPI version, inclusive define("PLUGIN_GENINVENTORYNUMBER_MIN_GLPI", "10.0.0");