Merge pull request #24730 from woocommerce/update/php-wp-recommended
Bump PHP and WP recommended versions
This commit is contained in:
commit
4593f523fd
|
@ -229,8 +229,8 @@ final class WooCommerce {
|
||||||
$this->define( 'WC_LOG_DIR', $upload_dir['basedir'] . '/wc-logs/' );
|
$this->define( 'WC_LOG_DIR', $upload_dir['basedir'] . '/wc-logs/' );
|
||||||
$this->define( 'WC_SESSION_CACHE_GROUP', 'wc_session_id' );
|
$this->define( 'WC_SESSION_CACHE_GROUP', 'wc_session_id' );
|
||||||
$this->define( 'WC_TEMPLATE_DEBUG_MODE', false );
|
$this->define( 'WC_TEMPLATE_DEBUG_MODE', false );
|
||||||
$this->define( 'WC_NOTICE_MIN_PHP_VERSION', '5.6.20' );
|
$this->define( 'WC_NOTICE_MIN_PHP_VERSION', '7.0' );
|
||||||
$this->define( 'WC_NOTICE_MIN_WP_VERSION', '4.9' );
|
$this->define( 'WC_NOTICE_MIN_WP_VERSION', '5.0' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue