File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ unreleased]
99
10+ ## [ 1.5.2] - 2025-04-30
11+
1012### Fixed
1113
1214- Fix warning about missing pics
15+ - Fix JS loading detection
1316
1417## [ 1.5.1] - 2025-04-29
1518
Original file line number Diff line number Diff line change 9191 <author >Teclib'</author >
9292 </authors >
9393 <versions >
94+ <version >
95+ <num >1.5.2</num >
96+ <compatibility >~10.0.11</compatibility >
97+ <download_url >https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.5.2/glpi-glpiinventory-1.5.2.tar.bz2</download_url >
98+ </version >
9499 <version >
95100 <num >1.5.1</num >
96101 <compatibility >~10.0.11</compatibility >
Original file line number Diff line number Diff line change 3333
3434use Glpi \Plugin \Hooks ;
3535
36- define ("PLUGIN_GLPIINVENTORY_VERSION " , "1.5.1 " );
36+ define ("PLUGIN_GLPIINVENTORY_VERSION " , "1.5.2 " );
3737// Minimal GLPI version, inclusive
3838define ('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION ' , '10.0.11 ' );
3939// Maximum GLPI version, exclusive
You can’t perform that action at this time.
0 commit comments