From c34ec55c54bc12809ed8b6c24b0c7e1576244430 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sun, 26 Jan 2020 23:00:36 +0100 Subject: [PATCH] Bump version --- README.md | 3 +++ io-package.json | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 5fbe7d5e3..cedd7ebe6 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ And then call "npm run build". - ... ## Changelog +### 4.3.5 (2020-01-26) +* (bluefox) fixed the load of zip files if more than one host + ### 4.3.4 (2019-10-28) * (bluefox) Values are showed in select ID dialog * (bluefox) Allow select with $ the schedule objects diff --git a/io-package.json b/io-package.json index 251ddbc18..acfc17856 100644 --- a/io-package.json +++ b/io-package.json @@ -22,6 +22,18 @@ "AlCalzone" ], "news": { + "4.3.5": { + "en": "fixed the load of zip files if more than one host", + "de": "Das Laden von ZIP-Dateien wurde behoben, wenn mehr als ein Host vorhanden war", + "ru": "исправлена загрузка zip-файлов, если несколько хостов", + "pt": "Corrigido o carregamento de arquivos zip se mais de um host", + "nl": "de belasting van zip-bestanden gerepareerd als meer dan één host", + "fr": "correction de la charge des fichiers zip si plusieurs hôtes", + "it": "corretto il caricamento dei file zip se più di un host", + "es": "reparó la carga de archivos zip si hay más de un host", + "pl": "naprawiono ładowanie plików zip, jeśli więcej niż jeden host", + "zh-cn": "如果一台以上的主机修复了zip文件的加载" + }, "4.3.3": { "en": "Search in scripts was corrected", "de": "Suche in Skripten wurde korrigiert",