From 2d9d7f6c250445b4aea98c1bd6af0e8dfa331144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Thu, 27 Aug 2020 21:17:41 +0200 Subject: [PATCH] Add 2.2.1 version definition --- sccm.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sccm.xml b/sccm.xml index 3fad8c4..ca423fc 100644 --- a/sccm.xml +++ b/sccm.xml @@ -55,6 +55,11 @@ Prerequisite : TECLIB' + + 2.2.1 + ~9.5.0 + https://github.com/pluginsGLPI/sccm/releases/download/2.2.1/glpi-sccm-2.2.1.tar.bz2 + 2.2.0 ~9.5.0 diff --git a/setup.php b/setup.php index 1367d1b..b756212 100644 --- a/setup.php +++ b/setup.php @@ -23,7 +23,7 @@ * ------------------------------------------------------------------------ */ -define("PLUGIN_SCCM_VERSION", "2.2.0"); +define("PLUGIN_SCCM_VERSION", "2.2.1"); // Minimal GLPI version, inclusive define("PLUGIN_SCCM_MIN_GLPI", "9.5");