Skip to content

Commit

Permalink
Merge pull request #2075 from nextcloud/release/5.0.3
Browse files Browse the repository at this point in the history
Prepare release of 5.0.3
  • Loading branch information
juliusknorr authored Mar 4, 2022
2 parents dbcd904 + a1528cc commit ef0ed5b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.0.3

### Added

- Change wording from "New graphic" to "New diagram" [#2046](https://api.github.com/repos/nextcloud/richdocuments/pulls/2046)

### Fixed

- Adapt branding css variables [#2072](https://api.github.com/repos/nextcloud/richdocuments/pulls/2072)
- 🐛 Fix CSP violation when Nextcloud server has so-called 'service root' [#2067](https://api.github.com/repos/nextcloud/richdocuments/pulls/2067)

## 5.0.2

### Added
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>5.0.2</version>
<version>5.0.3</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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
"version": "5.0.2",
"version": "5.0.3",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -115,4 +115,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit ef0ed5b

Please sign in to comment.