From 8e22b39ef1f6c8e903f9eea71973f558f0fb2227 Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Fri, 10 Oct 2025 14:52:43 +0200 Subject: [PATCH] 1.22.1 --- CHANGELOG.md | 14 ++++++++++++++ plugin.xml | 10 ++++++++++ setup.php | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c35812b..a16fa8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## ['UNRELEASED'] +## [1.22.1] - 2025-10-10 + ### Fixed - Fix UI with GLPI 11 @@ -27,6 +29,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix display from Planning view - Fix `classname` resolution when multiple `s` at end of container name + +## [1.21.24] - 2025-10-10 + +### Fixed + +- Fix `massive action` for adding value to `multiple` dropdown fields +- Fix for the `COALESCE` part of the `SQL query` for `multiple` dropdowns +- Fix `search option` for `multiple` dropdown +- Fix display from Planning view +- Fix `classname` resolution when multiple `s` at end of container name + + ## [1.21.23] - 2025-08-26 ### Fixed diff --git a/plugin.xml b/plugin.xml index a98f02f2..1b81cde7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -98,11 +98,21 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b Olivier Moron + + 1.21.24 + ~10.0.11 + https://github.com/pluginsGLPI/fields/releases/download/1.21.24/glpi-fields-1.21.24.tar.bz2 + 1.21.23 ~10.0.11 https://github.com/pluginsGLPI/fields/releases/download/1.21.23/glpi-fields-1.21.23.tar.bz2 + + 1.22.1 + ~11.0.0 + https://github.com/pluginsGLPI/fields/releases/download/1.22.1/glpi-fields-1.22.1.tar.bz2 + 1.22.0 ~11.0.0 diff --git a/setup.php b/setup.php index 66988334..eb0f5e4c 100644 --- a/setup.php +++ b/setup.php @@ -31,7 +31,7 @@ /** @var array $CFG_GLPI */ global $CFG_GLPI; -define('PLUGIN_FIELDS_VERSION', '1.22.0'); +define('PLUGIN_FIELDS_VERSION', '1.22.1'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '11.0.0');