Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 10 additions & 0 deletions datainjection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,21 @@
<author>Xavier Caillaud</author>
</authors>
<versions>
<version>
<num>2.14.3</num>
<compatibility>~10.0.11</compatibility>
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.14.3/glpi-datainjection-2.14.3.tar.bz2</download_url>
</version>
<version>
<num>2.14.2</num>
<compatibility>~10.0.11</compatibility>
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.14.2/glpi-datainjection-2.14.2.tar.bz2</download_url>
</version>
<version>
<num>2.15.1</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.15.1/glpi-datainjection-2.15.1.tar.bz2</download_url>
</version>
<version>
<num>2.15.0</num>
<compatibility>~11.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down