From a1528cc6b2ebd7dd3faa0681467c794c06eaae76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 4 Mar 2022 12:48:14 +0100 Subject: Bump version to 5.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 11 +++++++++++ appinfo/info.xml | 2 +- package.json | 4 ++-- 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 @@ - 5.0.2 + 5.0.3 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk 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": "/src/tests/setup.js" } -} +} \ No newline at end of file -- cgit v1.2.3