Skip to content

Commit

Permalink
0.3.6 compatibility to web 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Feb 9, 2020
1 parent 023be06 commit 8f00684
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ This adapter cannot be installed directly from github. Only from npm.

## Changelog

### 0.3.6 (2020-02-09)
* (Apollon77) compatibility to web 3.0

### 0.3.5 (2019-04-15)
* (yaming116) bugfix i18n

Expand Down
18 changes: 16 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "habpanel",
"version": "0.3.5",
"version": "0.3.6",
"news": {
"0.3.6": {
"en": "compatibility with Web >= 3.0.0 added",
"de": "Kompatibilität mit Web >= 3.0.0 hinzugefügt",
"ru": "добавлена совместимость с Web >= 3.0.0",
"pt": "compatibilidade com a Web >= 3.0.0 adicionada",
"nl": "compatibiliteit met Web >= 3.0.0 toegevoegd",
"fr": "compatibilité avec Web >= 3.0.0 ajoutée",
"it": "compatibilità con Web >= 3.0.0 aggiunto",
"es": "compatibilidad con Web >= 3.0.0 agregado",
"pl": "dodano kompatybilność z Internetem >= 3.0.0",
"zh-cn": "与Web >= 3.0.0的兼容性已添加"
},
"0.3.5": {
"en": "bugfix i18n",
"de": "Bugfix i18n",
Expand Down Expand Up @@ -152,7 +164,9 @@
"platform": "javascript/Node.js",
"loglevel": "info",
"dependencies": [
"web"
{
"web": ">=3.0.0"
}
],
"icon": "habpanel.png",
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.habpanel/master/admin/habpanel.png",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.habpanel",
"description": "Dashboard based on HABPanel",
"version": "0.3.5",
"version": "0.3.6",
"author": {
"name": "Yannick Schaus",
"email": "[email protected]"
Expand Down Expand Up @@ -87,4 +87,4 @@
"prepublish": "node node_modules/gulp/bin/gulp default"
},
"license": "EPL-1.0"
}
}
12 changes: 9 additions & 3 deletions src/vendor/socket.io.js

Large diffs are not rendered by default.

0 comments on commit 8f00684

Please sign in to comment.