Skip to content

Commit c99dd74

Browse files
committed
chore(release): Bump version to 8.5.5
Signed-off-by: Julius Knorr <[email protected]>
1 parent 5300cc3 commit c99dd74

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44
-->
55
# Changelog
66

7+
## 8.5.5
8+
9+
### Added
10+
11+
- feat(test): add tests for template fields with empty labels [#4538](https://github.com/nextcloud/richdocuments/pull/4538)
12+
13+
### Fixed
14+
15+
- Properly handle editor user id for direct editing links [#4574](https://github.com/nextcloud/richdocuments/pull/4574)
16+
- fix(federation): properly encode file names [#4583](https://github.com/nextcloud/richdocuments/pull/4583)
17+
18+
### Other
19+
20+
- ci: Skip save as test until upstream bug is fixed [#4569](https://github.com/nextcloud/richdocuments/pull/4569)
21+
- chore: update actions/cache [#4572](https://github.com/nextcloud/richdocuments/pull/4572)
22+
723
## 8.5.4
824

925
* [Chore(deps-dev): Bump cypress-split from 1.24.6 to 1.24.7 (richdocuments#4318)](https://github.com/nextcloud/richdocuments/pull/4318)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<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.
1212
1313
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>
14-
<version>8.5.4</version>
14+
<version>8.5.5</version>
1515
<licence>agpl</licence>
1616
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1717
<types>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "8.5.4",
4+
"version": "8.5.5",
55
"authors": [
66
{
77
"name": "Julius Härtl",
@@ -85,4 +85,4 @@
8585
],
8686
"globalSetup": "<rootDir>/src/tests/setup.js"
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)