From 06444b8a0d9bad331eb8f40f0ef20d1fd36a86fa Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:59:50 +0200 Subject: [PATCH] 2.15.8 --- CHANGELOG.md | 6 ++++++ datainjection.xml | 5 +++++ setup.php | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b12378b0..76d19af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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/). +## [2.15.8] - 2026-06-24 + +### Fixed + +- Fix query and move to GLPI DBAL + ## [2.15.7] - 2026-05-29 ### Fixed diff --git a/datainjection.xml b/datainjection.xml index 4ccbac68..b6d2804c 100644 --- a/datainjection.xml +++ b/datainjection.xml @@ -28,6 +28,11 @@ Xavier Caillaud + + 2.15.8 + ~11.0.5 + https://github.com/pluginsGLPI/datainjection/releases/download/2.15.8/glpi-datainjection-2.15.8.tar.bz2 + 2.15.7 ~11.0.5 diff --git a/setup.php b/setup.php index ce10a803..12788cb7 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.7'); +define('PLUGIN_DATAINJECTION_VERSION', '2.15.8'); // Minimal GLPI version, inclusive define("PLUGIN_DATAINJECTION_MIN_GLPI", "11.0.5");