From d489d48e99e1a6c20960a2f90b895822e403cb4a Mon Sep 17 00:00:00 2001
From: Romain B <8530352+Rom1-B@users.noreply.github.com>
Date: Tue, 25 Jun 2024 11:49:04 +0200
Subject: [PATCH] 1.21.10 (#800)
* 1.21.10
* up changelog
---
CHANGELOG.md | 6 ++++++
plugin.xml | 5 +++++
setup.php | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 786b5050..ab3db19f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ 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/).
+## [1.21.10] - 2024-06-11
+
+### Fixed
+
+- Prevent compatibility issues when importing with the Datainjection plugin (#798)
+
## [1.21.9] - 2024-06-11
### Fixed
diff --git a/plugin.xml b/plugin.xml
index cd6595c5..a53a83b9 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.10
+ ~10.0.0
+ https://github.com/pluginsGLPI/fields/releases/download/1.21.10/glpi-fields-1.21.10.tar.bz2
+
1.21.9
~10.0.0
diff --git a/setup.php b/setup.php
index 6f8049e3..74833020 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_FIELDS_VERSION', '1.21.9');
+define('PLUGIN_FIELDS_VERSION', '1.21.10');
// Minimal GLPI version, inclusive
define("PLUGIN_FIELDS_MIN_GLPI", "10.0.0");