Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.4 - 2026-02-20

- Added a new optional pop-up/prompt asking board members to subscribe to push notifications.
- Improvements to the handling and reporting of expired, lost or failed subscriptions.
- Improvements to the progressive web app functionality.

### 1.0.3 - 2025-05-21

- Fixed issues where opening an image attachment could lock you out of the UI while on a mobile device as a progressive web app.
Expand Down
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@ To run this extension from the repo (and not from a pre-built package) on a loca

## Browser Support

| Web Browser | Platform | Web Push Notification Support | Background Notification Support (When Browser Closed) |
|---------------------|---------------|-------------------------------|-------------------------------------------------------|
| **Google Chrome** | macOS | ✅ Yes | ❌ No (unless running in the background) |
| | Windows | ✅ Yes | ❌ No (unless running in the background) |
| | iOS | ❌ No | ❌ No |
| | Android | ✅ Yes | ✅ Yes |
| **Safari** | macOS | ✅ Yes | ✅ Yes |
| | iOS | ✅ Yes | ✅ Yes (site must be added to Home Screen first) |
| **Microsoft Edge** | macOS | ✅ Yes | ❌ No (unless running in the background) |
| | Windows | ✅ Yes | ❌ No (unless running in the background) |
| | iOS | ❌ No | ❌ No |
| | Android | ✅ Yes | ✅ Yes |
| **Mozilla Firefox** | macOS | ✅ Yes | ❌ No |
| | Windows | ✅ Yes | ❌ No |
| | iOS | ❌ No | ❌ No |
| | Android | ✅ Yes | ❌ No |
| **Opera** | macOS | ✅ Yes | ❌ No |
| | Windows | ✅ Yes | ❌ No |
| | iOS | ❌ No | ❌ No |
| | Android | ✅ Yes | ❌ No |
| Web Browser | Platform | Web Push Notification Support | Background Notification Support (When Browser Closed) |
|---------------------|----------|-------------------------------|-------------------------------------------------------|
| **Google Chrome** | macOS | ✅ Yes | ❌ No (unless running in the background) |
| | Windows | ✅ Yes | ❌ No (unless running in the background) |
| | iOS | ❌ No | ❌ No |
| | Android | ✅ Yes | ✅ Yes |
| **Safari** | macOS | ✅ Yes | ✅ Yes |
| | iOS | ✅ Yes | ✅ Yes (site must be added to Home Screen first) |
| **Microsoft Edge** | macOS | ✅ Yes | ❌ No (unless running in the background) |
| | Windows | ✅ Yes | ❌ No (unless running in the background) |
| | iOS | ❌ No | ❌ No |
| | Android | ✅ Yes | ✅ Yes |
| **Mozilla Firefox** | macOS | ✅ Yes | ❌ No |
| | Windows | ✅ Yes | ❌ No |
| | iOS | ❌ No | ❌ No |
| | Android | ✅ Yes | ❌ No |
| **Opera** | macOS | ✅ Yes | ❌ No |
| | Windows | ✅ Yes | ❌ No |
| | iOS | ❌ No | ❌ No |
| | Android | ✅ Yes | ❌ No |

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "phpbb-extension",
"description": "An official phpBB extension that allows board users to receive browser-based push notifications.",
"homepage": "https://www.phpbb.com/customise/db/extension/webpushnotifications/",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-2.0-only",
"authors": [
{
Expand Down
Loading