From 0133b767fdc6e968d5f9333e685410c9a4f26186 Mon Sep 17 00:00:00 2001
From: Romain B <8530352+Rom1-B@users.noreply.github.com>
Date: Fri, 23 Feb 2024 11:34:37 +0100
Subject: [PATCH] 2.10.5 (#373)
* 2.10.5
* Update CHANGELOG.md
---
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 5bd1ed9d45..d85be8fcf7 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.5] - 2024-02-23
### Changed
diff --git a/plugin.xml b/plugin.xml
index 30e19dd0e2..1d5a6c5596 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,6 +29,11 @@
Benjamin Fontan
+
+ 2.10.5
+ ~10.0.0
+ https://github.com/pluginsGLPI/order/releases/download/2.10.5/glpi-order-2.10.5.tar.bz2
+
2.10.4
~10.0.0
diff --git a/setup.php b/setup.php
index 58cf062d1c..95a5263eb7 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_ORDER_VERSION', '2.10.4');
+define('PLUGIN_ORDER_VERSION', '2.10.5');
// Minimal GLPI version, inclusive
define("PLUGIN_ORDER_MIN_GLPI", "10.0.0");