From 767a2ceeb121bb0ae24b4c9c179093b339002414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 19 Apr 2023 15:30:46 +0200 Subject: [PATCH] 2.10.3 --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index cb1cad3c35..90f7ee13ae 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,11 @@ Benjamin Fontan + + 2.10.3 + ~10.0.0 + https://github.com/pluginsGLPI/order/releases/download/2.10.3/glpi-order-2.10.3.tar.bz2 + 2.10.2 ~10.0.0 diff --git a/setup.php b/setup.php index 437fa66a62..c8b8284432 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_ORDER_VERSION', '2.10.2'); +define('PLUGIN_ORDER_VERSION', '2.10.3'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "10.0.0");