From a9b9a883268523c9d103a926869b11c2d3271d8f Mon Sep 17 00:00:00 2001 From: Stanislas Date: Thu, 26 Dec 2024 15:03:30 +0100 Subject: [PATCH 1/3] 1.21.17 --- CHANGELOG.md | 5 ++++- plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d78d4d4..9da25700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELAESE] +## [1.21.17] - 2024-12-26 + ### Fixed + - Force decimal ‘datatype’ of `numeric` fields for more accurate display. - Do not destroy the dropdown table/class if it is being used by another container. - Fix fields updates with multiple containers via the API. -## [1.21.16] - 2024-11-12 +## [1.21.16] - 2024-16-11 ### Fixed diff --git a/plugin.xml b/plugin.xml index 47e7679e..48ad7042 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.17 + ~10.0.0 + https://github.com/pluginsGLPI/fields/releases/download/1.21.17/glpi-fields-1.21.17.tar.bz2 + 1.21.16 ~10.0.0 diff --git a/setup.php b/setup.php index c786eba1..3e3400b3 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.16'); +define('PLUGIN_FIELDS_VERSION', '1.21.17'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '10.0.0'); From d390f0821620119e13e337868fd6f7822426c9a0 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Thu, 26 Dec 2024 15:04:11 +0100 Subject: [PATCH 2/3] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da25700..d7342807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- Force decimal ‘datatype’ of `numeric` fields for more accurate display. +- Force decimal `datatype` of `numeric` fields for more accurate display. - Do not destroy the dropdown table/class if it is being used by another container. - Fix fields updates with multiple containers via the API. From 3c50a14e4fd6e3382662d6e42d4f3c77f9ed737d Mon Sep 17 00:00:00 2001 From: Stanislas Date: Thu, 26 Dec 2024 15:10:12 +0100 Subject: [PATCH 3/3] fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7342807..1a1157fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Do not destroy the dropdown table/class if it is being used by another container. - Fix fields updates with multiple containers via the API. -## [1.21.16] - 2024-16-11 +## [1.21.16] - 2024-12-11 ### Fixed