Skip to content

Commit 0766bd2

Browse files
committed
1.0.0-RC5
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 01c60b5 commit 0766bd2

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 1.0.0-RC5 - 2024-05-31
4+
5+
- New: Added an enable push subscriptions toggle switch to the footer of the Notifications drop down.
6+
- 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.)
7+
- Requires phpBB 3.3.12 or newer.
8+
39
### 1.0.0-RC4 - 2024-05-26
410

511
- Fixed an issue with the Push Service Worker not updating in a user's browser after an extension update.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "An official phpBB extension that allows board users to receive browser-based push notifications.",
55
"homepage": "https://www.phpbb.com",
6-
"version": "1.0.0-RC4",
6+
"version": "1.0.0-RC5",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{
@@ -38,7 +38,7 @@
3838
"extra": {
3939
"display-name": "phpBB Browser Push Notifications",
4040
"soft-require": {
41-
"phpbb/phpbb": ">=3.3.12@dev,<4.0.0@dev"
41+
"phpbb/phpbb": ">=3.3.12,<4.0.0@dev"
4242
},
4343
"version-check": {
4444
"host": "imattpro.github.io",

0 commit comments

Comments
 (0)