Skip to content

Commit 7ffb021

Browse files
authored
Merge pull request #69 from iMattPro/rc10
1.0.0-RC10
2 parents f3c2f95 + ad2a6f2 commit 7ffb021

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
### 1.0.0-RC10 - 2024-07-01
4+
5+
- Apple mobile devices are now supported through the implementation of progressive web app capabilities.
6+
- Notifications are now sent in the recipient’s preferred board language.
7+
- Re-worded and redesigned the enable/subscribe push notification buttons:
8+
- In the UCP, the enable/subscribe button clearly indicates its state.
9+
- The enable/subscribe toggle in the notification dropdown is now hidden if subscribing is not supported.
10+
- Added a warning message in the ACP for boards on servers that are not compatible with push notifications.
11+
312
### 1.0.0-RC9 - 2024-06-16
413

514
- The subscribe toggle in the notification dropdown has been optimized for better mobile usability.

composer.json

Lines changed: 1 addition & 1 deletion
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-RC9",
6+
"version": "1.0.0-RC10",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

0 commit comments

Comments
 (0)