diff --git a/CHANGELOG.md b/CHANGELOG.md index 6910e07d..d8310ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.21.15] - 2024-10-09 + +### Fixed + +- Removes multiple document selection in a single field, as the core does not support it. + ## [1.21.14] - 2024-10-02 ### Fixed diff --git a/plugin.xml b/plugin.xml index 21aeb85b..615674a0 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.15 + ~10.0.0 + https://github.com/pluginsGLPI/fields/releases/download/1.21.15/glpi-fields-1.21.15.tar.bz2 + 1.21.14 ~10.0.0 diff --git a/setup.php b/setup.php index 7f7310ea..d47a31bd 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.14'); +define('PLUGIN_FIELDS_VERSION', '1.21.15'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '10.0.0');