From 65080335aef68e7f90864d888afc3bf174326448 Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:42:38 +0200 Subject: [PATCH] 2.15.11 --- CHANGELOG.md | 2 +- datainjection.xml | 10 ++++++++++ setup.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6121ddb..b119a9e9 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.11] - 2026-09-11 ### Fixed diff --git a/datainjection.xml b/datainjection.xml index 774dabc2..1d4d3f2c 100644 --- a/datainjection.xml +++ b/datainjection.xml @@ -28,6 +28,16 @@ Xavier Caillaud + + 2.15.11 + ~11.0.5 + https://github.com/pluginsGLPI/datainjection/releases/download/2.15.11/glpi-datainjection-2.15.11.tar.bz2 + + + 2.14.5 + ~10.0.11 + https://github.com/pluginsGLPI/datainjection/releases/download/2.14.5/glpi-datainjection-2.14.5.tar.bz2 + 2.15.10 ~11.0.5 diff --git a/setup.php b/setup.php index 99293671..3c20c3e1 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.10'); +define('PLUGIN_DATAINJECTION_VERSION', '2.15.11'); // Minimal GLPI version, inclusive define("PLUGIN_DATAINJECTION_MIN_GLPI", "11.0.5");