From 779ff9ca129a217de2c2d0115e38979f8003643b Mon Sep 17 00:00:00 2001 From: Romain B <8530352+Rom1-B@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:20:00 +0100 Subject: [PATCH] 2.10.6 (#378) --- CHANGELOG.md | 2 +- plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1db0a0ab..f4197b84cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [unreleased] +## [2.10.6] - 2024-03-08 ### Changed diff --git a/plugin.xml b/plugin.xml index 1d5a6c5596..7c17d4b1c8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,11 @@ Benjamin Fontan + + 2.10.6 + ~10.0.0 + https://github.com/pluginsGLPI/order/releases/download/2.10.6/glpi-order-2.10.6.tar.bz2 + 2.10.5 ~10.0.0 diff --git a/setup.php b/setup.php index 95a5263eb7..bb1a137a46 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_ORDER_VERSION', '2.10.5'); +define('PLUGIN_ORDER_VERSION', '2.10.6'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "10.0.0");