From aa1e628df1790b8477572f363d3b2c441c6af890 Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:41:28 +0200 Subject: [PATCH] 2.14.5 --- CHANGELOG.md | 2 +- datainjection.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9092e2b8..44d3f0cb 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] +## [2.14.5] 2026-09-11 ### Fixed diff --git a/datainjection.xml b/datainjection.xml index 8e286bb8..cf09a90e 100644 --- a/datainjection.xml +++ b/datainjection.xml @@ -28,6 +28,11 @@ Xavier Caillaud + + 2.14.5 + ~10.0.11 + https://github.com/pluginsGLPI/datainjection/releases/download/2.14.5/glpi-datainjection-2.14.5.tar.bz2 + 2.14.4 ~10.0.11 diff --git a/setup.php b/setup.php index ea7d5609..f14cb125 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_DATAINJECTION_VERSION', '2.14.4'); +define('PLUGIN_DATAINJECTION_VERSION', '2.14.5'); // Minimal GLPI version, inclusive define("PLUGIN_DATAINJECTION_MIN_GLPI", "10.0.11");