diff --git a/CHANGELOG.md b/CHANGELOG.md index dd71e9d5..ca4765d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/). -## [UNRELEASED] +## [1.23.3] - 2026-02-12 ### Added diff --git a/plugin.xml b/plugin.xml index c19235f8..a77e1395 100644 --- a/plugin.xml +++ b/plugin.xml @@ -98,6 +98,16 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b Olivier Moron + + 1.23.3 + ~11.0.2 + https://github.com/pluginsGLPI/fields/releases/download/1.23.3/glpi-fields-1.23.3.tar.bz2 + + + 1.21.26 + ~10.0.11 + https://github.com/pluginsGLPI/fields/releases/download/1.21.26/glpi-fields-1.21.26.tar.bz2 + 1.23.2 ~11.0.2 diff --git a/setup.php b/setup.php index 1f4abb22..e97c2e00 100644 --- a/setup.php +++ b/setup.php @@ -31,7 +31,7 @@ /** @var array $CFG_GLPI */ global $CFG_GLPI; -define('PLUGIN_FIELDS_VERSION', '1.23.2'); +define('PLUGIN_FIELDS_VERSION', '1.23.3'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '11.0.2');