We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1223e9 + 01a8520 commit a928ae5Copy full SHA for a928ae5
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 1.0.0-RC8 - 2024-06-05
4
+
5
+- Fixed (for real this time) an issue where push notifications failed on Android devices using Firefox.
6
+- Tweaked padding in the notification dropdown subscribe button to align with header elements.
7
8
### 1.0.0-RC7 - 2024-06-03
9
10
- New: Added an ACP option to show or hide the push subscriptions toggle switch in the footer of the Notifications drop down.
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": [
{
0 commit comments