Skip to content

Commit

Permalink
### 1.2.6 (2020-03-22)
Browse files Browse the repository at this point in the history
* (bluefox) Added the better error message if license could not be parse
  • Loading branch information
GermanBluefox committed Mar 22, 2020
1 parent 7aae6ba commit 0eae372
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Notice that this settings is valid only for reconnection and not for the first c
![Dark](img/dark_screen.png)

## Changelog
### 1.2.5 (2020-03-18)
### 1.2.6 (2020-03-22)
* (bluefox) Added the better error message if license could not be parsed

### 1.2.4 (2020-02-11)
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "vis",
"version": "1.2.5",
"version": "1.2.6",
"title": "Visualisation",
"titleLang": {
"en": "Visualisation",
Expand All @@ -16,7 +16,7 @@
"zh-cn": "可视化"
},
"news": {
"1.2.5": {
"1.2.6": {
"en": "Added the better error message if license could not be parsed",
"de": "Die bessere Fehlermeldung wurde hinzugefügt, wenn die Lizenz nicht analysiert werden konnte",
"ru": "Добавлено лучшее сообщение об ошибке, если лицензия не может быть проанализирована",
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function main() {
} else {
// An object of options to indicate where to post to
const postOptions = {
host: 'iobroker1.net',
host: 'iobroker.net',
path: '/cert/',
method: 'POST',
headers: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.vis",
"description": "Graphical user interface for iobroker.",
"version": "1.2.5",
"version": "1.2.6",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion www/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CACHE MANIFEST
#
# vis Version 1.2.5
# vis Version 1.2.6
# dev build 0


Expand Down
2 changes: 1 addition & 1 deletion www/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"--><html>
<head>

<!-- vis Version 1.2.5 -->
<!-- vis Version 1.2.6 -->

<!--
Use FireFox or Chrome with --allow-file-access-from-files flag to test DashUI local.
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"--><html>
<head>
<!-- vis Version 1.2.5 -->
<!-- vis Version 1.2.6 -->

<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down
2 changes: 1 addition & 1 deletion www/js/vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ if (typeof systemLang !== 'undefined' && typeof cordova === 'undefined') {
}

var vis = {
version: '1.2.5',
version: '1.2.6',
requiredServerVersion: '0.0.0',

storageKeyViews: 'visViews',
Expand Down

0 comments on commit 0eae372

Please sign in to comment.