Updated min WP version to 5.2

This commit is contained in:
Peter Fabian 2020-04-07 11:25:29 +02:00
parent 172ceb51e8
commit 5a1ad5daf1
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ final class WooCommerce {
$this->define( 'WC_SESSION_CACHE_GROUP', 'wc_session_id' );
$this->define( 'WC_TEMPLATE_DEBUG_MODE', false );
$this->define( 'WC_NOTICE_MIN_PHP_VERSION', '7.0' );
$this->define( 'WC_NOTICE_MIN_WP_VERSION', '5.0' );
$this->define( 'WC_NOTICE_MIN_WP_VERSION', '5.2' );
$this->define( 'WC_PHP_MIN_REQUIREMENTS_NOTICE', 'wp_php_min_requirements_' . WC_NOTICE_MIN_PHP_VERSION . '_' . WC_NOTICE_MIN_WP_VERSION );
}