File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 3131use function Safe \define ;
3232use 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
3737define ("PLUGIN_DATAINJECTION_MIN_GLPI " , "11.0.0 " );
You can’t perform that action at this time.
0 commit comments