From 96e801791c901bebcd50e1b68ccf78f464941b7d Mon Sep 17 00:00:00 2001 From: Lainow Date: Tue, 5 May 2026 12:08:50 +0200 Subject: [PATCH] 2.15.6 --- 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 ec2f2968..90c89964 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.6] - 2026-05-05 ### Fixed diff --git a/datainjection.xml b/datainjection.xml index 96a9f904..d989f72b 100644 --- a/datainjection.xml +++ b/datainjection.xml @@ -28,6 +28,11 @@ Xavier Caillaud + + 2.15.6 + ~11.0.5 + https://github.com/pluginsGLPI/datainjection/releases/download/2.15.6/glpi-datainjection-2.15.6.tar.bz2 + 2.15.5 ~11.0.5 diff --git a/setup.php b/setup.php index 6d24b687..0fbbabe3 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.5'); +define('PLUGIN_DATAINJECTION_VERSION', '2.15.6'); // Minimal GLPI version, inclusive define("PLUGIN_DATAINJECTION_MIN_GLPI", "11.0.5");