diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c2d2d472..d357dd5bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 8.4.3 + +### Fixed + +* Remove legacy Viewer code [#3730](https://github.com/nextcloud/richdocuments/pull/3730) +* Always pass is_admin property to userextrainfo [#3733](https://github.com/nextcloud/richdocuments/pull/3733) +* Avoid requesting remote endpoints during bootstrap [#3750](https://github.com/nextcloud/richdocuments/pull/3750) +* Use new property for admin user indication [#3751](https://github.com/nextcloud/richdocuments/pull/3751) +* Use new property for guest indication [#3759](https://github.com/nextcloud/richdocuments/pull/3759) +* Uncheck group limit in admin settings [#3764](https://github.com/nextcloud/richdocuments/pull/3764) +* Run move in lock scope of the user [#3772](https://github.com/nextcloud/richdocuments/pull/3772) + +### Other + +* Update nextcloud/ocp dependency [#3698](https://github.com/nextcloud/richdocuments/pull/3698) +* Update nextcloud/ocp dependency [#3716](https://github.com/nextcloud/richdocuments/pull/3716) +* Update nextcloud/ocp dependency [#3744](https://github.com/nextcloud/richdocuments/pull/3744) + ## 8.4.2 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index bfcf2c49fe..45143f9fcd 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.4.2 + 8.4.3 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index ae90eda1a8..89c9b80c50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "richdocuments", - "version": "8.4.1", + "version": "8.4.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 47d5daff95..815ce1728a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.4.2", + "version": "8.4.3", "authors": [ { "name": "Julius Härtl", @@ -85,4 +85,4 @@ ], "globalSetup": "/src/tests/setup.js" } -} \ No newline at end of file +}