File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ 1.6.1] - unreleased
8+ ## [ 1.6.1] - 2025-11-05
99
1010- Fix visibility issue on deploy dynamic groups with GLPI v11.0.2
1111- Fix deploy ajax action path
Original file line number Diff line number Diff line change 9191 <author >Teclib'</author >
9292 </authors >
9393 <versions >
94+ <version >
95+ <num >1.6.1</num >
96+ <compatibility >~11.0.0</compatibility >
97+ <download_url >https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.6.1/glpi-glpiinventory-1.6.1.tar.bz2</download_url >
98+ </version >
9499 <version >
95100 <num >1.5.4</num >
96101 <compatibility >~10.0.11</compatibility >
Original file line number Diff line number Diff line change 3838use function Safe \define ;
3939use function Safe \parse_url ;
4040
41- define ("PLUGIN_GLPIINVENTORY_VERSION " , "1.6.0 " );
41+ define ("PLUGIN_GLPIINVENTORY_VERSION " , "1.6.1 " );
4242// Minimal GLPI version, inclusive
4343define ('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION ' , '11.0.0 ' );
4444// Maximum GLPI version, exclusive
You can’t perform that action at this time.
0 commit comments