-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"common": { | ||
"name": "javascript", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"title": "Script Engine", | ||
"titleLang": { | ||
"en": "Script Engine", | ||
|
@@ -20,6 +20,17 @@ | |
"Apollon77 <[email protected]>" | ||
], | ||
"news": { | ||
"3.6.4": { | ||
"en": "Pattern error is fixed", | ||
"de": "Musterfehler ist behoben", | ||
"ru": "Исправлена ошибка проверки событий", | ||
"pt": "O erro de padrão é corrigido", | ||
"nl": "Patroonfout is opgelost", | ||
"fr": "L'erreur de modèle est fixe", | ||
"it": "L'errore di modello è stato risolto", | ||
"es": "Se solucionó el error de patrón", | ||
"pl": "Błąd wzorca został naprawiony" | ||
}, | ||
"3.6.3": { | ||
"en": "Fixing the CSS for CRON dialog\nFixing the reorder of scripts", | ||
"de": "Korrigieren des CSS für den CRON-Dialog\nReparieren von Skripten", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "iobroker.javascript", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"description": "Javascript/Coffescript Script Engine for ioBroker", | ||
"author": "bluefox <[email protected]>", | ||
"contributors": [ | ||
|