From 7a061fdce367dbdee9e3c6b805a24301d3462d8b Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Wed, 5 Nov 2025 11:15:09 +0100 Subject: [PATCH] 1.23.0 --- CHANGELOG.md | 7 ++----- plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83da394a..c25452a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +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] - -### Fixed - -- Fix bad SQL query for `GenericObject` +## [1.23.0] - 2025-11-05 ### Added @@ -20,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Align the fields of the plugin with the user form +- Fix bad SQL query for `GenericObject` ## [1.22.2] - 2025-10-24 diff --git a/plugin.xml b/plugin.xml index 98ff7a0e..c9f3f700 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.23.0 + ~11.0.2 + https://github.com/pluginsGLPI/fields/releases/download/1.23.0/glpi-fields-1.23.0.tar.bz2 + 1.22.2 ~11.0.0 diff --git a/setup.php b/setup.php index 9ea1cc2c..f67d3a30 100644 --- a/setup.php +++ b/setup.php @@ -31,7 +31,7 @@ /** @var array $CFG_GLPI */ global $CFG_GLPI; -define('PLUGIN_FIELDS_VERSION', '1.22.2'); +define('PLUGIN_FIELDS_VERSION', '1.23.0'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '11.0.2');