Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Dec 2, 2022
1 parent f222798 commit e7b32fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ body:
label: GLPIInventory plugin
description: What is your GLPIInventory plugin version on server-side?
options:
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
Expand Down
5 changes: 5 additions & 0 deletions glpiinventory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.0.6</num>
<compatibility>~10.0.2</compatibility>
<download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.0.6/glpi-glpiinventory-1.0.6.tar.bz2</download_url>
</version>
<version>
<num>1.0.5</num>
<compatibility>~10.0.2</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

use Glpi\Plugin\Hooks;

define("PLUGIN_GLPIINVENTORY_VERSION", "1.0.5");
define("PLUGIN_GLPIINVENTORY_VERSION", "1.0.6");
// Minimal GLPI version, inclusive
define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '10.0.2');
// Maximum GLPI version, exclusive
Expand Down

0 comments on commit e7b32fa

Please sign in to comment.