From 6d7db4f1d4e44b024b82e98e47944f2ae1bf799e Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Mon, 25 Aug 2025 16:29:16 +0200 Subject: [PATCH 1/2] 1.21.23 --- CHANGELOG.md | 2 +- plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54fb349d..0bf6e1d5 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/). -## [UNRELEASE] +## [1.21.23] - 2025-08-25 - Fix incompatibility of `multiple` dropdowns with `massiveaction` - Fix default value properly applied in multiple dropdown search options diff --git a/plugin.xml b/plugin.xml index b86d885b..dc02a0fb 100644 --- a/plugin.xml +++ b/plugin.xml @@ -98,6 +98,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b Olivier Moron + + 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.0-beta2 ~11.0.0 diff --git a/setup.php b/setup.php index 2f9ea1f4..619c27dc 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.22'); +define('PLUGIN_FIELDS_VERSION', '1.21.23'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '10.0.11'); From e947f2ae167f637fc6c99fac9948c5b3d28c0caf Mon Sep 17 00:00:00 2001 From: "Romain B." <8530352+Rom1-B@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:16:36 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf6e1d5..a9415973 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/). -## [1.21.23] - 2025-08-25 +## [1.21.23] - 2025-08-26 - Fix incompatibility of `multiple` dropdowns with `massiveaction` - Fix default value properly applied in multiple dropdown search options