Skip to content

Commit

Permalink
* fixed problem with licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
chefkoch009 committed Dec 2, 2021
1 parent a6c4e37 commit 71627fe
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ If there are more GA's to change properties, use multiselect. This feature works
-->

## Changelog
### 2.0.1

* fixed problem with license acceptance

### 2.0.0 (2021-11-15) **Major release**

* Breaking change! => new license is neccessary V1 Licenses will not work => V1 business Licenses can changed to V2
Expand Down
26 changes: 25 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
{
"common": {
"name": "knx",
"version": "2.0.0",
"version": "2.0.2",
"news": {
"2.0.2": {
"en": "fixed problem with license acceptance",
"de": "Problem mit Lizenzakzeptanz behoben",
"ru": "исправлена проблема с принятием лицензии",
"pt": "corrigido o problema com a aceitação da licença",
"nl": "probleem opgelost met licentie-acceptatie",
"fr": "problème résolu avec l'acceptation de la licence",
"it": "risolto problema con l'accettazione della licenza",
"es": "problema solucionado con la aceptación de la licencia",
"pl": "naprawiony problem z akceptacją licencji",
"zh-cn": "修复了许可证接受问题"
},
"2.0.1": {
"en": "fixed problem with license acceptance",
"de": "Problem mit Lizenzakzeptanz behoben",
"ru": "исправлена проблема с принятием лицензии",
"pt": "corrigido o problema com a aceitação da licença",
"nl": "probleem opgelost met licentie-acceptatie",
"fr": "problème résolu avec l'acceptation de la licence",
"it": "risolto problema con l'accettazione della licenza",
"es": "problema solucionado con la aceptación de la licencia",
"pl": "naprawiony problem z akceptacją licencji",
"zh-cn": "修复了许可证接受问题"
},
"2.0.0": {
"en": "New admin GUI",
"de": "Neue Admin-GUI",
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.knx",
"version": "2.0.0",
"version": "2.0.2",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
Expand Down

0 comments on commit 71627fe

Please sign in to comment.