diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcfde41b..1813c3e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 14.0.6 + +### Fixed + +- fix(ACL): don't put inherited ACL permissions in the propPatch request payload [#2689](https://github.com/nextcloud/groupfolders/pull/2689) +- Fix(client#propPatch): Escape *all* occurences of # [#2675](https://github.com/nextcloud/groupfolders/pull/2675) +- fix PHP 8.2 ${var} deprecated [#2515](https://github.com/nextcloud/groupfolders/pull/2515) + ## 14.0.2 * #[2337](https://github.com/nextcloud/groupfolders/pull/2337) fix text for assigned acl managers not being readable in light mode by @backportbot-nextcloud diff --git a/appinfo/info.xml b/appinfo/info.xml index fa2d3a738..a397da3af 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.]]> - 14.0.5 + 14.0.6 agpl Robin Appelman GroupFolders