Skip to content

Commit

Permalink
Merge pull request #4150 from nextcloud/release/v8.4.8
Browse files Browse the repository at this point in the history
Release/v8.4.8
  • Loading branch information
elzody authored Oct 18, 2024
2 parents c1b9c92 + 2bb5f6b commit d18c9a9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 8.4.8

### Fixed
* Display proper custom logo in collabora @elzody [#4107](https://github.com/nextcloud/richdocuments/pull/4107)
* Admin Settings page when Watermark label selected @Koc [#4127](https://github.com/nextcloud/richdocuments/pull/4127)
* Asset download checks @juliusknorr [#4134](https://github.com/nextcloud/richdocuments/pull/4134)
* Brute force protection for public file creation @juliusknorr [#4142](https://github.com/nextcloud/richdocuments/pull/4142)

### Other
* Update nextcloud/ocp dependency @nextcloud-command [#4097](https://github.com/nextcloud/richdocuments/pull/4097)
* Bump vue-material-design-icons from 5.3.0 to 5.3.1 @dependabot [#4110](https://github.com/nextcloud/richdocuments/pull/4110)
* npm audit @nextcloud-command [#4121](https://github.com/nextcloud/richdocuments/pull/4121)

## 8.4.7

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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.
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>
<version>8.4.7</version>
<version>8.4.8</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
"version": "8.4.7",
"version": "8.4.8",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit d18c9a9

Please sign in to comment.