From 43e96de3abb448575ca4571445d686de47b2bbd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 19 Sep 2022 10:22:45 +0200 Subject: [PATCH] 2.3.1 --- sccm.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sccm.xml b/sccm.xml index c8e177a..b8bf1f7 100644 --- a/sccm.xml +++ b/sccm.xml @@ -55,6 +55,11 @@ Prerequisite : TECLIB' + + 2.3.1 + ~9.5.0 + https://github.com/pluginsGLPI/sccm/releases/download/2.3.1/glpi-sccm-2.3.1.tar.bz2 + 2.3.0 ~9.5.0 diff --git a/setup.php b/setup.php index f3badfc..a37c4fe 100644 --- a/setup.php +++ b/setup.php @@ -29,7 +29,7 @@ * ------------------------------------------------------------------------- */ -define("PLUGIN_SCCM_VERSION", "2.3.0"); +define("PLUGIN_SCCM_VERSION", "2.3.1"); // Minimal GLPI version, inclusive define("PLUGIN_SCCM_MIN_GLPI", "9.5");