From 9dbdbf57f1e515bef837909dff43c73c0b904040 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 26 May 2024 10:46:07 -0700 Subject: [PATCH] Bump version to 1.0.0-RC4 Signed-off-by: Matt Friedman --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ae199..9ae601d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 1.0.0-RC4 - 2024-05-26 + +- Fixed an issue with the Push Service Worker not updating in a user's browser after an extension update. +- Made sure all extension template files are properly namespaced. + ### 1.0.0-RC3 - 2024-05-16 - Fixed an issue with user avatars not being displayed in the push notifications. diff --git a/composer.json b/composer.json index 87a2cfa..765415d 100644 --- a/composer.json +++ b/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": [ {