From a217407de0e53e349410f40765e982055a0da0fa Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Wed, 9 Sep 2026 17:27:02 -0400 Subject: [PATCH 1/2] chore(release): bump version to 11.1.1 Signed-off-by: Elizabeth Danzberger --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 1507759136..2724d3db17 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ - 11.1.0 + 11.1.1 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 5e95a3246f..eb3cf33645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "11.1.0", + "version": "11.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "11.1.0", + "version": "11.1.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.6.0", diff --git a/package.json b/package.json index 23ae3edfb1..f42f28cdcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "11.1.0", + "version": "11.1.1", "authors": [ { "name": "Julius Härtl", From e8d000205cf40f1212d8da9066c417613aae388d Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Wed, 9 Sep 2026 17:29:02 -0400 Subject: [PATCH 2/2] chore(release): update changelog for 11.1.1 Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2176210026..a654ab1797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ --> # Changelog +## 11.1.1 + +### Fixed + +- Report a locked file as 423, not 500 by @timar in [#6063](https://github.com/nextcloud/richdocuments/pull/6063) +- Pass language to Collabora file conversions by @xhon-pelushi in [#6037](https://github.com/nextcloud/richdocuments/pull/6037) +- Include ooxml types in form filling by @elzody in [#6028](https://github.com/nextcloud/richdocuments/pull/6028) +- Avoid extra file write by @elzody in [#5994](https://github.com/nextcloud/richdocuments/pull/5994) +- Stabilize cypress tests by @elzody in [#5941](https://github.com/nextcloud/richdocuments/pull/5941) + +### Other + +- Move language tag logic to backend by @elzody in [#6052](https://github.com/nextcloud/richdocuments/pull/6052) +- Skip nightly collabora tests by @elzody in [#6031](https://github.com/nextcloud/richdocuments/pull/6031) +- Hide extra fonts instructions when built-in CODE selected by @xhon-pelushi in [#6000](https://github.com/nextcloud/richdocuments/pull/6000) +- Trigger direct editing Save As via postMessage by @elzody in [#5995](https://github.com/nextcloud/richdocuments/pull/5995) +- Dependency updates + ## 11.1.0 ### Added