From 01a8520d4af0936f16e60cb51752b6c4a3662d3d Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 5 Jun 2024 22:23:59 -0700 Subject: [PATCH] 1.0.0-RC8 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 5e4a49c..ae78d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 1.0.0-RC8 - 2024-06-05 + +- Fixed (for real this time) an issue where push notifications failed on Android devices using Firefox. +- Tweaked padding in the notification dropdown subscribe button to align with header elements. + ### 1.0.0-RC7 - 2024-06-03 - New: Added an ACP option to show or hide the push subscriptions toggle switch in the footer of the Notifications drop down. diff --git a/composer.json b/composer.json index fbdba3a..d23c161 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-RC7", + "version": "1.0.0-RC8", "license": "GPL-2.0-only", "authors": [ {