Skip to content

Commit 0fae351

Browse files
authored
2.8.6 (#110)
1 parent 9e34188 commit 0fae351

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
## [2.8.6] - 2024-11-08
9+
10+
- Update translations
11+
812
## [2.8.5] - 2024-06-11
913

1014
### Fixed

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<author>Walid Nouh</author>
2525
</authors>
2626
<versions>
27+
<version>
28+
<num>2.8.6</num>
29+
<compatibility>~10.0.11</compatibility>
30+
<download_url>https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.8.6/glpi-geninventorynumber-2.8.6.tar.bz2</download_url>
31+
</version>
2732
<version>
2833
<num>2.8.5</num>
2934
<compatibility>~10.0.11</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.5');
31+
define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.6');
3232

3333
// Minimal GLPI version, inclusive
3434
define('PLUGIN_GENINVENTORYNUMBER_MIN_GLPI', '10.0.11');

0 commit comments

Comments
 (0)