Skip to content

Commit

Permalink
Merge pull request #3777 from nextcloud/release/8.3.8
Browse files Browse the repository at this point in the history
Prepare for release 8.3.8
  • Loading branch information
elzody committed Jun 18, 2024
2 parents f59b24d + f2422bb commit 9651ebe
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.3.8

### Fixed

* Remove legacy Viewer code [#3729](https://github.com/nextcloud/richdocuments/pull/3729)
* Always pass is_admin property to userextrainfo [#3734](https://github.com/nextcloud/richdocuments/pull/3734)
* Use new property for admin user indication [#3752](https://github.com/nextcloud/richdocuments/pull/3752)
* Use new property for guest indication [#3760](https://github.com/nextcloud/richdocuments/pull/3760)
* Uncheck group limit in admin settings [#3765](https://github.com/nextcloud/richdocuments/pull/3765)
* Run move in lock scope of the user [#3773](https://github.com/nextcloud/richdocuments/pull/3773)

### Other

* Update nextcloud/ocp dependency [#3696](https://github.com/nextcloud/richdocuments/pull/3696)
* Update nextcloud/ocp dependency [#3723](https://github.com/nextcloud/richdocuments/pull/3723)
* Update nextcloud/ocp dependency [#3746](https://github.com/nextcloud/richdocuments/pull/3746)
* Update nextcloud/ocp dependency [#3770](https://github.com/nextcloud/richdocuments/pull/3770)

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

0 comments on commit 9651ebe

Please sign in to comment.