From: Kevin Cristiano Date: Mon, 1 Jun 2020 17:44:38 +0000 (-0400) Subject: get link to Blog Post X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=74542b00723be74e5b7a7261c1eee8aaf3fbc668;p=civicrm-core.git get link to Blog Post --- diff --git a/CRM/Upgrade/Incremental/php/FiveTwentySix.php b/CRM/Upgrade/Incremental/php/FiveTwentySix.php index dcb4cb5d11..b23c29d6e6 100644 --- a/CRM/Upgrade/Incremental/php/FiveTwentySix.php +++ b/CRM/Upgrade/Incremental/php/FiveTwentySix.php @@ -31,7 +31,7 @@ class CRM_Upgrade_Incremental_php_FiveTwentySix extends CRM_Upgrade_Incremental_ } elseif ($rev == '5.26.alpha1') { $preUpgradeMessage .= '
' . ts("WARNING: CiviCRM 5.26 and later changes how front-end CiviCRM URLs are formed in WordPress. Please read this blog post before upgrading . You may need to update settings at your payment Processor for recurring payments. If you have an external service that sends callback messages to CiviCRM, you may need to update the settings at the external service to use the new URL format.", [ - 1 => 'https://lab.civicrm.org/dev/wordpress/-/issues/49', + 1 => 'https://civicrm.org/blog/kcristiano/civicrm-526-and-wordpress-important-notice', ]); } } @@ -50,7 +50,7 @@ class CRM_Upgrade_Incremental_php_FiveTwentySix extends CRM_Upgrade_Incremental_ } elseif ($rev == '5.26.alpha1') { $postUpgradeMessage .= '
' . ts("WARNING: CiviCRM 5.26 and later changes how front-end CiviCRM URLs are formed in WordPress. Please read this blog post before upgrading . You may need to update settings at your payment Processor for recurring payments. If you have an external service that sends callback messages to CiviCRM, you may need to update the settings at the external service to use the new URL format.", [ - 1 => 'https://lab.civicrm.org/dev/wordpress/-/issues/49', + 1 => 'https://civicrm.org/blog/kcristiano/civicrm-526-and-wordpress-important-notice', ]); } }