Skip to content

Commit

Permalink
### 1.4.0 (2016-07-27)
Browse files Browse the repository at this point in the history
* (bluefox) implement settings for autorestart
* (bluefox) do not allow edit group instances for javascript
  • Loading branch information
GermanBluefox committed Jul 27, 2016
1 parent 6882bae commit ef4bb07
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ To activate scheduled restart just define CRON condition when to restart adapter
It is suggested to restart in the night, when no one use the adapter, e.g. "0 3 * * *" - at 3:00 every day.

## Changelog
### 1.4.0 (2016-07-27)
* (bluefox) implement settings for autorestart
* (bluefox) do not allow edit group instances for javascript

### 1.3.0 (2016-07-18)
* (bluefox) fix error with early logout
* (bluefox) update passport.socketio
Expand Down
7 changes: 6 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"common": {
"name": "admin",
"title": "ioBroker Admin",
"version": "1.2.7",
"version": "1.4.0",
"news": {
"1.4.0": {
"en": "implement settings for autorestart\ndo not allow edit group instances for javascript",
"de": "implement settings for autorestart\ndo not allow edit group instances for javascript",
"ru": "implement settings for autorestart\ndo not allow edit group instances for javascript"
},
"1.3.0": {
"en": "fix error with early logout\nupdate passport.socketio",
"de": "fix error with early logout\nupdate passport.socketio",
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.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "1.3.0",
"version": "1.4.0",
"contributors": [
"bluefox <[email protected]>",
"hobbyquaker <[email protected]>"
Expand Down

0 comments on commit ef4bb07

Please sign in to comment.