From 45d30d7beb06ccd3c64bda524768bd2d3e3e9a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 10 Oct 2023 13:42:14 +0200 Subject: [PATCH] 2.14.8 --- genericobject.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/genericobject.xml b/genericobject.xml index cf9a8eb..e98c767 100644 --- a/genericobject.xml +++ b/genericobject.xml @@ -24,6 +24,11 @@ Walid Nouh + + 2.14.8 + ~10.0.0 + https://github.com/pluginsGLPI/genericobject/releases/download/2.14.8/glpi-genericobject-2.14.8.tar.bz2 + 2.14.7 ~10.0.0 diff --git a/setup.php b/setup.php index 3743e4b..532cc2d 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_GENERICOBJECT_VERSION', '2.14.7'); +define ('PLUGIN_GENERICOBJECT_VERSION', '2.14.8'); // Minimal GLPI version, inclusive define("PLUGIN_GENERICOBJECT_MIN_GLPI", "10.0.0");