From 60358d13c91f7f82cccbd348df8d91688dabce4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 9 Apr 2024 10:36:54 +0100 Subject: [PATCH] chore(release): Bump version to 2.1.1 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 6b216965..9dcfe661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.1.1 + +### Fixed + +- Fix wrong language in new file menu @Dennis1993 [#528](https://github.com/nextcloud/officeonline/pull/528) +- Fixed remote redirect URL for federation shared files @hopleus [#523](https://github.com/nextcloud/officeonline/pull/523) +- Fix broken calls for inline script support @juliushaertl [#526](https://github.com/nextcloud/officeonline/pull/526) + +### Other + +- chore(CI): Adjust testing matrix for Nextcloud 29 on main @nickvergessen [#542](https://github.com/nextcloud/officeonline/pull/542) + ## 2.1.0 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index c10a8637..080b14a4 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Edit office documents directly in your browser. This application can connect to an Office Online server with Nextcloud. - 2.1.0 + 2.1.1 agpl Julius Härtl diff --git a/package.json b/package.json index a185b8e5..d4e62dd4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "officeonline", "description": "Collabora online integration", - "version": "2.1.0", + "version": "2.1.1", "authors": [ { "name": "Julius Härtl",