From b4bb86d39db31cad65ab6f97118db0a3549c5c9c Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 7 Feb 2019 17:52:41 -0700 Subject: upgrade to NC15.0.4 --- README.md | 2 +- bin/ncp/CONFIG/nc-autoupdate-nc.sh | 2 +- bin/ncp/TOOLS/nc-update-nextcloud.sh | 2 +- changelog.md | 4 +++- etc/ncp-config.d/nc-nextcloud.cfg | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6780341e..1c07d3ea 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This code also generates the NextCloudPi docker images for [ARM](https://hub.doc ## Features * Debian/Raspbian 9 stretch - * Nextcloud 15.0.2 + * Nextcloud 15.0.4 * Apache 2.4.25, with HTTP2 enabled * PHP 7.2 * MariaDB 10 diff --git a/bin/ncp/CONFIG/nc-autoupdate-nc.sh b/bin/ncp/CONFIG/nc-autoupdate-nc.sh index 94609f23..8cfa1375 100644 --- a/bin/ncp/CONFIG/nc-autoupdate-nc.sh +++ b/bin/ncp/CONFIG/nc-autoupdate-nc.sh @@ -10,7 +10,7 @@ # just change this value and re-activate in update.sh to upgrade users -VERSION=15.0.2 +VERSION=15.0.4 configure() { diff --git a/bin/ncp/TOOLS/nc-update-nextcloud.sh b/bin/ncp/TOOLS/nc-update-nextcloud.sh index 7f0bb5af..5640e7da 100644 --- a/bin/ncp/TOOLS/nc-update-nextcloud.sh +++ b/bin/ncp/TOOLS/nc-update-nextcloud.sh @@ -8,7 +8,7 @@ # More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/ # -LATEST=15.0.2 +LATEST=15.0.4 configure() { diff --git a/changelog.md b/changelog.md index 68656f62..3ea55ee3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ -[v1.5.2](https://github.com/nextcloud/nextcloudpi/commit/244e340) (2019-02-07) nc-trusted-domains: add description +[v1.6.0](https://github.com/nextcloud/nextcloudpi/commit/5118ddc) (2019-02-07) upgrade to NC15.0.4 + +[v1.5.2 ](https://github.com/nextcloud/nextcloudpi/commit/1a6b7df) (2019-02-07) nc-trusted-domains: add description [v1.5.1 ](https://github.com/nextcloud/nextcloudpi/commit/a1842bc) (2019-01-30) nc-update-nc-apps-auto: log upgrades diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg index 27217d84..e59080a6 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": "15.0.2" + "value": "15.0.4" }, { "id": "BETA", -- cgit v1.2.3