diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0b15af..80430d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unrelease] - +## [1.21.11] - 2024-07-10 + ### Fixed -- Fix strpslashes log error (#802) +- Fix ```strpslashes``` log error - Update main item ```date_mod``` after updating additional fields -- Fix ```datainjection``` error when trying to map fields +- Fix ```datainjection``` mapping error with additional fields ## [1.21.10] - 2024-06-11 diff --git a/plugin.xml b/plugin.xml index a53a83b9..e8e0f765 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.11 + ~10.0.0 + https://github.com/pluginsGLPI/fields/releases/download/1.21.11/glpi-fields-1.21.11.tar.bz2 + 1.21.10 ~10.0.0 diff --git a/setup.php b/setup.php index 190aec75..e84d6c01 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.10'); +define('PLUGIN_FIELDS_VERSION', '1.21.11'); // Minimal GLPI version, inclusive define("PLUGIN_FIELDS_MIN_GLPI", "10.0.0");