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