Skip to content

Commit

Permalink
Merge pull request #3778 from nextcloud/release/8.4.3
Browse files Browse the repository at this point in the history
Prepare for release 8.4.3
  • Loading branch information
elzody committed Jun 18, 2024
2 parents e46ef63 + bfe08fd commit 5020467
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 8.4.3

### Fixed

* Remove legacy Viewer code [#3730](https://github.com/nextcloud/richdocuments/pull/3730)
* Always pass is_admin property to userextrainfo [#3733](https://github.com/nextcloud/richdocuments/pull/3733)
* Avoid requesting remote endpoints during bootstrap [#3750](https://github.com/nextcloud/richdocuments/pull/3750)
* Use new property for admin user indication [#3751](https://github.com/nextcloud/richdocuments/pull/3751)
* Use new property for guest indication [#3759](https://github.com/nextcloud/richdocuments/pull/3759)
* Uncheck group limit in admin settings [#3764](https://github.com/nextcloud/richdocuments/pull/3764)
* Run move in lock scope of the user [#3772](https://github.com/nextcloud/richdocuments/pull/3772)

### Other

* Update nextcloud/ocp dependency [#3698](https://github.com/nextcloud/richdocuments/pull/3698)
* Update nextcloud/ocp dependency [#3716](https://github.com/nextcloud/richdocuments/pull/3716)
* Update nextcloud/ocp dependency [#3744](https://github.com/nextcloud/richdocuments/pull/3744)

## 8.4.2

### 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.2</version>
<version>8.4.3</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions 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.2",
"version": "8.4.3",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -85,4 +85,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit 5020467

Please sign in to comment.