From 5aab5aa02e3b2b5bfaab3a19234d89c32dce6858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 4 Feb 2022 08:45:40 +0100 Subject: [PATCH] Add 2.7.5 version definition --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index 8a5423c155..ecc2182aa8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -34,6 +34,11 @@ ~10.0.0 https://github.com/pluginsGLPI/order/releases/download/2.8.0-rc1/glpi-order-2.8.0-rc1.tar.bz2 + + 2.7.5 + ~9.5.0 + https://github.com/pluginsGLPI/order/releases/download/2.7.5/glpi-order-2.7.5.tar.bz2 + 2.7.4 ~9.5.0 diff --git a/setup.php b/setup.php index 2032c60f50..f3c424258b 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_ORDER_VERSION', '2.7.4'); +define('PLUGIN_ORDER_VERSION', '2.7.5'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "9.5");