From 1025874fc31727074e0e93666b3057604f6f2372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 23 Aug 2019 17:46:17 +0200 Subject: [PATCH 1/2] Bump version to 4.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63cf3cc5e..247b27df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.1.0 +- Allow groups to manage ACL permissions +- Bump dependencies +- Fix IE11 compatibility +- Check for naming conflicts before returning the user mouns + ## 4.0.5 - Bump dependencies - Update translations diff --git a/appinfo/info.xml b/appinfo/info.xml index cb306fe66..bc4c768d5 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.]]> - 4.0.5 + 4.1.0 agpl Robin Appelman GroupFolders From 495fb968e43261c0826e5d94a1500ae4f4b47e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 23 Aug 2019 17:50:58 +0200 Subject: [PATCH 2/2] Prepare 5.0.0 for Nextcloud 17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 3 +++ appinfo/info.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 247b27df9..cee261674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 5.0.0 +- Version backend changes + ## 4.1.0 - Allow groups to manage ACL permissions - Bump dependencies diff --git a/appinfo/info.xml b/appinfo/info.xml index bc4c768d5..310bba6ec 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.]]> - 4.1.0 + 5.0.0 agpl Robin Appelman GroupFolders