From b706d97b635f9af4af8fbb81e23ae871f48f3aca Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Mon, 22 Dec 2025 13:50:47 +0100 Subject: [PATCH] 2.15.3 --- 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 21b0eea9..8facf95e 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.15.3] - 2025-12-22 ### Fixed diff --git a/datainjection.xml b/datainjection.xml index cb6041f6..1863975d 100644 --- a/datainjection.xml +++ b/datainjection.xml @@ -28,6 +28,11 @@ Xavier Caillaud + + 2.15.3 + ~11.0.0 + https://github.com/pluginsGLPI/datainjection/releases/download/2.15.3/glpi-datainjection-2.15.3.tar.bz2 + 2.15.2 ~11.0.0 diff --git a/setup.php b/setup.php index 84e4dac8..a773fdf5 100644 --- a/setup.php +++ b/setup.php @@ -31,7 +31,7 @@ use function Safe\define; use function Safe\mkdir; -define('PLUGIN_DATAINJECTION_VERSION', '2.15.2'); +define('PLUGIN_DATAINJECTION_VERSION', '2.15.3'); // Minimal GLPI version, inclusive define("PLUGIN_DATAINJECTION_MIN_GLPI", "11.0.0");