From c323db32136e550afcf62d4ee8d60fc87b525a70 Mon Sep 17 00:00:00 2001
From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com>
Date: Fri, 11 Sep 2026 16:02:40 +0200
Subject: [PATCH] 1.24.5
---
CHANGELOG.md | 2 +-
plugin.xml | 10 ++++++++++
setup.php | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf2ff0cf..94a14fe6 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.24.5] - 2026-09-11
### Fixed
diff --git a/plugin.xml b/plugin.xml
index 57cb6b7b..f0c79790 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -98,6 +98,16 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
Olivier Moron
+
+ 1.24.5
+ ~11.0.2
+ https://github.com/pluginsGLPI/fields/releases/download/1.24.5/glpi-fields-1.24.5.tar.bz2
+
+
+ 1.21.30
+ ~10.0.11
+ https://github.com/pluginsGLPI/fields/releases/download/1.21.30/glpi-fields-1.21.30.tar.bz2
+
1.24.4
~11.0.2
diff --git a/setup.php b/setup.php
index 78127f31..7f668c71 100644
--- a/setup.php
+++ b/setup.php
@@ -31,7 +31,7 @@
/** @var array $CFG_GLPI */
global $CFG_GLPI;
-define('PLUGIN_FIELDS_VERSION', '1.24.4');
+define('PLUGIN_FIELDS_VERSION', '1.24.5');
// Minimal GLPI version, inclusive
define('PLUGIN_FIELDS_MIN_GLPI', '11.0.2');