Skip to content

Commit c10cf1e

Browse files
committed
Bump version
1 parent 371b74b commit c10cf1e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.6.4] - UNRELEASED
8+
## [1.6.4] - 2025-12-03
99

1010
- Rework the whole agents module configuration page
1111
- Fix URL for ressource (ajax/ front/ pics/ etc .. )

glpiinventory.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
<author>Teclib'</author>
9393
</authors>
9494
<versions>
95+
<version>
96+
<num>1.6.4</num>
97+
<compatibility>~11.0.2</compatibility>
98+
<download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.6.4/glpi-glpiinventory-1.6.4.tar.bz2</download_url>
99+
</version>
95100
<version>
96101
<num>1.5.6</num>
97102
<compatibility>~10.0.11</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
use function Safe\define;
3939
use function Safe\parse_url;
4040

41-
define('PLUGIN_GLPIINVENTORY_VERSION', '1.6.3');
41+
define('PLUGIN_GLPIINVENTORY_VERSION', '1.6.4');
4242
// Minimal GLPI version, inclusive
4343
define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '11.0.2');
4444
// Maximum GLPI version, exclusive

0 commit comments

Comments
 (0)