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-24 20:03:31 +0300
committernachoparker <nacho@ownyourbits.com>2020-03-24 20:03:58 +0300
commita3dbec1b6923898362bca81ab79977434c40f0f0 (patch)
tree83eb25bab8acad242a7ea9d526c7aa5722e6de5d
parent0a97f776918923e7788e60357fb93b9c24ead531 (diff)
upgrade to NC18.0.3v1.24.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 82f02cf0..bed6289d 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.2
+ * Nextcloud 18.0.3
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10
diff --git a/changelog.md b/changelog.md
index b5dd451f..6e1802cd 100644
--- a/changelog.md
+++ b/changelog.md
@@ -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
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index 2c1cd31c..68bb8cfd 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.2"
+ "value": "18.0.3"
},
{
"id": "BETA",
diff --git a/etc/ncp.cfg b/etc/ncp.cfg
index 9fbe84e1..54cda5d2 100644
--- a/etc/ncp.cfg
+++ b/etc/ncp.cfg
@@ -1,5 +1,5 @@
{
- "nextcloud_version": "18.0.2",
+ "nextcloud_version": "18.0.3",
"php_version": "7.3",
"release": "buster"
}