Skip to content

Commit 8ae63cb

Browse files
[VER] 6.0.2
1 parent 155a372 commit 8ae63cb

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ You can find the latest versions for the respective Zabbix releases on the [Gith
1414

1515
## Changelog
1616

17+
### Version 6.0.2
18+
19+
* Fixed "Missing host list in session" error when reading larger CSV files
20+
* Fixed incorrect host group and template assignment when the respective fields are empty
21+
* Optional CSV columns now can be omitted entirely from the CSV file instead of leaving them empty
22+
1723
### Version 6.0.1
1824

1925
* Support for Zabbix 6.0

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 6.0.1
5+
* @version 6.0.2
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 6.0.1
5+
* @version 6.0.2
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 6.0.1
5+
* @version 6.0.2
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/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 6.0.1
5+
* @version 6.0.2
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 6.0.1
5+
* @version 6.0.2
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)