From 16798cc31852090c6886e4ec19634a7fc3915c1f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 23 Sep 2025 13:13:12 +0200 Subject: [PATCH 1/2] chore(release): Add changelog for 3.0.0 Signed-off-by: Joas Schilling --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17bf90b..f9dad1d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.0.0 – 2025-09-23 +### Changed +- Require Nextcloud 32 +- Update translations +- Update dependencies + +### Fixed +- fix(trashbin): Fix compatibility with files_trashbin +- fix(mounts): Prevent additional check for root mount point which errors with LDAP + ## 2.0.0 – 2025-01-16 ### Changed - Require Nextcloud 31 From 3d53a989192e2b09f6ef189db75df21cac833f86 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 23 Sep 2025 13:16:55 +0200 Subject: [PATCH 2/2] chore(release): Set version to 3.0.0 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index ce9cca91..803f62cf 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,7 +17,7 @@ An example would be to deny access to MS Excel/XLSX files owned by the "Human Re Learn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow) - 3.0.0-dev.0 + 3.0.0 agpl Arthur Schiwon Joas Schilling