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",