We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b0a2ed + 9dbdbf5 commit 301ff6bCopy full SHA for 301ff6b
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
### 1.0.0-RC3 - 2024-05-16
9
10
- Fixed an issue with user avatars not being displayed in the push notifications.
composer.json
@@ -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",
- "version": "1.0.0-RC3",
+ "version": "1.0.0-RC4",
"license": "GPL-2.0-only",
"authors": [
{
0 commit comments