upgrade to NC18.0.3

Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
nachoparker 2020-03-24 11:03:31 -06:00
parent 0a97f77691
commit a3dbec1b69
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.2
* Nextcloud 18.0.3
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10

View File

@ -1,7 +1,9 @@
[v1.23.2](https://github.com/nextcloud/nextcloudpi/commit/0d9680d) (2020-03-22) lamp: disable old TLS versions
[v1.24.0](https://github.com/nextcloud/nextcloudpi/commit/b7afa52) (2020-03-24) upgrade to NC18.0.3
[v1.23.1](https://github.com/nextcloud/nextcloudpi/commit/84e6b4e) (2020-03-15) ncp-web: check for possibly missing index
[v1.23.2](https://github.com/nextcloud/nextcloudpi/commit/0a97f77) (2020-03-22) lamp: disable old TLS versions
[v1.23.1 ](https://github.com/nextcloud/nextcloudpi/commit/84e6b4e) (2020-03-15) ncp-web: check for possibly missing index
[v1.23.0 ](https://github.com/nextcloud/nextcloudpi/commit/d108fad) (2020-03-13) upgrade to NC18.0.2

View File

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

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "18.0.2",
"nextcloud_version": "18.0.3",
"php_version": "7.3",
"release": "buster"
}