Skip to content

Commit 100292d

Browse files
committed
Bump version
1 parent aaeb26d commit 100292d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [1.5.0] - Unreleased
8+
## [1.5.0] - 2025-02-25
99

1010
### Fixed
1111

glpiinventory.xml

+5
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.0</num>
96+
<compatibility>~10.0.11</compatibility>
97+
<download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.5.0/glpi-glpiinventory-1.5.0.tar.bz2</download_url>
98+
</version>
9499
<version>
95100
<num>1.4.0</num>
96101
<compatibility>~10.0.11</compatibility>

setup.php

+1-1
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.4.0");
36+
define("PLUGIN_GLPIINVENTORY_VERSION", "1.5.0");
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)