From f805c2c0ee469f57a22c1e517f60bf1aa9cf2d0a Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Mon, 16 Feb 2026 09:31:40 +0100 Subject: [PATCH] 1.21.28 --- CHANGELOG.md | 2 +- plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab69f53..fe07f783 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.21.28] - 2026-02-16 - Fix template generation diff --git a/plugin.xml b/plugin.xml index 03b75098..f758315c 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.28 + ~10.0.11 + https://github.com/pluginsGLPI/fields/releases/download/1.21.28/glpi-fields-1.21.28.tar.bz2 + 1.21.27 ~10.0.11 diff --git a/setup.php b/setup.php index 3943bd7b..dfa99c03 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.27'); +define('PLUGIN_FIELDS_VERSION', '1.21.28'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '10.0.11');