Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2020-03-13 22:35:31 +0300
committernachoparker <nacho@ownyourbits.com>2020-03-16 07:23:50 +0300
commitd108fad25461e4f739977f0c4e8085d1807c22ba (patch)
tree65affc72fb79038fa9642eb76105974abc37b6f9
parentc09dfd9c84508e31834646ca9f3252c6332eec23 (diff)
upgrade to NC18.0.2v1.23.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--README.md2
-rw-r--r--changelog.md6
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg2
-rw-r--r--etc/ncp.cfg2
4 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index efbbd80d..82f02cf0 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.1
+ * Nextcloud 18.0.2
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10
diff --git a/changelog.md b/changelog.md
index bb2e0d32..c1367d45 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,11 @@
-[v1.22.3](https://github.com/nextcloud/nextcloudpi/commit/0e81bc1) (2020-03-02) nc-snapshot-auto: read datadir location during execution
+[v1.23.0](https://github.com/nextcloud/nextcloudpi/commit/a670258) (2020-03-13) upgrade to NC18.0.2
+
+[v1.22.3](https://github.com/nextcloud/nextcloudpi/commit/76d5da3) (2020-03-02) nc-snapshot-auto: read datadir location during execution
[v1.22.2 ](https://github.com/nextcloud/nextcloudpi/commit/75b1a06) (2020-03-02) nc-maintenance: add is_active
-[v1.22.1](https://github.com/nextcloud/nextcloudpi/commit/49de98b) (2020-03-03) samba: option to apply only to a NC group (#1048)
+[v1.22.1 ](https://github.com/nextcloud/nextcloudpi/commit/49de98b) (2020-03-03) samba: option to apply only to a NC group (#1048)
[v1.22.0 ](https://github.com/nextcloud/nextcloudpi/commit/9304c86) (2020-03-03) Add nc-trusted-proxies (#1094)
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index ca976a7a..2c1cd31c 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.1"
+ "value": "18.0.2"
},
{
"id": "BETA",
diff --git a/etc/ncp.cfg b/etc/ncp.cfg
index 05f382a9..9fbe84e1 100644
--- a/etc/ncp.cfg
+++ b/etc/ncp.cfg
@@ -1,5 +1,5 @@
{
- "nextcloud_version": "18.0.1",
+ "nextcloud_version": "18.0.2",
"php_version": "7.3",
"release": "buster"
}