Skip to content

Commit 0d869f1

Browse files
authored
1.5.5 (#828)
* 1.5.5 * adapt
1 parent 3d80a1e commit 0d869f1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [UNRELEASED]
99

10+
## [1.5.5] - 2025-11-25
11+
1012
### Fixed
1113

1214
- Fix SQL error when deploy target option used is 'No restriction' defined with `-1`

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.5</num>
96+
<compatibility>~10.0.11</compatibility>
97+
<download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.5.5/glpi-glpiinventory-1.5.5.tar.bz2</download_url>
98+
</version>
9499
<version>
95100
<num>1.5.4</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.4");
36+
define("PLUGIN_GLPIINVENTORY_VERSION", "1.5.5");
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)