diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae601d..51cfd94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 1.0.0-RC5 - 2024-05-31 + +- New: Added an enable push subscriptions toggle switch to the footer of the Notifications drop down. +- New: New and existing users will have push notification preferences for PMs and being quoted in posts set by default. (Note this will not apply to existing users of boards that have installed a previous version of this extension.) +- Requires phpBB 3.3.12 or newer. + ### 1.0.0-RC4 - 2024-05-26 - Fixed an issue with the Push Service Worker not updating in a user's browser after an extension update. diff --git a/composer.json b/composer.json index 765415d..0000e74 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "An official phpBB extension that allows board users to receive browser-based push notifications.", "homepage": "https://www.phpbb.com", - "version": "1.0.0-RC4", + "version": "1.0.0-RC5", "license": "GPL-2.0-only", "authors": [ { @@ -38,7 +38,7 @@ "extra": { "display-name": "phpBB Browser Push Notifications", "soft-require": { - "phpbb/phpbb": ">=3.3.12@dev,<4.0.0@dev" + "phpbb/phpbb": ">=3.3.12,<4.0.0@dev" }, "version-check": { "host": "imattpro.github.io",