myapps refresh bug

This commit is contained in:
qiaofeng1227 2023-08-16 16:13:08 +08:00
parent 9016774fa2
commit f4a2e23d97
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 0.8.14 release on 2023-08-16
1. myapps plugins refresh bug
## 0.8.13 release on 2023-08-15 ## 0.8.13 release on 2023-08-15
1. update plugins 1. update plugins

View File

@ -1,2 +1 @@
1. update plugins 1. myapps plugins refresh bug
2. fix bug data save in session

View File

@ -8,7 +8,7 @@
"PLUGINS": { "PLUGINS": {
"PORTAINER": "0.0.5", "PORTAINER": "0.0.5",
"NGINX": "0.0.4", "NGINX": "0.0.4",
"MYAPPS": "0.0.6", "MYAPPS": "0.0.7",
"APPSTORE": "0.0.6", "APPSTORE": "0.0.6",
"SETTINGS": "0.0.4", "SETTINGS": "0.0.4",
"NAVIGATOR": "0.5.10", "NAVIGATOR": "0.5.10",
@ -43,5 +43,5 @@
"18.04" "18.04"
] ]
}, },
"VERSION": "0.8.13" "VERSION": "0.8.14"
} }