Skip to content

Commit c5a41c8

Browse files
Merge pull request #3866 from nextcloud/release/8.4.4
Prepare for release 8.4.4
2 parents 7dc2be5 + 305e949 commit c5a41c8

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 8.4.4
4+
5+
### Fixed
6+
7+
* Avoid background fetch if not configured [#3796](https://github.com/nextcloud/richdocuments/pull/3796)
8+
* Add 'title' attribute to iframe for accessibility [#3821](https://github.com/nextcloud/richdocuments/pull/3821)
9+
* Use shared default options for HTTP client requests [#3834](https://github.com/nextcloud/richdocuments/pull/3834)
10+
* Allow passing css var to change Collabora logo color [#3853](https://github.com/nextcloud/richdocuments/pull/3853)
11+
12+
### Other
13+
* Update nextcloud/ocp dependency [#3803](https://github.com/nextcloud/richdocuments/pull/3803)
14+
* Update nextcloud/ocp dependency [#3818](https://github.com/nextcloud/richdocuments/pull/3818)
15+
* Update nextcloud/ocp dependency [#3829](https://github.com/nextcloud/richdocuments/pull/3829)
16+
* Update nextcloud/ocp dependency [#3849](https://github.com/nextcloud/richdocuments/pull/3849)
17+
318
## 8.4.3
419

520
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.
77
88
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
9-
<version>8.4.3</version>
9+
<version>8.4.4</version>
1010
<licence>agpl</licence>
1111
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1212
<types>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "8.4.3",
4+
"version": "8.4.4",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)