Skip to content

Commit e72fde0

Browse files
authored
Merge pull request #4822 from nextcloud/release/8.7.0
Release 8.7.0
2 parents 12be987 + 7ba9bd4 commit e72fde0

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

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

7+
## 8.7.0
8+
9+
### Added
10+
11+
- feat: Add option to set secure view for public talk shares [#4808](https://github.com/nextcloud/richdocuments/pull/4808)
12+
13+
### Fixed
14+
15+
- fix: Ensure edit permissions are checked before template file token generation [#4797](https://github.com/nextcloud/richdocuments/pull/4797)
16+
- fix(CoolFrame): Init and accept postMessage for setting iframe height [#4796](https://github.com/nextcloud/richdocuments/pull/4796)
17+
- fix: check if template fields should be extracted [#4810](https://github.com/nextcloud/richdocuments/pull/4810)
18+
19+
### Other
20+
21+
- Revert "test: use nightly collabora build for now" [#4790](https://github.com/nextcloud/richdocuments/pull/4790)
22+
- chore(test): add unit tests for RegisterTemplateFileCreatorListener [#4821](https://github.com/nextcloud/richdocuments/pull/4821)
23+
724
## 8.6.5
825

926
### Fixed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
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.6.5</version>
14+
<version>8.7.0</version>
1515
<licence>agpl</licence>
1616
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1717
<types>
18-
<filesystem />
18+
<filesystem/>
1919
<prevent_group_restriction/>
2020
</types>
2121
<documentation>

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.6.5",
4+
"version": "8.7.0",
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)