From 4b4919506a3a09c492eb8a1d5dbf5fa218bb29b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 29 Feb 2024 10:11:45 +0100 Subject: [PATCH] chore(release): Bump version to 8.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 12 ++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2563d94284..48d56875ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 8.2.5 + +### Fixed + +- fix: emit allow attribute on all iframes for the clipboard (related t… @backportbot[bot] [#3484](https://github.com/nextcloud/richdocuments/pull/3484) +- fix: emit allow attribute on iframe for the clipboard (fixes #3474) @backportbot[bot] [#3482](https://github.com/nextcloud/richdocuments/pull/3482) +- Fix open locally with files lock and wopi allow list @backportbot[bot] [#3502](https://github.com/nextcloud/richdocuments/pull/3502) + +### Other + +- test(ci): use only 3 runners for cypress @max-nextcloud [#3412](https://github.com/nextcloud/richdocuments/pull/3412) + ## 8.2.4 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 3696f4e33b..59c4ff1a76 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.2.4 + 8.2.5 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package.json b/package.json index 7bda4e2f70..d6fd586e3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.2.4", + "version": "8.2.5", "authors": [ { "name": "Julius Härtl",