From b01f7814b390d8b028d4c266dc7c93905216fd9c Mon Sep 17 00:00:00 2001 From: Stanislas Date: Fri, 6 Sep 2024 14:58:39 +0200 Subject: [PATCH] 1.21.12 --- CHANGELOG.md | 4 +++- plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d604b5e7..becb4ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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/). -## [unrelease] - +## [unrelease] + +## [1.21.12] - 2024-09-06 ### Fixed diff --git a/plugin.xml b/plugin.xml index e8e0f765..76be542d 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.12 + ~10.0.0 + https://github.com/pluginsGLPI/fields/releases/download/1.21.12/glpi-fields-1.21.12.tar.bz2 + 1.21.11 ~10.0.0 diff --git a/setup.php b/setup.php index e84d6c01..ba5d185a 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.11'); +define('PLUGIN_FIELDS_VERSION', '1.21.12'); // Minimal GLPI version, inclusive define("PLUGIN_FIELDS_MIN_GLPI", "10.0.0");