Skip to content

Commit

Permalink
[VER] 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
intellitrend-team committed May 17, 2022
1 parent 1ee0aaa commit fd15201
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/csv-host-importer/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Zabbix CSV Import Frontend Module
*
* @version 5.0.0
* @version 5.4.3
* @author Wolfgang Alper <[email protected]>
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
* @license GNU Lesser General Public License v3.0
Expand Down
2 changes: 1 addition & 1 deletion modules/csv-host-importer/actions/CsvHostImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Zabbix CSV Import Frontend Module
*
* @version 5.0.0
* @version 5.4.3
* @author Wolfgang Alper <[email protected]>
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
* @license GNU Lesser General Public License v3.0
Expand Down
2 changes: 1 addition & 1 deletion modules/csv-host-importer/actions/CsvHostImportExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Zabbix CSV Import Frontend Module
*
* @version 5.0.0
* @version 5.4.3
* @author Wolfgang Alper <[email protected]>
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
* @license GNU Lesser General Public License v3.0
Expand Down
2 changes: 1 addition & 1 deletion modules/csv-host-importer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion modules/csv-host-importer/views/layout.ichi.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Zabbix CSV Import Frontend Module
*
* @version 5.0.0
* @version 5.4.3
* @author Wolfgang Alper <[email protected]>
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
* @license GNU Lesser General Public License v3.0
Expand Down
2 changes: 1 addition & 1 deletion modules/csv-host-importer/views/module.ichi.import.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Zabbix CSV Import Frontend Module
*
* @version 5.0.0
* @version 5.4.3
* @author Wolfgang Alper <[email protected]>
* @copyright IntelliTrend GmbH, https://www.intellitrend.de
* @license GNU Lesser General Public License v3.0
Expand Down

0 comments on commit fd15201

Please sign in to comment.