From 4f53f7e1e345fd929557b3d2cfbb1b16785acabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 18 Dec 2023 18:44:45 +0100 Subject: [PATCH] chore(release): Bump version to 14.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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