Skip to content

Commit 40ac624

Browse files
committed
Prep 1.0.3
1 parent cbbb7c7 commit 40ac624

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.md

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

3+
### 1.0.3 - 2025-05-20
4+
5+
- Fixed issues where Safari would stop pushing notifications to a user after the first three.
6+
- Fixed attempts to notify banned users.
7+
- Fixed potential web root path issues in notification links.
8+
- Removed obsolete meta-tags for progressive web app functionality.
9+
310
### 1.0.2 - 2025-01-04
411

512
- Instead of blocking all bots, we now let reverse proxies know we detected a bot.
@@ -12,13 +19,13 @@
1219

1320
### 1.0.1 - 2024-09-30
1421

15-
- Added FAQ section to phpBB's FAQ page to answer any questions users may have about web push notifications.
22+
- Added a FAQ section to phpBB's FAQ page to answer any questions users may have about web push notifications.
1623
- Fixed issues with Emoji not appearing correctly in push notifications.
1724
- Fixed possible issues with the URLs linking to PWA icons for the Web Manifest.
18-
- Fixed issues causing logged-out users to see console errors in their browsers.
19-
- Ensure short site name for PWA is valid and compatible with the Web Manifest.
25+
- Fixed the issues causing logged-out users to see console errors in their browsers.
26+
- Ensure the short site name for PWA is valid and compatible with the Web Manifest.
2027
- Will now check for required PHP modules during installation.
21-
- Various other under the hood improvements.
28+
- Various other under-the hood improvements.
2229

2330
### 1.0.0 - 2024-07-01
2431

@@ -35,7 +42,7 @@
3542

3643
### 1.0.0-RC9 - 2024-06-16
3744

38-
- The subscribe toggle in the notification dropdown has been optimized for better mobile usability.
45+
- The **subscribe** toggle in the notification dropdown has been optimized for better mobile usability.
3946
- Notifications missed by logged-out users will now be delivered once they log back in.
4047
- Users who are unable to subscribe due to previously denying notifications in their browser settings will now see an alert message.
4148

@@ -53,7 +60,7 @@
5360

5461
### 1.0.0-RC6 - 2024-06-01
5562

56-
- New: Added an enable push subscriptions toggle switch to the footer of the Notifications drop down.
63+
- New: Added an **enable push subscriptions** toggle switch to the footer of the Notifications drop down.
5764
- Fixed an issue where the Subscribe button was appearing on some UCP pages unexpectedly.
5865
- Fixed an issue where push notifications failed on Android devices using Firefox as their browser.
5966
- Requires phpBB 3.3.12 or newer.

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/customise/db/extension/webpushnotifications/",
6-
"version": "1.0.2",
6+
"version": "1.0.3",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)