From 1a52548e0188ecdcec09b4305b4d897e4aa36e3b Mon Sep 17 00:00:00 2001 From: Stanislas Date: Thu, 22 Feb 2024 11:45:25 +0100 Subject: [PATCH] 1.21.8 --- CHANGELOG.md | 4 ++++ plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fae1bb9..3ad314f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [1.21.8] - 2024-02-22 + ### Fixed - Fix crash about undefined array key + ## [1.21.7] - 2024-02-22 ### Added diff --git a/plugin.xml b/plugin.xml index 42546ec4..34fab5e0 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.8 + ~10.0.0 + https://github.com/pluginsGLPI/fields/releases/download/1.21.8/glpi-fields-1.21.8.tar.bz2 + 1.21.7 ~10.0.0 diff --git a/setup.php b/setup.php index ada0db3a..284f313a 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_FIELDS_VERSION', '1.21.7'); +define('PLUGIN_FIELDS_VERSION', '1.21.8'); // Minimal GLPI version, inclusive define("PLUGIN_FIELDS_MIN_GLPI", "10.0.0");