Skip to content

Commit 61a4941

Browse files
committed
1.5.2
1 parent cf4a078 commit 61a4941

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

glpiinventory.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
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>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
use 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
3838
define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '10.0.11');
3939
// Maximum GLPI version, exclusive

0 commit comments

Comments
 (0)