From 74542b00723be74e5b7a7261c1eee8aaf3fbc668 Mon Sep 17 00:00:00 2001 From: Kevin Cristiano Date: Mon, 1 Jun 2020 13:44:38 -0400 Subject: [PATCH] get link to Blog Post --- CRM/Upgrade/Incremental/php/FiveTwentySix.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', ]); } } -- 2.25.1