diff --git a/CHANGELOG.md b/CHANGELOG.md index b76b6d4317..07766d8417 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.12.3] - 2025-11-25 ### Fixed diff --git a/plugin.xml b/plugin.xml index 399da8df7c..3877cf24c4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,11 @@ Benjamin Fontan + + 2.12.3 + ~11.0.0 + https://github.com/pluginsGLPI/order/releases/download/2.12.3/glpi-order-2.12.3.tar.bz2 + 2.12.2 ~11.0.0 diff --git a/setup.php b/setup.php index bfb59ac415..8205121b92 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use function Safe\define; -define('PLUGIN_ORDER_VERSION', '2.12.2'); +define('PLUGIN_ORDER_VERSION', '2.12.3'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "11.0.0");