diff --git a/CHANGELOG.md b/CHANGELOG.md index 265093270..b7302f7c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 4.2.3 + +### Fixed + +- #1760 Unify error messages accross controllers +- #1728 Prevent not-needed early loading of the richdocuments app + +### Other + +- Dependency updates + + + ## 4.2.2 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 495faeeda..7f8074e23 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,4 +1,4 @@ - + richdocuments Collabora Online @@ -6,7 +6,7 @@ - 4.2.2 + 4.2.3 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk @@ -27,7 +27,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 d819f6e10..a590fc71e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "4.2.2", + "version": "4.2.3", "authors": [ { "name": "Julius Härtl", @@ -114,4 +114,4 @@ ], "globalSetup": "/src/tests/setup.js" } -} +} \ No newline at end of file