diff --git a/CHANGELOG.md b/CHANGELOG.md index 95936364..6ce3b530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELEASED] +## [1.22.2] - 2025-10-24 + ### Fixed - Fix `GenericObject` Model and Type migration diff --git a/plugin.xml b/plugin.xml index 1b81cde7..98ff7a0e 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.22.2 + ~11.0.0 + https://github.com/pluginsGLPI/fields/releases/download/1.22.2/glpi-fields-1.22.2.tar.bz2 + 1.21.24 ~10.0.11 diff --git a/setup.php b/setup.php index 6336098f..9dfc4c5c 100644 --- a/setup.php +++ b/setup.php @@ -31,7 +31,7 @@ /** @var array $CFG_GLPI */ global $CFG_GLPI; -define('PLUGIN_FIELDS_VERSION', '1.22.1'); +define('PLUGIN_FIELDS_VERSION', '1.22.2'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '11.0.0');