Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-03-04 15:48:49 +0300
committerGitHub <noreply@github.com>2022-03-04 15:48:49 +0300
commitef0ed5bd6b37fa0bb307d6d5c4c9d4ccc2c37192 (patch)
treed5b6196b2e01c2a2687f9950e702399645ad3596
parentdbcd904ede1f72430921fcb99937eab2ff788962 (diff)
parenta1528cc6b2ebd7dd3faa0681467c794c06eaae76 (diff)
Merge pull request #2075 from nextcloud/release/5.0.3v5.0.3
Prepare release of 5.0.3
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json4
3 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c95e52b4..a70d2490 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fab42f7b..81ee66f9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>
diff --git a/package.json b/package.json
index 829f96e5..855827c2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "5.0.2",
+ "version": "5.0.3",
"authors": [
{
"name": "Julius Härtl",
@@ -115,4 +115,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-}
+} \ No newline at end of file