Skip to content

Commit 8a8c010

Browse files
authored
Merge pull request #4887 from nextcloud/release/v8.7.2
chore(release): v8.7.2
2 parents 07ddcde + ac93af0 commit 8a8c010

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

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

7+
## 8.7.2
8+
9+
### Fixed
10+
* Show statusbar by default for all doc types by @pedropintosilva in [#4850](https://github.com/nextcloud/richdocuments/pull/4850)
11+
* Missing translation of guest name dialog by @nickvergessen in [#4860](https://github.com/nextcloud/richdocuments/pull/4860)
12+
* Undefined share for preview by @elzody in [#4869](https://github.com/nextcloud/richdocuments/pull/4869)
13+
* Create new files on public pages for 31+ by @juliusknorr in [#4885](https://github.com/nextcloud/richdocuments/pull/4885)
14+
15+
### Other
16+
* Bump `cypress-split` from 1.24.17 to 1.24.18 [#4854](https://github.com/nextcloud/richdocuments/pull/4854)
17+
* Update `nextcloud/ocp` dependency [#4864](https://github.com/nextcloud/richdocuments/pull/4864)
18+
* Update `nextcloud/ocp` dependency [#4880](https://github.com/nextcloud/richdocuments/pull/4880)
19+
720
## 8.7.1
821

922
### 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.1</version>
14+
<version>8.7.2</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: 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.7.1",
4+
"version": "8.7.2",
55
"authors": [
66
{
77
"name": "Julius Härtl",
@@ -86,4 +86,4 @@
8686
],
8787
"globalSetup": "<rootDir>/src/tests/setup.js"
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)