Skip to content

Commit a6285ec

Browse files
authored
2.8.5 (#94)
1 parent 500d311 commit a6285ec

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.5] - 2024-06-11
9+
10+
### Fixed
11+
12+
- fix error during plugin update (#93)
13+
814
## [2.8.4] - 2024-05-17
915

1016
## Added

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.5</num>
29+
<compatibility>~10.0.11</compatibility>
30+
<download_url>https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.8.5/glpi-geninventorynumber-2.8.5.tar.bz2</download_url>
31+
</version>
2732
<version>
2833
<num>2.8.4</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.4');
31+
define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.5');
3232

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

0 commit comments

Comments
 (0)