From af245d82376baaba08f37ba263bea1509a8fde3d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 23 Sep 2025 13:18:30 +0200 Subject: [PATCH 1/2] chore(release): Set version to 1.20.2 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 de45bf23..0e50422b 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) - 1.20.1 + 1.20.2 agpl Arthur Schiwon Joas Schilling From 9d4f2e1224eb48a9c9961a78d27486c348da4407 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 23 Sep 2025 13:19:12 +0200 Subject: [PATCH 2/2] chore(release): Add changelog for 1.20.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 045f4345..aadb6ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.20.2 – 2025-09-23 +### Changed +- 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 + ## 1.20.1 – 2024-09-12 ### Fixed - fix(versions): Fix compatibility with files_versions and PHP strict types