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");