File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ 1.5.0] - Unreleased
8
+ ## [ 1.5.0] - 2025-02-25
9
9
10
10
### Fixed
11
11
Original file line number Diff line number Diff line change 91
91
<author >Teclib'</author >
92
92
</authors >
93
93
<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 >
94
99
<version >
95
100
<num >1.4.0</num >
96
101
<compatibility >~10.0.11</compatibility >
Original file line number Diff line number Diff line change 33
33
34
34
use Glpi \Plugin \Hooks ;
35
35
36
- define ("PLUGIN_GLPIINVENTORY_VERSION " , "1.4 .0 " );
36
+ define ("PLUGIN_GLPIINVENTORY_VERSION " , "1.5 .0 " );
37
37
// Minimal GLPI version, inclusive
38
38
define ('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION ' , '10.0.11 ' );
39
39
// Maximum GLPI version, exclusive
You can’t perform that action at this time.
0 commit comments