From ff5556758553dffeb4e59a39960867615a213d02 Mon Sep 17 00:00:00 2001 From: foxthefox <16841643+foxthefox@users.noreply.github.com> Date: Sun, 5 Nov 2023 16:59:26 +0100 Subject: [PATCH] 2.5.6 --- README.md | 3 +++ admin/jsonConfig.json | 1 - io-package.json | 15 ++++++++++++++- package.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a6d449..927019c 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,9 @@ otherwise it is more complex and individually to be parametrized. * blind alert state -> decode bit array ## Changelog +### 2.5.6 (npm) +* change in jsonUIconfig + ### 2.5.5 (npm) * implementation of jsonUIconfig diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 9c7fd36..89b5b39 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -1,7 +1,6 @@ { "i18n": true, "type": "panel", - "label": "iobroker.fritzdect", "items": { "_userdata": { "type": "header", diff --git a/io-package.json b/io-package.json index cca1ecc..4d879f1 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "fritzdect", - "version": "2.5.5", + "version": "2.5.6", "news": { + "2.5.6": { + "en": "changes in jsonUIconfig", + "de": "Änderungen in jsonUIconfig", + "ru": "изменения в jsonUIconfig", + "pt": "mudanças no jsonUIconfig", + "nl": "wijzigingen in jsonUIconfig", + "fr": "changements dans jsonUIconfig", + "it": "modifiche in jsonUIconfig", + "es": "cambios en jsonUIconfig", + "pl": "zmiany w jsonUIconfig", + "uk": "зміни в jsonUIconfig", + "zh-cn": "jsonUIconfig 的更改" + }, "2.5.5": { "en": "implementation of jsonUIconfig", "de": "Implementierung von jsonUIconfig", diff --git a/package.json b/package.json index f34f746..b8e4320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.fritzdect", - "version": "2.5.5", + "version": "2.5.6", "description": "ioBroker fritzbox DECT Adapter", "author": { "name": "foxthefox",