Skip to content

Commit fd15201

Browse files
[VER] 5.4.3
1 parent 1ee0aaa commit fd15201

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ This software is licensed under the GNU Lesser General Public License v3.0.
1010

1111
## Changelog
1212

13+
### Version 5.4.3
14+
15+
* Fixed "Missing host list in session" error when reading larger CSV files
16+
* Fixed incorrect host group and template assignment when the respective fields are empty
17+
* Optional CSV columns now can be omitted entirely from the CSV file instead of leaving them empty
18+
1319
### Version 5.4.2
1420

15-
* Added support for Zabbix 5.0 and 5.2
21+
* Support for Zabbix 5.0, 5.2 and 5.4
1622
* Non-functional menu entry for non-superadmins is now hidden
1723

1824
### Version 5.0.2

modules/csv-host-importer/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Zabbix CSV Import Frontend Module
44
*
5-
* @version 5.0.0
5+
* @version 5.4.3
66
* @author Wolfgang Alper <[email protected]>
77
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
88
* @license GNU Lesser General Public License v3.0

modules/csv-host-importer/actions/CsvHostImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Zabbix CSV Import Frontend Module
44
*
5-
* @version 5.0.0
5+
* @version 5.4.3
66
* @author Wolfgang Alper <[email protected]>
77
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
88
* @license GNU Lesser General Public License v3.0

modules/csv-host-importer/actions/CsvHostImportExample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Zabbix CSV Import Frontend Module
44
*
5-
* @version 5.0.0
5+
* @version 5.4.3
66
* @author Wolfgang Alper <[email protected]>
77
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
88
* @license GNU Lesser General Public License v3.0

modules/csv-host-importer/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 1.0,
33
"id": "intellitrend_csv_host_importer",
44
"name": "CSV Host Importer",
5-
"version": "5.4.2",
5+
"version": "5.0.3",
66
"namespace": "ichi",
77
"author": "IntelliTrend GmbH",
88
"url": "https://www.intellitrend.de/",

modules/csv-host-importer/views/layout.ichi.example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Zabbix CSV Import Frontend Module
44
*
5-
* @version 5.0.0
5+
* @version 5.4.3
66
* @author Wolfgang Alper <[email protected]>
77
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
88
* @license GNU Lesser General Public License v3.0

modules/csv-host-importer/views/module.ichi.import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Zabbix CSV Import Frontend Module
44
*
5-
* @version 5.0.0
5+
* @version 5.4.3
66
* @author Wolfgang Alper <[email protected]>
77
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
88
* @license GNU Lesser General Public License v3.0

0 commit comments

Comments
 (0)