Skip to content

Commit b4bb86d

Browse files
committed
upgrade to NC15.0.4
1 parent 5cf8d4b commit b4bb86d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This code also generates the NextCloudPi docker images for [ARM](https://hub.doc
1212
## Features
1313

1414
* Debian/Raspbian 9 stretch
15-
* Nextcloud 15.0.2
15+
* Nextcloud 15.0.4
1616
* Apache 2.4.25, with HTTP2 enabled
1717
* PHP 7.2
1818
* MariaDB 10

bin/ncp/CONFIG/nc-autoupdate-nc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
# just change this value and re-activate in update.sh to upgrade users
13-
VERSION=15.0.2
13+
VERSION=15.0.4
1414

1515
configure()
1616
{

bin/ncp/TOOLS/nc-update-nextcloud.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
99
#
1010

11-
LATEST=15.0.2
11+
LATEST=15.0.4
1212

1313
configure()
1414
{

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

2-
[v1.5.2](https://github.com/nextcloud/nextcloudpi/commit/244e340) (2019-02-07) nc-trusted-domains: add description
2+
[v1.6.0](https://github.com/nextcloud/nextcloudpi/commit/5118ddc) (2019-02-07) upgrade to NC15.0.4
3+
4+
[v1.5.2 ](https://github.com/nextcloud/nextcloudpi/commit/1a6b7df) (2019-02-07) nc-trusted-domains: add description
35

46
[v1.5.1 ](https://github.com/nextcloud/nextcloudpi/commit/a1842bc) (2019-01-30) nc-update-nc-apps-auto: log upgrades
57

etc/ncp-config.d/nc-nextcloud.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"id": "VER",
1111
"name": "Version",
12-
"value": "15.0.2"
12+
"value": "15.0.4"
1313
},
1414
{
1515
"id": "BETA",

0 commit comments

Comments
 (0)