Skip to content

Commit

Permalink
1.0.0-RC5
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Jun 1, 2024
1 parent 01c60b5 commit 0766bd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0766bd2

Please sign in to comment.