Skip to content

Commit d18c9a9

Browse files
authored
Merge pull request #4150 from nextcloud/release/v8.4.8
Release/v8.4.8
2 parents c1b9c92 + 2bb5f6b commit d18c9a9

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 8.4.8
4+
5+
### Fixed
6+
* Display proper custom logo in collabora @elzody [#4107](https://github.com/nextcloud/richdocuments/pull/4107)
7+
* Admin Settings page when Watermark label selected @Koc [#4127](https://github.com/nextcloud/richdocuments/pull/4127)
8+
* Asset download checks @juliusknorr [#4134](https://github.com/nextcloud/richdocuments/pull/4134)
9+
* Brute force protection for public file creation @juliusknorr [#4142](https://github.com/nextcloud/richdocuments/pull/4142)
10+
11+
### Other
12+
* Update nextcloud/ocp dependency @nextcloud-command [#4097](https://github.com/nextcloud/richdocuments/pull/4097)
13+
* Bump vue-material-design-icons from 5.3.0 to 5.3.1 @dependabot [#4110](https://github.com/nextcloud/richdocuments/pull/4110)
14+
* npm audit @nextcloud-command [#4121](https://github.com/nextcloud/richdocuments/pull/4121)
15+
316
## 8.4.7
417

518
### Fixed

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<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.
77
88
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>
9-
<version>8.4.7</version>
9+
<version>8.4.8</version>
1010
<licence>agpl</licence>
1111
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1212
<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.4.7",
4+
"version": "8.4.8",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)