Skip to content

Commit

Permalink
Merge pull request #3776 from nextcloud/release/8.2.11
Browse files Browse the repository at this point in the history
Prepare for release 8.2.11
  • Loading branch information
elzody committed Jun 18, 2024
2 parents 7b64e7f + a6f9f51 commit 88b9c31
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 8.2.11

### Fixed

* Always pass is_admin property to userextrainfo [#3735](https://github.com/nextcloud/richdocuments/pull/3735)
* Use new property for admin user indication [#3753](https://github.com/nextcloud/richdocuments/pull/3753)
* Use new property for guest indication [#3761](https://github.com/nextcloud/richdocuments/pull/3761)
* Run move in lock scope of the user [#3774](https://github.com/nextcloud/richdocuments/pull/3774)

### Other

* Update nextcloud/ocp dependency [#3695](https://github.com/nextcloud/richdocuments/pull/3695)
* Update nextcloud/ocp dependency [#3724](https://github.com/nextcloud/richdocuments/pull/3724)
* Update nextcloud/ocp dependency [#3747](https://github.com/nextcloud/richdocuments/pull/3747)

## 8.2.10

### 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.2.10</version>
<version>8.2.11</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.2.10",
"version": "8.2.11",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -83,4 +83,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit 88b9c31

Please sign in to comment.