diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e2882a..5f9c8cd9 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.10] - 2026-08-07 ### Fixed diff --git a/datainjection.xml b/datainjection.xml index f1c9e39d..774dabc2 100644 --- a/datainjection.xml +++ b/datainjection.xml @@ -28,6 +28,11 @@ Xavier Caillaud + + 2.15.10 + ~11.0.5 + https://github.com/pluginsGLPI/datainjection/releases/download/2.15.10/glpi-datainjection-2.15.10.tar.bz2 + 2.15.9 ~11.0.5 diff --git a/setup.php b/setup.php index 166d2e9d..7cb92eb0 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.9'); +define('PLUGIN_DATAINJECTION_VERSION', '2.15.10'); // Minimal GLPI version, inclusive define("PLUGIN_DATAINJECTION_MIN_GLPI", "11.0.5");