Skip to content

Commit

Permalink
chore(release): Bump version to 8.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Jan 12, 2024
1 parent 7897467 commit 2acd076
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 8.0.7

### Fixed

- Fix opening file after rename in COOL @eszkadev [#3341](https://github.com/nextcloud/richdocuments/pull/3341)
- fix: Set expect guzzle option to false [#3300](https://github.com/nextcloud/richdocuments/pull/3300)
- fix: Set proper user scope for direct editing @juliushaertl [#3397](https://github.com/nextcloud/richdocuments/pull/3397)
- fix: Let wopi middleware also handle asset fetching [#3409](https://github.com/nextcloud/richdocuments/pull/3409)
- fix(Wopi): Mark sensitive parameter as such @juliushaertl [#3401](https://github.com/nextcloud/richdocuments/pull/3401)
- Do not hide speadsheet statusbar by default [#3326](https://github.com/nextcloud/richdocuments/pull/3326)
- fix: Do not fail if node has no owner [#3280](https://github.com/nextcloud/richdocuments/pull/3280)

### Dependencies

- Update nextcloud/ocp dependency @nextcloud-command [#3291](https://github.com/nextcloud/richdocuments/pull/3291)
- Update nextcloud/ocp dependency @nextcloud-command [#3395](https://github.com/nextcloud/richdocuments/pull/3395)

## 8.0.6

### 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.0.6</version>
<version>8.0.7</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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
"version": "8.0.6",
"version": "8.0.7",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 2acd076

Please sign in to comment.