diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e59dd4482..b0559aa162 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.11.4] - 2026-02-23 ### Fixed diff --git a/plugin.xml b/plugin.xml index 2929b2c511..f8bb0e9c36 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,11 @@ Benjamin Fontan + + 2.11.4 + ~10.0.11 + https://github.com/pluginsGLPI/order/releases/download/2.11.4/glpi-order-2.11.4.tar.bz2 + 2.12.0 ~11.0.0 diff --git a/setup.php b/setup.php index acb56031ef..0976a8ab95 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_ORDER_VERSION', '2.11.3'); +define('PLUGIN_ORDER_VERSION', '2.11.4'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "10.0.11");