diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cf4dfe36..6c975b4e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 8.4.13 + +### Fixed +- Apply proper default timezone for watermarks by @juliusknorr in [#5055](https://github.com/nextcloud/richdocuments/pull/5055) +- Guest users inherit edit_group by @elzody in [#4838](https://github.com/nextcloud/richdocuments/pull/4838) +- Shares allow document creation only for users that can edit by @tanyaka in [#4828](https://github.com/nextcloud/richdocuments/pull/4828) +- Ensure edit permissions are checked before template file token generation by @printminion-co in [#4799](https://github.com/nextcloud/richdocuments/pull/4799) + +### Other +- NPM audits +- Dependency updates + + ## 8.4.12 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index eeb277b5c6..f3f1a64625 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.4.12 + 8.4.13 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 3e8e3d3731..9c09d78363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "8.4.12", + "version": "8.4.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "8.4.12", + "version": "8.4.13", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index 6529763a85..1ca01fe358 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.4.12", + "version": "8.4.13", "authors": [ { "name": "Julius Härtl",