From fd1520125e9c069c83c6c2b09273e6ca7217107f Mon Sep 17 00:00:00 2001 From: IntelliTrend Team <43295941+intellitrend-team@users.noreply.github.com> Date: Tue, 17 May 2022 16:13:44 +0200 Subject: [PATCH] [VER] 5.4.3 --- README.md | 8 +++++++- modules/csv-host-importer/Module.php | 2 +- modules/csv-host-importer/actions/CsvHostImport.php | 2 +- .../csv-host-importer/actions/CsvHostImportExample.php | 2 +- modules/csv-host-importer/manifest.json | 2 +- modules/csv-host-importer/views/layout.ichi.example.php | 2 +- modules/csv-host-importer/views/module.ichi.import.php | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 95c890e..4db80f4 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,15 @@ This software is licensed under the GNU Lesser General Public License v3.0. ## Changelog +### Version 5.4.3 + +* 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 5.4.2 -* Added support for Zabbix 5.0 and 5.2 +* Support for Zabbix 5.0, 5.2 and 5.4 * Non-functional menu entry for non-superadmins is now hidden ### Version 5.0.2 diff --git a/modules/csv-host-importer/Module.php b/modules/csv-host-importer/Module.php index 775b98c..e65d2fa 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 5.0.0 + * @version 5.4.3 * @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 2190d89..70ae2f0 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 5.0.0 + * @version 5.4.3 * @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 75cd3d7..382cfe7 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 5.0.0 + * @version 5.4.3 * @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/manifest.json b/modules/csv-host-importer/manifest.json index 72cf2c3..0496e53 100644 --- a/modules/csv-host-importer/manifest.json +++ b/modules/csv-host-importer/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1.0, "id": "intellitrend_csv_host_importer", "name": "CSV Host Importer", - "version": "5.4.2", + "version": "5.0.3", "namespace": "ichi", "author": "IntelliTrend GmbH", "url": "https://www.intellitrend.de/", diff --git a/modules/csv-host-importer/views/layout.ichi.example.php b/modules/csv-host-importer/views/layout.ichi.example.php index 8e8eaa9..e08b073 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 5.0.0 + * @version 5.4.3 * @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 edae966..5e07767 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 5.0.0 + * @version 5.4.3 * @author Wolfgang Alper * @copyright IntelliTrend GmbH, https://www.intellitrend.de * @license GNU Lesser General Public License v3.0