From 9b90a09759530dfbb24971cb62c45c3539169215 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Wed, 28 Apr 2021 23:04:26 +0200 Subject: [PATCH] chore: release v1.15.7 fixed the support of Admin5 --- README.md | 2 +- io-package.json | 14 +++++++++++++- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cb3b4b..5dba48e 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ sendTo('sql.0', 'getEnabledDPs', {}, function (result) { --> ## Changelog -### __WORK IN PROGRESS__ +### 1.15.7 (2021-04-28) * (bluefox) fixed the support of Admin5 ### 1.15.6 (2021-04-19) diff --git a/io-package.json b/io-package.json index dbcbf9f..6b274a7 100644 --- a/io-package.json +++ b/io-package.json @@ -26,8 +26,20 @@ "pl": "Rejestrowanie stanów w SQL DB", "zh-cn": "将状态记录到SQL DB" }, - "version": "1.15.6", + "version": "1.15.7", "news": { + "1.15.7": { + "en": "fixed the support of Admin5", + "de": "Die Unterstützung von Admin5 wurde behoben", + "ru": "исправлена поддержка Admin5", + "pt": "consertou o suporte do Admin5", + "nl": "de ondersteuning van Admin5 opgelost", + "fr": "correction du support d'Admin5", + "it": "risolto il supporto di Admin5", + "es": "arreglado el soporte de Admin5", + "pl": "naprawiono obsługę Admin5", + "zh-cn": "修复了对Admin5的支持" + }, "1.15.6": { "en": "added support of Admin5", "de": "Unterstützung von Admin5 hinzugefügt", diff --git a/package.json b/package.json index 2502159..da82d1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.sql", "description": "Log state sql in a two-stages process (first to Redis, then to CouchDB)", - "version": "1.15.6", + "version": "1.15.7", "author": "bluefox ", "contributors": [ "bluefox ",