Skip to content

Commit ee136e5

Browse files
committed
Prep 1.0.2
1 parent 0893f8b commit ee136e5

File tree

3 files changed

+27
-17
lines changed

3 files changed

+27
-17
lines changed

CHANGELOG.md

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

3+
### 1.0.2 - 2025-01-04
4+
5+
- Instead of blocking all bots, we now let reverse proxies know we detected a bot.
6+
- Browser-based caching of the manifest.json to reduce repeated attempts at loading it.
7+
- Fixed emoji issues inside the notifications.
8+
- Moved where web application icons are stored from `images` to `images/site_icons`.
9+
- Improved handling of Emoji and multibyte characters in site names when using Progressive Web App features (e.g., storing a forum’s site on a device’s home screen).
10+
- Fixed an issue where notifications created by another extension could not be enabled or disabled as Web Push notifications in the UCP options.
11+
- Improved server compatibility checks.
12+
313
### 1.0.1 - 2024-09-30
414

515
- Added FAQ section to phpBB's FAQ page to answer any questions users may have about web push notifications.

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

composer.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)