From a903ebdc97ac19a0ef172909baaaa55da7fa388a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Fri, 3 Nov 2023 16:52:53 +0100 Subject: [PATCH] 1.3.3 --- glpiinventory.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/glpiinventory.xml b/glpiinventory.xml index 889a9bf188..9b9b15c00f 100644 --- a/glpiinventory.xml +++ b/glpiinventory.xml @@ -91,6 +91,11 @@ Teclib' + + 1.3.3 + ~10.0.10 + https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.3.3/glpi-glpiinventory-1.3.3.tar.bz2 + 1.3.2 ~10.0.10 diff --git a/setup.php b/setup.php index 87a777cd91..f8a4d90dfa 100644 --- a/setup.php +++ b/setup.php @@ -33,7 +33,7 @@ use Glpi\Plugin\Hooks; -define("PLUGIN_GLPIINVENTORY_VERSION", "1.3.2"); +define("PLUGIN_GLPIINVENTORY_VERSION", "1.3.3"); // Minimal GLPI version, inclusive define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '10.0.10'); // Maximum GLPI version, exclusive