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-02-28 10:32:35 +0300
committernachoparker <nacho@ownyourbits.com>2020-03-01 06:03:11 +0300
commit4a51c1f5e8a33e670a63c4c82f7eae7115b86980 (patch)
treedc4ca03f12b56f23e62d43b41329e2407776b87a
parentf066b03aca70d8739bddb85fab51c59d6825bf2b (diff)
upgrade to NC18.0.1v1.21.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--README.md2
-rw-r--r--changelog.md8
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg2
-rw-r--r--etc/ncp.cfg2
-rw-r--r--ncp-app/appinfo/info.xml2
-rw-r--r--ncp-previewgenerator/appinfo/info.xml2
6 files changed, 11 insertions, 7 deletions
diff --git a/README.md b/README.md
index 51b2c977..efbbd80d 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 17.0.2
+ * Nextcloud 18.0.1
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10
diff --git a/changelog.md b/changelog.md
index 07123a0c..85c74f4b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,11 @@
-[v1.20.10](https://github.com/nextcloud/nextcloudpi/commit/e99d7a7) (2020-02-27) redis: make sure we have the right permissions for conf file
+[v1.21.0](https://github.com/nextcloud/nextcloudpi/commit/5046177) (2020-02-28) upgrade to NC18.0.1
-[v1.20.9](https://github.com/nextcloud/nextcloudpi/commit/0c538ae) (2020-02-04) add notify_admin functionality
+[v1.20.11](https://github.com/nextcloud/nextcloudpi/commit/f066b03) (2020-02-27) redis: make sure we have the right permissions for conf file
+
+[v1.20.10](https://github.com/nextcloud/nextcloudpi/commit/c0cee6b) (2020-02-12) fail2ban: fix regex for NC18
+
+[v1.20.9 ](https://github.com/nextcloud/nextcloudpi/commit/0c538ae) (2020-02-04) add notify_admin functionality
[v1.20.8 ](https://github.com/nextcloud/nextcloudpi/commit/986046f) (2020-02-05) nc-backup: add more info to description (#1073)
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index aa88b3d7..ca976a7a 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": "17.0.2"
+ "value": "18.0.1"
},
{
"id": "BETA",
diff --git a/etc/ncp.cfg b/etc/ncp.cfg
index b5c3b783..05f382a9 100644
--- a/etc/ncp.cfg
+++ b/etc/ncp.cfg
@@ -1,5 +1,5 @@
{
- "nextcloud_version": "17.0.2",
+ "nextcloud_version": "18.0.1",
"php_version": "7.3",
"release": "buster"
}
diff --git a/ncp-app/appinfo/info.xml b/ncp-app/appinfo/info.xml
index 233381be..abdc3011 100644
--- a/ncp-app/appinfo/info.xml
+++ b/ncp-app/appinfo/info.xml
@@ -12,7 +12,7 @@
<category>tools</category>
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
<dependencies>
- <nextcloud min-version="14" max-version="17"/>
+ <nextcloud min-version="14" max-version="18"/>
</dependencies>
<navigations>
<navigation>
diff --git a/ncp-previewgenerator/appinfo/info.xml b/ncp-previewgenerator/appinfo/info.xml
index c28ac8a5..aa3814bb 100644
--- a/ncp-previewgenerator/appinfo/info.xml
+++ b/ncp-previewgenerator/appinfo/info.xml
@@ -24,7 +24,7 @@ The first time you activate this app through 'nc-previews-auto', you properly wa
</types>
<dependencies>
<php min-version="7.0"/>
- <nextcloud min-version="14" max-version="17" />
+ <nextcloud min-version="14" max-version="18" />
</dependencies>
<commands>