From 3c96d2eed387837244fe3c2182d9bcef33939216 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sun, 5 Jul 2020 20:25:43 -0600 Subject: upgrade to NC18.0.6 Signed-off-by: nachoparker --- README.md | 2 +- changelog.md | 6 ++++-- etc/ncp-config.d/nc-nextcloud.cfg | 2 +- etc/ncp.cfg | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dc72ac36..a33f6e75 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co ## Features * Debian/Raspbian 10 Buster - * Nextcloud 18.0.5 + * Nextcloud 18.0.6 * Apache 2.4.25, with HTTP2 enabled * PHP 7.3 * MariaDB 10 diff --git a/changelog.md b/changelog.md index 23c26b63..e3ebb544 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ -[v1.26.2](https://github.com/nextcloud/nextcloudpi/commit/d1a46c6) (2020-06-13) ncp-autoupdate: cronjob write to the log only (#1144) +[v1.27.0](https://github.com/nextcloud/nextcloudpi/commit/765c5a3) (2020-07-05) upgrade to NC18.0.6 -[v1.26.1](https://github.com/nextcloud/nextcloudpi/commit/4e79386) (2020-06-13) ncp-web: fix port checking +[v1.26.2](https://github.com/nextcloud/nextcloudpi/commit/337ffeb) (2020-06-13) ncp-autoupdate: cronjob write to the log only (#1144) + +[v1.26.1 ](https://github.com/nextcloud/nextcloudpi/commit/4e79386) (2020-06-13) ncp-web: fix port checking [v1.26.0 ](https://github.com/nextcloud/nextcloudpi/commit/aedd8f0) (2020-06-11) upgrade to NC18.0.5 diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg index 6906b9e0..4ad4df8f 100644 --- a/etc/ncp-config.d/nc-nextcloud.cfg +++ b/etc/ncp-config.d/nc-nextcloud.cfg @@ -9,7 +9,7 @@ { "id": "VER", "name": "Version", - "value": "18.0.5" + "value": "18.0.6" }, { "id": "BETA", diff --git a/etc/ncp.cfg b/etc/ncp.cfg index 39018266..c5b44e79 100644 --- a/etc/ncp.cfg +++ b/etc/ncp.cfg @@ -1,5 +1,5 @@ { - "nextcloud_version": "18.0.5", + "nextcloud_version": "18.0.6", "php_version": "7.3", "release": "buster" } -- cgit v1.2.3