From 301f2d4d7a953ca30df68fa3af7e80f9ac007915 Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Thu, 12 Feb 2026 14:44:09 +0100 Subject: [PATCH] 1.21.27 --- CHANGELOG.md | 3 +-- plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b76085d1..21d13444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,10 @@ 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.27] - 2026-02-12 - Fix template generation error on update - ## [1.21.26] - 2026-02-12 ### Fixed diff --git a/plugin.xml b/plugin.xml index a883048e..03b75098 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.27 + ~10.0.11 + https://github.com/pluginsGLPI/fields/releases/download/1.21.27/glpi-fields-1.21.27.tar.bz2 + 1.21.26 ~10.0.11 diff --git a/setup.php b/setup.php index 7f329160..3943bd7b 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.26'); +define('PLUGIN_FIELDS_VERSION', '1.21.27'); // Minimal GLPI version, inclusive define('PLUGIN_FIELDS_MIN_GLPI', '10.0.11');