From 295da8bd55489fd20efeb55e41ccaee918cddcc1 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Thu, 16 Jan 2025 09:14:18 +0100 Subject: [PATCH 1/2] 1.21.18 --- 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 6ec8ca42..96a586ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELAESE] +## [1.21.17] - 2024-01-16 + - Fix `PluginFieldsContainerDisplayCondition` display when value is no more available. - Fix issue where the value of custom fields could not be saved diff --git a/plugin.xml b/plugin.xml index 48ad7042..59e029a1 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.18 + ~10.0.0 + https://github.com/pluginsGLPI/fields/releases/download/1.21.18/glpi-fields-1.21.18.tar.bz2 + 1.21.17 ~10.0.0 diff --git a/setup.php b/setup.php index 3e3400b3..d5d837b2 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.17'); +define('PLUGIN_FIELDS_VERSION', '1.21.18'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '10.0.0'); From 1cab4c33f0a75008fd6e4c76111703d2f3c3543c Mon Sep 17 00:00:00 2001 From: "Romain B." <8530352+Rom1-B@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:16:20 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a586ab..9d92fc74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELAESE] -## [1.21.17] - 2024-01-16 +## [1.21.18] - 2024-01-16 - Fix `PluginFieldsContainerDisplayCondition` display when value is no more available. - Fix issue where the value of custom fields could not be saved