diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0c4da2..f501ee43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELEASE] +## [1.21.20] - 2025-03-20 + ### Fixed - Fix `numeric` field search diff --git a/plugin.xml b/plugin.xml index 0d80f85c..ff739f13 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.20 + ~10.0.11 + https://github.com/pluginsGLPI/fields/releases/download/1.21.20/glpi-fields-1.21.20.tar.bz2 + 1.21.19 ~10.0.0 diff --git a/setup.php b/setup.php index 5a55d541..d0c26fcf 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.19'); +define('PLUGIN_FIELDS_VERSION', '1.21.20'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '10.0.11');