Skip to content

Commit 9dbdbf5

Browse files
committed
Bump version to 1.0.0-RC4
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 4b0a2ed commit 9dbdbf5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### 1.0.0-RC4 - 2024-05-26
4+
5+
- Fixed an issue with the Push Service Worker not updating in a user's browser after an extension update.
6+
- Made sure all extension template files are properly namespaced.
7+
38
### 1.0.0-RC3 - 2024-05-16
49

510
- Fixed an issue with user avatars not being displayed in the 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",
6-
"version": "1.0.0-RC3",
6+
"version": "1.0.0-RC4",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

0 commit comments

Comments
 (0)