Skip to content

Commit bc12d23

Browse files
authored
2.15.1 (#531)
1 parent 381ba24 commit bc12d23

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [UNRELEASED]
99

10+
## [2.15.1] - 2025-10-14
11+
1012
### Fixed
1113

1214
- Fix file upload
1315

14-
1516
## [2.15.0] - 2025-09-30
1617

1718
### Added
@@ -28,6 +29,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2829

2930
### Fixed
3031

32+
- Fix `NetworkName` ip adresses injection
33+
- Fix injection to the `date_expiration` of certificates
34+
- Fix the `Task completed` message during plugin update
3135
- Fix `License` injection
3236

3337
## [2.14.2] - 2025-08-22

datainjection.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,21 @@
2828
<author>Xavier Caillaud</author>
2929
</authors>
3030
<versions>
31+
<version>
32+
<num>2.14.3</num>
33+
<compatibility>~10.0.11</compatibility>
34+
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.14.3/glpi-datainjection-2.14.3.tar.bz2</download_url>
35+
</version>
3136
<version>
3237
<num>2.14.2</num>
3338
<compatibility>~10.0.11</compatibility>
3439
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.14.2/glpi-datainjection-2.14.2.tar.bz2</download_url>
3540
</version>
41+
<version>
42+
<num>2.15.1</num>
43+
<compatibility>~11.0.0</compatibility>
44+
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.15.1/glpi-datainjection-2.15.1.tar.bz2</download_url>
45+
</version>
3646
<version>
3747
<num>2.15.0</num>
3848
<compatibility>~11.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
use function Safe\define;
3232
use function Safe\mkdir;
3333

34-
define('PLUGIN_DATAINJECTION_VERSION', '2.15.0');
34+
define('PLUGIN_DATAINJECTION_VERSION', '2.15.1');
3535

3636
// Minimal GLPI version, inclusive
3737
define("PLUGIN_DATAINJECTION_MIN_GLPI", "11.0.0");

0 commit comments

Comments
 (0)