From 96597635185dada0dcb43082ca029128d8eea8a0 Mon Sep 17 00:00:00 2001 From: Steve Grunwell Date: Thu, 16 Jul 2020 14:16:16 +0000 Subject: [PATCH] Bump the "WC tested up to" to version 4.3 WooCommerce 4.3 was released last week, so this commit bumps the "WC tested up to" value in the plugin header to match. Naturally, this also puts 4.3 into the (explicit) Travis testing matrix. --- .travis.yml | 2 +- limit-orders.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bad73f..ed5f734 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,9 @@ php: # To keep the test matrix from exploding over time, we'll actively test against the latest three # releases, then cherry-pick what to test across older ones. env: + - WP_VERSION=latest WC_VERSION=4.3 - WP_VERSION=latest WC_VERSION=4.2 - WP_VERSION=latest WC_VERSION=4.1 - - WP_VERSION=latest WC_VERSION=4.0 - WP_VERSION=latest WC_VERSION=3.9.3 matrix: diff --git a/limit-orders.php b/limit-orders.php index 8002e41..690761a 100644 --- a/limit-orders.php +++ b/limit-orders.php @@ -14,7 +14,7 @@ * Domain Path: /languages * * WC requires at least: 3.9 - * WC tested up to: 4.2 + * WC tested up to: 4.3 * * @package Nexcess\LimitOrders */