|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 10 | ### 1.0.2 - 2025-01-04 |
4 | 11 |
|
5 | 12 | - Instead of blocking all bots, we now let reverse proxies know we detected a bot. |
|
12 | 19 |
|
13 | 20 | ### 1.0.1 - 2024-09-30 |
14 | 21 |
|
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. |
16 | 23 | - Fixed issues with Emoji not appearing correctly in push notifications. |
17 | 24 | - 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. |
20 | 27 | - Will now check for required PHP modules during installation. |
21 | | -- Various other under the hood improvements. |
| 28 | +- Various other under-the hood improvements. |
22 | 29 |
|
23 | 30 | ### 1.0.0 - 2024-07-01 |
24 | 31 |
|
|
35 | 42 |
|
36 | 43 | ### 1.0.0-RC9 - 2024-06-16 |
37 | 44 |
|
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. |
39 | 46 | - Notifications missed by logged-out users will now be delivered once they log back in. |
40 | 47 | - Users who are unable to subscribe due to previously denying notifications in their browser settings will now see an alert message. |
41 | 48 |
|
|
53 | 60 |
|
54 | 61 | ### 1.0.0-RC6 - 2024-06-01 |
55 | 62 |
|
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. |
57 | 64 | - Fixed an issue where the Subscribe button was appearing on some UCP pages unexpectedly. |
58 | 65 | - Fixed an issue where push notifications failed on Android devices using Firefox as their browser. |
59 | 66 | - Requires phpBB 3.3.12 or newer. |
|
0 commit comments