Changes in the notice for the PHP 7.2 bump:

- Update the link to the announcement post
- Extend the notice text with "Your server is currently running an
  older version of PHP, so this change will impact your store".
This commit is contained in:
Nestor Soriano 2022-01-07 10:25:19 +01:00
parent 3ce4a7c911
commit d3036beff7
No known key found for this signature in database
GPG Key ID: 08110F3518C12CAD
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class WC_Admin_Notices {
self::add_custom_notice(
'php72_required_in_woo_65',
__( '<h4>PHP version requirements will change soon</h4><p>WooCommerce 6.5, scheduled for <b>May 2022</b>, will require PHP 7.2 or newer to work. An upgrade to at least PHP 7.4 is recommended. <b><a href="https://developer.woocommerce.com/?p=11584">Learn more about this change.</a></b></p>', 'woocommerce' )
__( '<h4>PHP version requirements will change soon</h4><p>WooCommerce 6.5, scheduled for <b>May 2022</b>, will require PHP 7.2 or newer to work. Your server is currently running an older version of PHP, so this change will impact your store. Upgrading to at least PHP 7.4 is recommended. <b><a href="https://developer.woocommerce.com/2022/01/05/new-requirement-for-woocommerce-6-5-php-7-2/">Learn more about this change.</a></b></p>', 'woocommerce' )
);
}