Skip to content

Commit f60e015

Browse files
committed
Release 1.0.0-RC6
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 6ed1fb9 commit f60e015

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
### 1.0.0-RC5 - 2024-05-31
3+
### 1.0.0-RC6 - 2024-06-01
44

55
- New: Added an enable push subscriptions toggle switch to the footer of the Notifications drop down.
6-
- New: New and existing users will have push notification preferences for PMs and being quoted in posts set by default. (Note this will not apply to existing users of boards that have installed a previous version of this extension.)
6+
- Fixed an issue where the Subscribe button was appearing on some UCP pages unexpectedly.
77
- Requires phpBB 3.3.12 or newer.
88

99
### 1.0.0-RC4 - 2024-05-26

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-RC5",
6+
"version": "1.0.0-RC6",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

styles/all/template/event/notification_dropdown_footer_after.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if NOTIFICATIONS_WEBPUSH_ENABLE and notification_types is not defined and notification_list is not defined %}
1+
{% if NOTIFICATIONS_WEBPUSH_ENABLE and notification_types is not defined %}
22
<div class="wpn-notification-dropdown-footer" title="{{ lang('NOTIFY_WEBPUSH_DROPDOWN_TITLE') }}">
33
<span class="ellipsis-text">{{ lang('NOTIFY_WEBPUSH_ENABLE_SHORT') ~ lang('COLON') }}</span>
44
<button id="subscribe_webpush" name="subscribe_webpush"><i class="icon fa-toggle-off fa-fw icon-lightgray"></i><span>{{ lang('NOTIFY_WEBPUSH_SUBSCRIBE') }}</span></button>

0 commit comments

Comments
 (0)