From ef1477c05152b61a4badcb8bcc67f93e432ded07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 31 Jan 2022 14:42:21 +0100 Subject: [PATCH] Add 4.4.1 version definition --- mantis.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mantis.xml b/mantis.xml index 3d6872d..060ed63 100644 --- a/mantis.xml +++ b/mantis.xml @@ -54,6 +54,11 @@ TECLIB' + + 4.4.1 + ~9.5.0 +  https://github.com/pluginsGLPI/mantis/releases/download/4.4.1/glpi-mantis-4.4.1.tar.bz2 + 4.4.0 ~9.5.0 diff --git a/setup.php b/setup.php index 1d7f98d..0484044 100755 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define("PLUGIN_MANTIS_VERSION", "4.4.0"); +define("PLUGIN_MANTIS_VERSION", "4.4.1"); // Minimal GLPI version, inclusive define("PLUGIN_MANTIS_MIN_GLPI", "9.5");