From 026e78307cc9d034f25d7adc87132f595ebc351e Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Sat, 17 Apr 2021 17:22:55 +0200 Subject: [PATCH] chore: release v1.2.5 Fix pot crash case (Sentry IOBROKER-S7-16) --- README.md | 2 +- io-package.json | 26 +++++++++++++------------- package.json | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e262d63..45b6745 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ S5 decoded as described here: http://www.plccenter.cn/Siemens_Step7/Format_des_D ## Changelog -### __WORK IN PROGRESS__ +### 1.2.5 (2021-04-17) * (Apollon77) Fix pot crash case (Sentry IOBROKER-S7-16) ### 1.2.4 (2021-02-22) diff --git a/io-package.json b/io-package.json index d58b112..71eed93 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "s7", - "version": "1.2.4", + "version": "1.2.5", "news": { + "1.2.5": { + "en": "Fix pot crash case (Sentry IOBROKER-S7-16)", + "de": "Fix Pot Crash Fall (Sentry IOBROKER-S7-16)", + "ru": "Исправить случай аварии горшка (Sentry IOBROKER-S7-16)", + "pt": "Corrigir caso de travamento de pot (Sentry IOBROKER-S7-16)", + "nl": "Potcrash-geval repareren (Sentry IOBROKER-S7-16)", + "fr": "Correction d'un cas de crash de pot (Sentry IOBROKER-S7-16)", + "it": "Risolto il caso di crash del vaso (Sentry IOBROKER-S7-16)", + "es": "Arreglar el caso de bloqueo de olla (Sentry IOBROKER-S7-16)", + "pl": "Napraw przypadek awarii garnka (Sentry IOBROKER-S7-16)", + "zh-cn": "修复锅底摔坏的情况(Sentry IOBROKER-S7-16)" + }, "1.2.4": { "en": "Make sure data are of correct type (Sentry IOBROKER-S7-K)", "de": "Stellen Sie sicher, dass die Daten vom richtigen Typ sind (Sentry IOBROKER-S7-K).", @@ -230,18 +242,6 @@ "es": "Mejore los datos del objeto para permitir la escritura si está disponible\n", "pl": "Popraw dane obiektu, aby umożliwić zapis, jeśli jest dostępny\n", "zh-cn": "增强对象数据以允许写入(如果可用)\n" - }, - "1.0.1": { - "en": "Detect DB and db in addresses", - "de": "Detect DB und db in Adressen", - "ru": "Распознаёт DB и db в адресах", - "pt": "Detectar banco de dados e banco de dados em endereços", - "nl": "Detecteer DB en DB in adressen", - "fr": "Détecter DB et DB dans les adresses", - "it": "Rileva DB e db negli indirizzi", - "es": "Detecta DB y DB en direcciones", - "pl": "Wykryj DB i DB w adresach", - "zh-cn": "检测地址中的数据库和数据库" } }, "title": "Siemens Simatic S7", diff --git a/package.json b/package.json index 17b0fc8..7c70496 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.s7", - "version": "1.2.4", + "version": "1.2.5", "description": "Siemens S7 over Snap7", "author": { "name": "smiling_Jack",