Skip to content

Commit

Permalink
Merge pull request #3488 from nextcloud/release/8.0.8
Browse files Browse the repository at this point in the history
chore(release): Bump version to 8.0.8
  • Loading branch information
max-nextcloud committed Feb 26, 2024
2 parents bb022af + bbe9eeb commit 63042e6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 8.0.8

### Fixed

- fix: emit allow attribute on all iframes for the clipboard @vmiklos [#3485](https://github.com/nextcloud/richdocuments/pull/3485)
- fix: Clear loading timeout when guest name is asked @max-nextcloud [#3444](https://github.com/nextcloud/richdocuments/pull/3444)

## 8.0.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.0.7</version>
<version>8.0.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.

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

0 comments on commit 63042e6

Please sign in to comment.