From 1ea0e17b3c5b1e55a3a4a2f4402f4c5edd67d961 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Fri, 6 Sep 2024 11:45:04 +0200 Subject: [PATCH] 1.3.6 --- CHANGELOG.md | 18 ++++++++++++++++++ glpiinventory.xml | 5 +++++ setup.php | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc03b1942..a769a35011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.4.0] - 2024-09-06 + +### Fixed + +- The columns could not be added in the computer search view (collect). +- Fix `invalid item` for obsolete agents. +- Fix upload directory set in configuration. +- Fix `cancel` count from job executions. +- Fix the management of the `include old jobs` parameter. +- Use Device IP in IP range set on task for Device NetInventory +- Fix pagination for `NetInventory` state page + +### Feat + +- Display all computers details for dynamics group +- Count agent handle by `Taskscheduler` + ### Changes +- Encrypt credentials - Displays ```Tasks / Groups``` tab only on computers linked to an agent diff --git a/glpiinventory.xml b/glpiinventory.xml index 9ba9d234e3..f2c5bdb445 100644 --- a/glpiinventory.xml +++ b/glpiinventory.xml @@ -91,6 +91,11 @@ Teclib' + + 1.4.0 + ~10.0.11 + https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.4.0/glpi-glpiinventory-1.4.0.tar.bz2 + 1.3.5 ~10.0.11 diff --git a/setup.php b/setup.php index 428fd357db..c999360ea9 100644 --- a/setup.php +++ b/setup.php @@ -33,7 +33,7 @@ use Glpi\Plugin\Hooks; -define("PLUGIN_GLPIINVENTORY_VERSION", "1.3.5"); +define("PLUGIN_GLPIINVENTORY_VERSION", "1.4.0"); // Minimal GLPI version, inclusive define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '10.0.11'); // Maximum GLPI version, exclusive