From e7b32fad4c2ff50e6091d55cd4019f48c426c8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 2 Dec 2022 09:45:52 +0100 Subject: [PATCH] 1.0.6 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + glpiinventory.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index af37535063..82d6f740c2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/glpiinventory.xml b/glpiinventory.xml index e105345601..39ec0be1bc 100644 --- a/glpiinventory.xml +++ b/glpiinventory.xml @@ -94,6 +94,11 @@ Teclib' + + 1.0.6 + ~10.0.2 + https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.0.6/glpi-glpiinventory-1.0.6.tar.bz2 + 1.0.5 ~10.0.2 diff --git a/setup.php b/setup.php index f529adf481..2bba1b8006 100644 --- a/setup.php +++ b/setup.php @@ -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