diff --git a/changelog.txt b/changelog.txt index 9584d71ce5d..3a60748cdec 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Payments Changelog *** -= 1.x.x - 2020-xx-xx = += 1.6.0 - 2020-xx-xx = * Fix - Trimming the whitespace when updating the bank statement descriptor. * Add - Initial support for the checkout block. * Add - Support wp_get_environment_type() and enable dev-mode when environment is 'development' or 'staging'. diff --git a/readme.txt b/readme.txt index 1d57fe415f2..3f5cd068e91 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: woocommerce, automattic Tags: woocommerce, payment, payment request, credit card, automattic Requires at least: 5.3 -Tested up to: 5.4 +Tested up to: 5.5 Requires PHP: 7.0 Stable tag: 1.5.0 License: GPLv2 or later @@ -101,7 +101,7 @@ Please note that our support for the checkout block is still experimental and th == Changelog == -= 1.x.x - 2020-xx-xx = += 1.6.0 - 2020-xx-xx = * Fix - Trimming the whitespace when updating the bank statement descriptor. * Add - Initial support for the checkout block. * Add - Support wp_get_environment_type() and enable dev-mode when environment is 'development' or 'staging'. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index 3fe2627c3f2..770da4dbb3a 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -8,7 +8,7 @@ * Text Domain: woocommerce-payments * Domain Path: /languages * WC requires at least: 4.0 - * WC tested up to: 4.4 + * WC tested up to: 4.6 * Requires WP: 5.3 * Version: 1.5.0 *