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:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-10-07 11:02:50 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-10-07 11:02:50 +0300
commitc42f25e4e7e1eac61d2a0e6146356f81358957f8 (patch)
tree7dca9630e7278ae465bf5e0b7c7f77ed75432496
parent76140e3543f53d388b13d09385ad34eaa898d12f (diff)
v6.0.8v6.0.8
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe50985a..dcebd634 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 6.0.8
+
+* [#1030](https://github.com/nextcloud/groupfolders/pull/1030) Properly cast file and groupfolder ids to strings when using them in paths
+* [#1066](https://github.com/nextcloud/groupfolders/pull/1066) OCC command to empty the trashbin
+
## 6.0.7
* [#916](https://github.com/nextcloud/groupfolders/pull/916) Documented occ configuration @wiswedel
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6fc4f43f..c253b284 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.7</version>
+ <version>6.0.8</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>