Skip to content

Commit

Permalink
chore: release v5.0.30
Browse files Browse the repository at this point in the history
Admin5: Fixed update of objects
  • Loading branch information
GermanBluefox committed May 21, 2021
1 parent 2bb7000 commit ed39305
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.25 (2021-05-15)
* (bluefox) Admin5: GUI fixes

## 5.0.24 (2021-05-14)
* (bluefox) Admin5: GUI fixes

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This project uses some icons from [Flaticon](https://www.flaticon.com/):
-->

## Changelog
### __WORK IN PROGRESS__
### 5.0.30 (2021-05-21)
* (bluefox) Admin5: Fixed update of objects

### 5.0.29 (2021-05-19)
Expand All @@ -108,9 +108,6 @@ This project uses some icons from [Flaticon](https://www.flaticon.com/):
### 5.0.26 (2021-05-16)
* (bluefox) Admin5: GUI fixes

### 5.0.25 (2021-05-15)
* (bluefox) Admin5: GUI fixes

## License

The MIT License (MIT)
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": "admin",
"version": "5.0.29",
"version": "5.0.30",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,18 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"5.0.30": {
"en": "Admin5: Fixed update of objects",
"de": "Admin5: Aktualisierung von Objekten behoben",
"ru": "Admin5: Исправлено обновление объектов",
"pt": "Admin5: atualização corrigida de objetos",
"nl": "Admin5: Vaste update van objecten",
"fr": "Admin5: Correction de la mise à jour des objets",
"it": "Admin5: corretto aggiornamento degli oggetti",
"es": "Admin5: actualización fija de objetos",
"pl": "Admin5: Naprawiono aktualizację obiektów",
"zh-cn": "Admin5:修复了对象的更新"
},
"5.0.29": {
"en": "Admin5: Fixed reorder of the items in menu",
"de": "Admin5: Neuordnung der Elemente im Menü behoben",
Expand Down Expand Up @@ -245,18 +257,6 @@
"es": "Admin5: gestión de usuarios implementada",
"pl": "Admin5: zaimplementowano zarządzanie użytkownikami",
"zh-cn": "Admin5:已实施用户管理"
},
"5.0.10": {
"en": "Admin5: Implemented the language filter and selector for rating with comments",
"de": "Admin5: Der Sprachfilter und die Auswahl für die Bewertung mit Kommentaren wurden implementiert",
"ru": "Admin5: Реализован языковой фильтр и селектор для оценки с комментариями.",
"pt": "Admin5: Implementado o filtro de idioma e seletor para classificação com comentários",
"nl": "Admin5: Implementeerde het taalfilter en de selector voor beoordeling met opmerkingen",
"fr": "Admin5: implémentation du filtre de langue et du sélecteur pour l'évaluation avec des commentaires",
"it": "Admin5: implementato il filtro della lingua e il selettore per la valutazione con commenti",
"es": "Admin5: implementó el filtro de idioma y el selector para calificar con comentarios",
"pl": "Admin5: Zaimplementowano filtr i selektor języka do oceny z komentarzami",
"zh-cn": "Admin5:实现了语言过滤器和选择器,以对评论进行评分"
}
},
"desc": {
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": "5.0.29",
"version": "5.0.30",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down

0 comments on commit ed39305

Please sign in to comment.