mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
update to 0.8.19
This commit is contained in:
parent
57fa480e7a
commit
e815a30a6e
4 changed files with 21 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
## 0.8.18 release on 2023-08-23
|
||||
|
||||
1. New App Store preview push function added
|
||||
2. Fix some known bugs
|
||||
|
||||
## 0.8.18 release on 2023-08-17
|
||||
|
||||
1. appmanage volumes bug edit
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
1. appmanage volumes bug edit
|
||||
1. New App Store preview push function added
|
||||
2. Fix some known bugs
|
||||
|
|
|
@ -19,5 +19,11 @@
|
|||
"sv-se": null,
|
||||
"tr-tr": null,
|
||||
"uk-ua": null
|
||||
}
|
||||
},
|
||||
"docs": [
|
||||
{
|
||||
"label": "Documentation",
|
||||
"url": "https://support.websoft9.com/en/docs/"
|
||||
}
|
||||
]
|
||||
}
|
14
version.json
14
version.json
|
@ -6,13 +6,13 @@
|
|||
"REDIS": "7.0.11"
|
||||
},
|
||||
"PLUGINS": {
|
||||
"PORTAINER": "0.0.5",
|
||||
"NGINX": "0.0.4",
|
||||
"MYAPPS": "0.0.7",
|
||||
"APPSTORE": "0.0.6",
|
||||
"SETTINGS": "0.0.4",
|
||||
"PORTAINER": "0.0.6",
|
||||
"NGINX": "0.0.5",
|
||||
"MYAPPS": "0.0.8",
|
||||
"APPSTORE": "0.0.7",
|
||||
"SETTINGS": "0.0.5",
|
||||
"NAVIGATOR": "0.5.10",
|
||||
"LIBRARY": "0.5.3"
|
||||
"LIBRARY": "0.5.4"
|
||||
},
|
||||
"OS_SUPPORT": {
|
||||
"Fedora": [
|
||||
|
@ -43,5 +43,5 @@
|
|||
"18.04"
|
||||
]
|
||||
},
|
||||
"VERSION": "0.8.18"
|
||||
"VERSION": "0.8.19"
|
||||
}
|
Loading…
Reference in a new issue