From b9b9ec89a7a7fcd453276e25333110d7f3fb9cec Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Thu, 20 Nov 2025 11:20:54 +0100 Subject: [PATCH] 1.21.25 --- 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 e9f0438c..3be442ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELEASED] +## [1.21.25] - 2025-11-20 + ### Fixed - Fix default value format for multiple dropdown (GLPIObject) diff --git a/plugin.xml b/plugin.xml index 641d971b..0e0fb795 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.25 + ~10.0.11 + https://github.com/pluginsGLPI/fields/releases/download/1.21.25/glpi-fields-1.21.25.tar.bz2 + 1.21.24 ~10.0.11 diff --git a/setup.php b/setup.php index 7ff3c277..87da8553 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.24'); +define('PLUGIN_FIELDS_VERSION', '1.21.25'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '10.0.11');