From 8ae63cbe6c7de06617ccbe4ca7761280026bda4f Mon Sep 17 00:00:00 2001 From: IntelliTrend Team <43295941+intellitrend-team@users.noreply.github.com> Date: Tue, 17 May 2022 16:06:19 +0200 Subject: [PATCH] [VER] 6.0.2 --- README.md | 6 ++++++ modules/csv-host-importer/Module.php | 2 +- modules/csv-host-importer/actions/CsvHostImport.php | 2 +- modules/csv-host-importer/actions/CsvHostImportExample.php | 2 +- modules/csv-host-importer/views/layout.ichi.example.php | 2 +- modules/csv-host-importer/views/module.ichi.import.php | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 25f0bb1..eb0adab 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ You can find the latest versions for the respective Zabbix releases on the [Gith ## Changelog +### Version 6.0.2 + +* Fixed "Missing host list in session" error when reading larger CSV files +* Fixed incorrect host group and template assignment when the respective fields are empty +* Optional CSV columns now can be omitted entirely from the CSV file instead of leaving them empty + ### Version 6.0.1 * Support for Zabbix 6.0 diff --git a/modules/csv-host-importer/Module.php b/modules/csv-host-importer/Module.php index b34f435..cf0cf8a 100644 --- a/modules/csv-host-importer/Module.php +++ b/modules/csv-host-importer/Module.php @@ -2,7 +2,7 @@ /** * Zabbix CSV Import Frontend Module * - * @version 6.0.1 + * @version 6.0.2 * @author Wolfgang Alper * @copyright IntelliTrend GmbH, https://www.intellitrend.de * @license GNU Lesser General Public License v3.0 diff --git a/modules/csv-host-importer/actions/CsvHostImport.php b/modules/csv-host-importer/actions/CsvHostImport.php index 6ef13da..a7bf9de 100644 --- a/modules/csv-host-importer/actions/CsvHostImport.php +++ b/modules/csv-host-importer/actions/CsvHostImport.php @@ -2,7 +2,7 @@ /** * Zabbix CSV Import Frontend Module * - * @version 6.0.1 + * @version 6.0.2 * @author Wolfgang Alper * @copyright IntelliTrend GmbH, https://www.intellitrend.de * @license GNU Lesser General Public License v3.0 diff --git a/modules/csv-host-importer/actions/CsvHostImportExample.php b/modules/csv-host-importer/actions/CsvHostImportExample.php index 1042d15..02f201e 100644 --- a/modules/csv-host-importer/actions/CsvHostImportExample.php +++ b/modules/csv-host-importer/actions/CsvHostImportExample.php @@ -2,7 +2,7 @@ /** * Zabbix CSV Import Frontend Module * - * @version 6.0.1 + * @version 6.0.2 * @author Wolfgang Alper * @copyright IntelliTrend GmbH, https://www.intellitrend.de * @license GNU Lesser General Public License v3.0 diff --git a/modules/csv-host-importer/views/layout.ichi.example.php b/modules/csv-host-importer/views/layout.ichi.example.php index bebc52d..7d7408e 100644 --- a/modules/csv-host-importer/views/layout.ichi.example.php +++ b/modules/csv-host-importer/views/layout.ichi.example.php @@ -2,7 +2,7 @@ /** * Zabbix CSV Import Frontend Module * - * @version 6.0.1 + * @version 6.0.2 * @author Wolfgang Alper * @copyright IntelliTrend GmbH, https://www.intellitrend.de * @license GNU Lesser General Public License v3.0 diff --git a/modules/csv-host-importer/views/module.ichi.import.php b/modules/csv-host-importer/views/module.ichi.import.php index 1905417..0b806cb 100644 --- a/modules/csv-host-importer/views/module.ichi.import.php +++ b/modules/csv-host-importer/views/module.ichi.import.php @@ -2,7 +2,7 @@ /** * Zabbix CSV Import Frontend Module * - * @version 6.0.1 + * @version 6.0.2 * @author Wolfgang Alper * @copyright IntelliTrend GmbH, https://www.intellitrend.de * @license GNU Lesser General Public License v3.0