upgrade to NC18.0.5

Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
nachoparker 2020-06-11 19:23:26 -06:00
parent ed3619fc3b
commit aedd8f0f9e
4 changed files with 7 additions and 5 deletions

View File

@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
## Features
* Debian/Raspbian 10 Buster
* Nextcloud 18.0.4
* Nextcloud 18.0.5
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10

View File

@ -1,7 +1,9 @@
[v1.25.0](https://github.com/nextcloud/nextcloudpi/commit/2090cbf) (2020-04-24) upgrade to NC18.0.4
[v1.26.0](https://github.com/nextcloud/nextcloudpi/commit/d2a0136) (2020-06-11) upgrade to NC18.0.5
[v1.24.3](https://github.com/nextcloud/nextcloudpi/commit/1c45e0d) (2020-04-18) ncp-web: cache backup info
[v1.25.0](https://github.com/nextcloud/nextcloudpi/commit/ed3619f) (2020-04-24) upgrade to NC18.0.4
[v1.24.3 ](https://github.com/nextcloud/nextcloudpi/commit/1c45e0d) (2020-04-18) ncp-web: cache backup info
[v1.24.2 ](https://github.com/nextcloud/nextcloudpi/commit/ff565d6) (2020-04-06) build: small tweaks

View File

@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "18.0.4"
"value": "18.0.5"
},
{
"id": "BETA",

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "18.0.4",
"nextcloud_version": "18.0.5",
"php_version": "7.3",
"release": "buster"
}