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