diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f691b164..4b4ff0300d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ 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.2] - 2025-11-13 ### Fixed - Restore inline editing functionality in items tab - Fix the 'Missing table name' error message on the order. +- Add missing mass input field for immobilization number. ## [2.12.1] - 2025-10-14 diff --git a/plugin.xml b/plugin.xml index 93317b125c..399da8df7c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,11 @@ Benjamin Fontan + + 2.12.2 + ~11.0.0 + https://github.com/pluginsGLPI/order/releases/download/2.12.2/glpi-order-2.12.2.tar.bz2 + 2.12.1 ~11.0.0 diff --git a/setup.php b/setup.php index ba6f0e1b18..bfb59ac415 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use function Safe\define; -define('PLUGIN_ORDER_VERSION', '2.12.1'); +define('PLUGIN_ORDER_VERSION', '2.12.2'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "11.0.0");