diff --git a/CHANGELOG.md b/CHANGELOG.md index e27f298..9db4618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELEASED] +## [2.15.1] - 2025-10-14 + ### Fixed - Fix file upload - ## [2.15.0] - 2025-09-30 ### Added @@ -28,6 +29,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +- Fix `NetworkName` ip adresses injection +- Fix injection to the `date_expiration` of certificates +- Fix the `Task completed` message during plugin update - Fix `License` injection ## [2.14.2] - 2025-08-22 diff --git a/datainjection.xml b/datainjection.xml index 19a7588..19ae679 100644 --- a/datainjection.xml +++ b/datainjection.xml @@ -28,11 +28,21 @@ Xavier Caillaud + + 2.14.3 + ~10.0.11 + https://github.com/pluginsGLPI/datainjection/releases/download/2.14.3/glpi-datainjection-2.14.3.tar.bz2 + 2.14.2 ~10.0.11 https://github.com/pluginsGLPI/datainjection/releases/download/2.14.2/glpi-datainjection-2.14.2.tar.bz2 + + 2.15.1 + ~11.0.0 + https://github.com/pluginsGLPI/datainjection/releases/download/2.15.1/glpi-datainjection-2.15.1.tar.bz2 + 2.15.0 ~11.0.0 diff --git a/setup.php b/setup.php index c05b196..5215337 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.0'); +define('PLUGIN_DATAINJECTION_VERSION', '2.15.1'); // Minimal GLPI version, inclusive define("PLUGIN_DATAINJECTION_MIN_GLPI", "11.0.0");