Skip to content

Commit 22193b4

Browse files
authored
Merge pull request #4149 from nextcloud/release/v8.5.2
Release/v8.5.2
2 parents 3b1312d + 1b36bf1 commit 22193b4

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
-->
55
# Changelog
66

7+
## 8.5.2
8+
9+
### Fixed
10+
- Display proper custom logo in collabora @elzody [#4108](https://github.com/nextcloud/richdocuments/pull/4108)
11+
- Admin Settings page when Watermark label selected @Koc [#4128](https://github.com/nextcloud/richdocuments/pull/4128)
12+
- Asset download checks @juliusknorr [#4133](https://github.com/nextcloud/richdocuments/pull/4133)
13+
- Brute force protection for public file creation @juliusknorr [#4141](https://github.com/nextcloud/richdocuments/pull/4141)
14+
15+
### Other
16+
- npm audit @nextcloud-command [#4093](https://github.com/nextcloud/richdocuments/pull/4093)
17+
- Update nextcloud/ocp dependency @nextcloud-command [#4100](https://github.com/nextcloud/richdocuments/pull/4100)
18+
- Bump vue-material-design-icons from 5.3.0 to 5.3.1 @dependabot [#4115](https://github.com/nextcloud/richdocuments/pull/4115)
19+
- npm audit @nextcloud-command [#4120](https://github.com/nextcloud/richdocuments/pull/4120)
20+
721
## 8.5.1
822

923
### Added

appinfo/info.xml

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.1",
4+
"version": "8.5.2",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)