From c02882fde45fc647a60d58467c3f6b302cb08015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 21 Feb 2022 10:06:44 +0100 Subject: [PATCH] Add 2.7.6 version definition --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index b7de1e8226..364ffb863a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -39,6 +39,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.6 + ~9.5.0 + https://github.com/pluginsGLPI/order/releases/download/2.7.6/glpi-order-2.7.6.tar.bz2 + 2.7.5 ~9.5.0 diff --git a/setup.php b/setup.php index f3c424258b..b907dfd695 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_ORDER_VERSION', '2.7.5'); +define('PLUGIN_ORDER_VERSION', '2.7.6'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "9.5");