From f57872606b31b92053ec10b370512830597bde61 Mon Sep 17 00:00:00 2001 From: Raul Date: Tue, 17 May 2022 11:31:20 +0200 Subject: Bump version 4.2.7 Signed-off-by: Raul --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- package-lock.json | 5 +++-- package.json | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f54d4f0c..b3829c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.2.7 + +- Disable remote image insertion on public links @juliushaertl +- Fixed file revision history behaviour in group folders @Raudius +- Minor fixes to enable debugging @gokaysatir + ## 4.2.6 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 45ca20ca..cc1e2bde 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 4.2.6 + 4.2.7 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 285781ee..3142eb1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "richdocuments", - "version": "4.2.5", + "version": "4.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.2.3", + "name": "richdocuments", + "version": "4.2.7", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^1.3.0", diff --git a/package.json b/package.json index 502360f9..b7ab7bf5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "4.2.6", + "version": "4.2.7", "authors": [ { "name": "Julius Härtl", @@ -114,4 +114,4 @@ ], "globalSetup": "/src/tests/setup.js" } -} \ No newline at end of file +} -- cgit v1.2.3