Skip to content

Commit 6ab4e67

Browse files
authored
Merge pull request #90 from phpbb-extensions/prep-1.0.1
Prep 1.0.1
2 parents 9fe40af + c3451d3 commit 6ab4e67

File tree

5 files changed

+134
-58
lines changed

5 files changed

+134
-58
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### 1.0.1 - 2024-09-30
4+
5+
- Added FAQ section to phpBB's FAQ page to answer any questions users may have about web push notifications.
6+
- Fixed issues with Emoji not appearing correctly in push notifications.
7+
- Fixed possible issues with the URLs linking to PWA icons for the Web Manifest.
8+
- Fixed issues causing logged-out users to see console errors in their browsers.
9+
- Ensure short site name for PWA is valid and compatible with the Web Manifest.
10+
- Will now check for required PHP modules during installation.
11+
- Various other under the hood improvements.
12+
313
### 1.0.0 - 2024-07-01
414

515
- First official release.

composer.json

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

0 commit comments

Comments
 (0)