From af83141d6f0b81c9142462462eaf57748c8dc459 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Fri, 9 Jul 2021 19:41:47 +0200 Subject: [PATCH] chore: release v5.1.10 Corrected some GUI errors --- CHANGELOG_OLD.md | 3 +++ README.md | 5 +---- io-package.json | 26 +++++++++++++------------- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index c5c9594de..1e7fa63c3 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,3 +1,6 @@ +## 5.1.5 (2021-05-30) +* (bluefox) Fix edit of enumeration + ## 5.1.4 (2021-05-27) * (bluefox) Corrected error in log diff --git a/README.md b/README.md index 2196d67a0..a8e0de1bf 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ The icons may not be reused in other projects without the proper flaticon licens --> ## Changelog -### __WORK IN PROGRESS__ +### 5.1.10 (2021-07-09) * (bluefox) Corrected some GUI errors ### 5.1.9 (2021-06-09) @@ -104,9 +104,6 @@ The icons may not be reused in other projects without the proper flaticon licens ### 5.1.6 (2021-06-02) * (bluefox) Improved the custom settings -### 5.1.5 (2021-05-30) -* (bluefox) Fix edit of enumeration - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index 43fe94e0c..f3d94d481 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "admin", - "version": "5.1.9", + "version": "5.1.10", "titleLang": { "en": "Admin", "de": "Admin", @@ -18,6 +18,18 @@ "connectionType": "local", "dataSource": "push", "news": { + "5.1.10": { + "en": "Corrected some GUI errors", + "de": "Einige GUI-Fehler korrigiert", + "ru": "Исправлены некоторые ошибки графического интерфейса.", + "pt": "Corrigidos alguns erros de GUI", + "nl": "Enkele GUI-fouten gecorrigeerd", + "fr": "Correction de quelques erreurs d'interface graphique", + "it": "Corretti alcuni errori della GUI", + "es": "Se corrigieron algunos errores de GUI", + "pl": "Poprawiono niektóre błędy GUI", + "zh-cn": "更正了一些 GUI 错误" + }, "5.1.9": { "en": "Corrected some GUI errors", "de": "Einige GUI-Fehler korrigiert", @@ -245,18 +257,6 @@ "es": "Admin5: correcciones de GUI", "pl": "Admin5: poprawki GUI", "zh-cn": "Admin5:GUI修复" - }, - "5.0.23": { - "en": "Admin5: GUI fixes", - "de": "Admin5: GUI-Korrekturen", - "ru": "Admin5: исправления графического интерфейса", - "pt": "Admin5: Correções de GUI", - "nl": "Admin5: GUI-fixes", - "fr": "Admin5: correctifs de l'interface graphique", - "it": "Admin5: correzioni della GUI", - "es": "Admin5: correcciones de GUI", - "pl": "Admin5: poprawki GUI", - "zh-cn": "Admin5:GUI修复" } }, "desc": { diff --git a/package.json b/package.json index d02800308..a6b28fd97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.admin", "description": "The adapter opens a webserver for the ioBroker admin UI.", - "version": "5.1.9", + "version": "5.1.10", "contributors": [ "bluefox ", "apollon77",