Skip to content

Commit e6a3809

Browse files
authored
Merge pull request #5037 from nextcloud/release/v8.7.5
chore(release): v8.7.5
2 parents 4f3d446 + 8fd74da commit e6a3809

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

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

7+
## 8.7.5
8+
9+
### Fixed
10+
- Allow Collabora Online to fetch configuration from Nextcloud by @mohit-marathe in [#4982](https://github.com/nextcloud/richdocuments/pull/4982)
11+
- Register handler within init script by @susnux in [#4986](https://github.com/nextcloud/richdocuments/pull/4986)
12+
- Do not exclude Composer dependency `src` directory by @elzody in [#4990](https://github.com/nextcloud/richdocuments/pull/4990)
13+
- Prevent error when sending `null` to `json_decode` by @vitormattos in [#4993](https://github.com/nextcloud/richdocuments/pull/4993)
14+
- Improved backwards compatibility by @luka-nextcloud in [#4998](https://github.com/nextcloud/richdocuments/pull/4998)
15+
- Do not rely on the speculative `getMountPoint()` method by @blizzz in [#5011](https://github.com/nextcloud/richdocuments/pull/5011)
16+
17+
### Other
18+
- NPM audits
19+
20+
721
## 8.7.4
822

923
### Fixed

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.7.4</version>
14+
<version>8.7.5</version>
1515
<licence>agpl</licence>
1616
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1717
<types>

package-lock.json

Lines changed: 2 additions & 2 deletions
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.7.4",
4+
"version": "8.7.5",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)