From 3685a28affbd6062ad80a0f20ff750a303159939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 29 Feb 2024 10:10:18 +0100 Subject: [PATCH] chore(release): Bump version to 8.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 14 ++++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b44e18ea..1c1b66a2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 8.3.2 + +### Fixed + +- [stable28] fix: emit allow attribute on iframe for the clipboard (fixes #3474) @backportbot[bot] [#3481](https://github.com/nextcloud/richdocuments/pull/3481) +- [stable28] Fixes #3492 joining after document is renamed inside editor @backportbot[bot] [#3504](https://github.com/nextcloud/richdocuments/pull/3504) +- [stable28] fix: emit allow attribute on all iframes for the clipboard (related t… @backportbot[bot] [#3483](https://github.com/nextcloud/richdocuments/pull/3483) +- [stable28] fix: Properly use input model in settings text fields @backportbot[bot] [#3495](https://github.com/nextcloud/richdocuments/pull/3495) +- [stable28] Fix open locally with files lock and wopi allow list @backportbot[bot] [#3503](https://github.com/nextcloud/richdocuments/pull/3503) + +### Other + +- test(ci): use only 3 runners for cypress @max-nextcloud [#3411](https://github.com/nextcloud/richdocuments/pull/3411) + ## 8.3.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 1cf561dbbd..115e0d95b4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.3.1 + 8.3.2 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package.json b/package.json index 484daf5d39..f8323c991f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.3.1", + "version": "8.3.2", "authors": [ { "name": "Julius Härtl",