get link to Blog Post
authorKevin Cristiano <kcristiano@kcristiano.com>
Mon, 1 Jun 2020 17:44:38 +0000 (13:44 -0400)
committerSeamus Lee <seamuslee001@gmail.com>
Tue, 2 Jun 2020 08:31:51 +0000 (18:31 +1000)
CRM/Upgrade/Incremental/php/FiveTwentySix.php

index dcb4cb5d11565272e27e0fab3bba4ac26eb09c50..b23c29d6e6d9e983068a72d72f68ad54fb2e820c 100644 (file)
@@ -31,7 +31,7 @@ class CRM_Upgrade_Incremental_php_FiveTwentySix extends CRM_Upgrade_Incremental_
     }
     elseif ($rev == '5.26.alpha1') {
       $preUpgradeMessage .= '<br/>' . ts("WARNING: CiviCRM 5.26 and later changes how front-end CiviCRM URLs are formed in WordPress.  Please <a href='%1' target='_blank'>read this blog post before upgrading</a> . 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 .= '<br/>' . ts("WARNING: CiviCRM 5.26 and later changes how front-end CiviCRM URLs are formed in WordPress.  Please <a href='%1' target='_blank'>read this blog post before upgrading</a> . 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',
       ]);
     }
   }