Skip to content

Commit ab15164

Browse files
authored
Merge pull request #125 from phpbb-extensions/prep-1.0.4
Bump to 1.0.4
2 parents 2d45a9c + 581eaad commit ab15164

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

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.4 - 2026-02-20
4+
5+
- Added a new optional pop-up/prompt asking board members to subscribe to push notifications.
6+
- Improvements to the handling and reporting of expired, lost or failed subscriptions.
7+
- Improvements to the progressive web app functionality.
8+
39
### 1.0.3 - 2025-05-21
410

511
- Fixed issues where opening an image attachment could lock you out of the UI while on a mobile device as a progressive web app.

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,26 @@ To run this extension from the repo (and not from a pre-built package) on a loca
3333

3434
## Browser Support
3535

36-
| Web Browser | Platform | Web Push Notification Support | Background Notification Support (When Browser Closed) |
37-
|---------------------|---------------|-------------------------------|-------------------------------------------------------|
38-
| **Google Chrome** | macOS | ✅ Yes | ❌ No (unless running in the background) |
39-
| | Windows | ✅ Yes | ❌ No (unless running in the background) |
40-
| | iOS | ❌ No | ❌ No |
41-
| | Android | ✅ Yes | ✅ Yes |
42-
| **Safari** | macOS | ✅ Yes | ✅ Yes |
43-
| | iOS | ✅ Yes | ✅ Yes (site must be added to Home Screen first) |
44-
| **Microsoft Edge** | macOS | ✅ Yes | ❌ No (unless running in the background) |
45-
| | Windows | ✅ Yes | ❌ No (unless running in the background) |
46-
| | iOS | ❌ No | ❌ No |
47-
| | Android | ✅ Yes | ✅ Yes |
48-
| **Mozilla Firefox** | macOS | ✅ Yes | ❌ No |
49-
| | Windows | ✅ Yes | ❌ No |
50-
| | iOS | ❌ No | ❌ No |
51-
| | Android | ✅ Yes | ❌ No |
52-
| **Opera** | macOS | ✅ Yes | ❌ No |
53-
| | Windows | ✅ Yes | ❌ No |
54-
| | iOS | ❌ No | ❌ No |
55-
| | Android | ✅ Yes | ❌ No |
36+
| Web Browser | Platform | Web Push Notification Support | Background Notification Support (When Browser Closed) |
37+
|---------------------|----------|-------------------------------|-------------------------------------------------------|
38+
| **Google Chrome** | macOS | ✅ Yes | ❌ No (unless running in the background) |
39+
| | Windows | ✅ Yes | ❌ No (unless running in the background) |
40+
| | iOS | ❌ No | ❌ No |
41+
| | Android | ✅ Yes | ✅ Yes |
42+
| **Safari** | macOS | ✅ Yes | ✅ Yes |
43+
| | iOS | ✅ Yes | ✅ Yes (site must be added to Home Screen first) |
44+
| **Microsoft Edge** | macOS | ✅ Yes | ❌ No (unless running in the background) |
45+
| | Windows | ✅ Yes | ❌ No (unless running in the background) |
46+
| | iOS | ❌ No | ❌ No |
47+
| | Android | ✅ Yes | ✅ Yes |
48+
| **Mozilla Firefox** | macOS | ✅ Yes | ❌ No |
49+
| | Windows | ✅ Yes | ❌ No |
50+
| | iOS | ❌ No | ❌ No |
51+
| | Android | ✅ Yes | ❌ No |
52+
| **Opera** | macOS | ✅ Yes | ❌ No |
53+
| | Windows | ✅ Yes | ❌ No |
54+
| | iOS | ❌ No | ❌ No |
55+
| | Android | ✅ Yes | ❌ No |
5656

5757
*(unless running in the background)* means the browsers have background processes running (they’re not fully quit).
5858

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.3",
6+
"version": "1.0.4",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

0 commit comments

Comments
 (0)