From ab63cbd1e3692ce7aae27cfca79d3073fc2b0de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 14 Sep 2021 20:44:57 +0200 Subject: [PATCH] Bump version to 3.8.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 8 ++++++++ appinfo/info.xml | 6 +++--- package.json | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63463611a..f8353bde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.8.6 + +### Fixed + +- #1762 Unify error messages accross controllers +- #1750 Register middleware as a service for ancient versions + + ## 3.8.5 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index aee61e674..15b59c4f3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,4 +1,4 @@ - + richdocuments Collabora Online @@ -6,7 +6,7 @@ - 3.8.5 + 3.8.6 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk @@ -29,7 +29,7 @@ You can also edit your documents off-line with the Collabora Office app from the https://www.collaboraoffice.com/downloads/nextcloud/richdocuments/collabora-online-screenshot-4.png https://www.collaboraoffice.com/downloads/nextcloud/richdocuments/collabora-online-screenshot-5.png - + OCA\Richdocuments\Backgroundjobs\ObtainCapabilities diff --git a/package.json b/package.json index f520c71d5..f43c2cc91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "3.8.5", + "version": "3.8.6", "authors": [ { "name": "Julius Härtl", @@ -116,4 +116,4 @@ ], "globalSetup": "/src/tests/setup.js" } -} +} \ No newline at end of file