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