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:
authorCarl Schwan <carl@carlschwan.eu>2022-05-04 15:10:23 +0300
committerGitHub <noreply@github.com>2022-05-04 15:10:23 +0300
commitfed94f4390ac87f7360f56a2efd6de35ad4c15af (patch)
tree2d6723307b7fe7a34615851f6d14ce5f4a8107fa
parent3cebf07d9dfd5d8c466cd1ace68c1b5794788d6f (diff)
parent91b316dcdb7e6cf4a09a73e53a7ccda1615edd6c (diff)
Merge pull request #1986 from nextcloud/release/12.0.0v12.0.0
Release groupfolder 12.0.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c854214e..a14c5c44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 12.0.0
+
+- Compatibility with PHP 7.4 and Nextcloud 24 @CarlSchwan
+- Improved compatibility with Oracle DB @CarlSchwan
+- Performance improvement when getting root storage id @icewind1991
+- Better synchronisatin with the desktop client @mejo
+- Fix expiration when storage is unlimited and auto expiration is on @CarlSchwan
+- Dispatch audit event when changing ACL rules @CarlSchwan
+- Performance improvement and get ACL in CLI command @rotdrop
+
## 10.0.0-beta1
* [#1239](https://github.com/nextcloud/groupfolders/pull/1239) Check for naming conflicts before returning the user mounts @icewind1991
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4de31b88..507ef6ec 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>12.0.0-beta1</version>
+ <version>12.0.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>GroupFolders</namespace>