diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3388e79 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +### 1.0.0-RC2 - 2024-05-14 + +- NOTE: If upgrading from RC1 to RC2, you must fully uninstall (disable and purge) RC1 and install RC2 as a fresh installation. +- Fixed an issue when uninstalling the extension that resulted in migration failures due to running migration files in the wrong order. +- Fixed an issue related to push URL paths so subscription data will be maintained after upgrading a forum to phpBB 4. + +### 1.0.0-RC1 - 2024-05-12 + +- First public release diff --git a/composer.json b/composer.json index a970db6..1296631 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-RC1", + "version": "1.0.0-RC2", "license": "GPL-2.0-only", "authors": [ { diff --git a/language/en/info_acp_webpushnotifications.php b/language/en/info_acp_webpushnotifications.php index 0bfe64b..919dfb1 100644 --- a/language/en/info_acp_webpushnotifications.php +++ b/language/en/info_acp_webpushnotifications.php @@ -40,7 +40,7 @@ $lang = array_merge($lang, [ 'ACP_WEBPUSH_EXT_SETTINGS' => 'Web Push settings', 'ACP_WEBPUSH_REMOVE_WARNING' => 'Web Push Notifications are now built-in to phpBB', - 'ACP_WEBPUSH_REMOVE_NOTICE' => 'The extension “phpBB Browser Push Notifications” is no longer needed and should be uninstalled.
All settings and user preferences associated with the extension will be migrated into phpBB‘s built-in push notifications when you uninstall the extension.', + 'ACP_WEBPUSH_REMOVE_NOTICE' => 'The extension “phpBB Browser Push Notifications” is no longer needed and should be uninstalled and removed.
All settings and user preferences associated with the extension will be migrated into phpBB‘s built-in push notifications when you uninstall the extension.', 'LOG_CONFIG_WEBPUSH' => 'Altered Web Push settings', 'LOG_WEBPUSH_MESSAGE_FAIL' => 'Web Push message could not be sent: %s', 'LOG_WEBPUSH_SUBSCRIPTION_REMOVED' => 'Removed Web Push subscription:» %s',