From b8c2b3e106bcddfa161a1f9013f9a8597560292b Mon Sep 17 00:00:00 2001 From: James Rodger Date: Wed, 23 Jun 2021 15:42:59 +0100 Subject: [PATCH] Product version bump update --- changelog.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 4 ++-- woocommerce-payments.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 62f1115895c..4774e2a50db 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Payments Changelog *** -= 2.6.0 - 2021-xx-xx = += 2.6.0 - 2021-06-23 = * Add - Notify the admin if WordPress.com user connection is broken. * Add - Experimental PHP client for Explat. * Add - WooCommerce Payment inbox notifications to the overview screen. diff --git a/package-lock.json b/package-lock.json index b8928ed5bc3..359cd281d77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bdc7a53e1a2..e52b046282d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "2.5.0", + "version": "2.6.0", "main": "webpack.config.js", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index d0043a953f8..54ddb8f49cc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic Requires at least: 5.5 Tested up to: 5.7 Requires PHP: 7.0 -Stable tag: 2.5.0 +Stable tag: 2.6.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -101,7 +101,7 @@ Please note that our support for the checkout block is still experimental and th == Changelog == -= 2.6.0 - 2021-xx-xx = += 2.6.0 - 2021-06-23 = * Add - Notify the admin if WordPress.com user connection is broken. * Add - Experimental PHP client for Explat. * Add - WooCommerce Payment inbox notifications to the overview screen. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index 20372dcfa75..4842678e0f7 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -11,7 +11,7 @@ * WC requires at least: 4.0 * WC tested up to: 5.4 * Requires WP: 5.5 - * Version: 2.5.0 + * Version: 2.6.0 * * @package WooCommerce\Payments */