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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-04-08 22:29:41 +0300
committerGitHub <noreply@github.com>2020-04-08 22:29:41 +0300
commit045577176ef2e049b5a1c71ed88f116332b1ab36 (patch)
treed7889ae4f6d7497c6f4fd2c657ab3da1f66b4a6d
parenta4b251c87790b9d8e2b017fa830307bf55003d79 (diff)
parent937820a2b57f060dc62d5c208696e6efe13b1bab (diff)
Merge pull request #860 from nextcloud/release/6.0.5v6.0.5
Bump version to 6.0.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml4
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 413d46fc..906b7c2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 6.0.5
+
+- Nextcloud 19 compatibility
+
## 6.0.4
- Check ACL before restoring files from the trashbin
diff --git a/Makefile b/Makefile
index 221a5840..a8037a7e 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
webpack=node_modules/.bin/webpack
-version+=6.0.4
+version+=6.0.5
jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a15f35e2..99073ada 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.
Note: encrypting the contents of group folders is currently not supported.]]></description>
- <version>6.0.4</version>
+ <version>6.0.5</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>
@@ -30,7 +30,7 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png</screenshot>
<dependencies>
- <nextcloud min-version="18" max-version="18" />
+ <nextcloud min-version="18" max-version="19" />
</dependencies>
<background-jobs>