From 414d31d1917e0396e2cbaf99082d380b7298fd36 Mon Sep 17 00:00:00 2001 From: Gerhard Date: Tue, 1 Oct 2019 12:21:51 +0200 Subject: [PATCH] Bump PHP recommended version to 7.0 and WP recommended version to 5.0 --- includes/class-woocommerce.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-woocommerce.php b/includes/class-woocommerce.php index a12ab0b53ac..36945d3cf20 100644 --- a/includes/class-woocommerce.php +++ b/includes/class-woocommerce.php @@ -229,8 +229,8 @@ final class WooCommerce { $this->define( 'WC_LOG_DIR', $upload_dir['basedir'] . '/wc-logs/' ); $this->define( 'WC_SESSION_CACHE_GROUP', 'wc_session_id' ); $this->define( 'WC_TEMPLATE_DEBUG_MODE', false ); - $this->define( 'WC_NOTICE_MIN_PHP_VERSION', '5.6.20' ); - $this->define( 'WC_NOTICE_MIN_WP_VERSION', '4.9' ); + $this->define( 'WC_NOTICE_MIN_PHP_VERSION', '7.0' ); + $this->define( 'WC_NOTICE_MIN_WP_VERSION', '5.0' ); } /**