Skip to content

Commit 427a014

Browse files
authored
Merge pull request #31 from iMattPro/fixes
Release RC2
2 parents 7432752 + 07ba9e1 commit 427a014

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
### 1.0.0-RC2 - 2024-05-14
4+
5+
- NOTE: If upgrading from RC1 to RC2, you must fully uninstall (disable and purge) RC1 and install RC2 as a fresh installation.
6+
- Fixed an issue when uninstalling the extension that resulted in migration failures due to running migration files in the wrong order.
7+
- Fixed an issue related to push URL paths so subscription data will be maintained after upgrading a forum to phpBB 4.
8+
9+
### 1.0.0-RC1 - 2024-05-12
10+
11+
- First public release

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

language/en/info_acp_webpushnotifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
$lang = array_merge($lang, [
4141
'ACP_WEBPUSH_EXT_SETTINGS' => 'Web Push settings',
4242
'ACP_WEBPUSH_REMOVE_WARNING' => 'Web Push Notifications are now built-in to phpBB',
43-
'ACP_WEBPUSH_REMOVE_NOTICE' => 'The extension “phpBB Browser Push Notifications” is no longer needed and should be uninstalled.<br>All settings and user preferences associated with the extension will be migrated into phpBB‘s built-in push notifications when you uninstall the extension.',
43+
'ACP_WEBPUSH_REMOVE_NOTICE' => 'The extension “phpBB Browser Push Notifications” is no longer needed and should be uninstalled and removed.<br>All settings and user preferences associated with the extension will be migrated into phpBB‘s built-in push notifications when you uninstall the extension.',
4444
'LOG_CONFIG_WEBPUSH' => '<strong>Altered Web Push settings</strong>',
4545
'LOG_WEBPUSH_MESSAGE_FAIL' => '<strong>Web Push message could not be sent:</strong> %s',
4646
'LOG_WEBPUSH_SUBSCRIPTION_REMOVED' => '<strong>Removed Web Push subscription:</strong>» %s',

0 commit comments

Comments
 (0)