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>2019-08-23 18:46:17 +0300
committerJulius Härtl <jus@bitgrid.net>2019-08-23 18:47:46 +0300
commit1025874fc31727074e0e93666b3057604f6f2372 (patch)
treec57c4fdf7fffcb9f81e21795893aa71bc6028e08
parentae0794945b0170fa2ea6f56b7c3931af4a5a800b (diff)
Bump version to 4.1.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63cf3cc5..247b27df 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 cb306fe6..bc4c768d 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>4.0.5</version>
+ <version>4.1.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>