Skip to content

Commit

Permalink
chore: release v5.0.29
Browse files Browse the repository at this point in the history
Admin5: Fixed reorder of the items in menu
  • Loading branch information
GermanBluefox committed May 19, 2021
1 parent 8b8fb39 commit 98326f7
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.24 (2021-05-14)
* (bluefox) Admin5: GUI fixes

## 5.0.22 (2021-05-12)
* (bluefox) Admin5: Fixed some bugs

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.29 (2021-05-19)
* (bluefox) Admin5: Fixed reorder of the items in menu

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

### 5.0.24 (2021-05-14)
* (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.28",
"version": "5.0.29",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,18 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"5.0.29": {
"en": "Admin5: Fixed reorder of the items in menu",
"de": "Admin5: Neuordnung der Elemente im Menü behoben",
"ru": "Admin5: Исправлен переупорядочение пунктов в меню.",
"pt": "Admin5: Reordenação corrigida dos itens no menu",
"nl": "Admin5: Vaste herschikking van de items in het menu",
"fr": "Admin5: Correction de la réorganisation des éléments dans le menu",
"it": "Admin5: corretto riordino degli elementi nel menu",
"es": "Admin5: reordenamiento fijo de los elementos en el menú",
"pl": "Admin5: Naprawiono zmianę kolejności elementów w menu",
"zh-cn": "Admin5:修复了菜单中项目的重新排序"
},
"5.0.28": {
"en": "Admin5: GUI fixes",
"de": "Admin5: GUI-Korrekturen",
Expand Down Expand Up @@ -245,18 +257,6 @@
"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:实现了语言过滤器和选择器,以对评论进行评分"
},
"5.0.9": {
"en": "Admin5: Fixed many bugs",
"de": "Admin5: Viele Fehler behoben",
"ru": "Admin5: Исправлено множество ошибок",
"pt": "Admin5: muitos bugs corrigidos",
"nl": "Admin5: Veel bugs opgelost",
"fr": "Admin5: Correction de nombreux bugs",
"it": "Admin5: risolti molti bug",
"es": "Admin5: se corrigieron muchos errores",
"pl": "Admin5: Naprawiono wiele błędów",
"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.28",
"version": "5.0.29",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down

0 comments on commit 98326f7

Please sign in to comment.