From b8121628acd46adc36c3df6245af6e3a391222b3 Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Fri, 10 Oct 2025 14:51:03 +0200 Subject: [PATCH] 1.21.24 --- CHANGELOG.md | 2 ++ plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63d0a1f..a758b8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELEASED] +## [1.21.24] - 2025-10-10 + ### Fixed - Fix `massive action` for adding value to `multiple` dropdown fields diff --git a/plugin.xml b/plugin.xml index a98f02f2..641d971b 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.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 diff --git a/setup.php b/setup.php index 619c27dc..7ff3c277 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.23'); +define('PLUGIN_FIELDS_VERSION', '1.21.24'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '10.0.11');