Skip to content

Commit

Permalink
chore: release v4.0.2
Browse files Browse the repository at this point in the history
* (bluefox) Removed "force web sockets" option
  • Loading branch information
GermanBluefox committed Jan 30, 2022
1 parent df5dc4b commit e1b280f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ You can set option *Force Web-Sockets* to force using only web-sockets transport
-->

## Changelog
### __WORK IN PROGRESS__
### 4.0.2 (2022-01-30)
* (bluefox) Removed "force web sockets" option

### 4.0.1 (2022-01-29)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "socketio",
"version": "4.0.1",
"version": "4.0.2",
"title": "socket.io",
"titleLang": {
"en": "socket.io"
Expand All @@ -19,6 +19,18 @@
"zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序"
},
"news": {
"4.0.2": {
"en": "Removed \"force web sockets\" option",
"de": "Die Option „Web-Sockets erzwingen“ wurde entfernt",
"ru": "Удалена опция «форсировать веб-сокеты».",
"pt": "Removida a opção \"forçar soquetes da web\"",
"nl": "Optie \"force web sockets\" verwijderd",
"fr": "Suppression de l'option \"forcer les sockets Web\"",
"it": "Rimossa l'opzione \"forza prese web\".",
"es": "Se eliminó la opción \"forzar sockets web\"",
"pl": "Usunięto opcję „wymuszenie gniazd sieciowych”",
"zh-cn": "删除了“强制 Web 套接字”选项"
},
"4.0.1": {
"en": "Fixed authentication",
"de": "Feste Authentifizierung",
Expand Down Expand Up @@ -90,18 +102,6 @@
"es": "Soporte del nuevo Let's Encrypt (solo con js-controller 3.2.x)",
"pl": "Obsługa nowego Let's Encrypt (tylko z js-controller 3.2.x)",
"zh-cn": "支持新的Let's Encrypt(仅适用于js-controller 3.2.x)"
},
"3.0.13": {
"en": "Added getAdapterName method",
"de": "GetAdapterName-Methode hinzugefügt",
"ru": "Добавлен метод getAdapterName",
"pt": "Método getAdapterName adicionado",
"nl": "GetAdapterName-methode toegevoegd",
"fr": "Ajout de la méthode getAdapterName",
"it": "Aggiunto metodo getAdapterName",
"es": "Se agregó el método getAdapterName",
"pl": "Dodano metodę getAdapterName",
"zh-cn": "添加了getAdapterName方法"
}
},
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.socketio",
"version": "4.0.1",
"version": "4.0.2",
"description": "This adapter allows to communicate different web applications with ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit e1b280f

Please sign in to comment.