From db86b3421dcee0859651f84f378ac2f438985dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rey=20Lo=CC=81pez?= Date: Mon, 7 Sep 2020 11:42:16 +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 5eadf0dc1f0..cbb906074ad 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Payments Changelog *** -= 1.4.1 - 2020-xx-xx = += 1.4.1 - 2020-09-07 = * Fix - Only redirect to the onboarding screen if the plugin has been individually activated using the plugins page. = 1.4.0 - 2020-09-02 = diff --git a/package-lock.json b/package-lock.json index cfe961f71fb..6d512133c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14041a29c8f..ed8884f09d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "1.4.0", + "version": "1.4.1", "main": "webpack.config.js", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 3e919602361..0aaa83c8144 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic Requires at least: 5.3 Tested up to: 5.4 Requires PHP: 7.0 -Stable tag: 1.4.0 +Stable tag: 1.4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -90,7 +90,7 @@ You can read our Terms of Service [here](https://en.wordpress.com/tos). == Changelog == -= 1.4.1 - 2020-xx-xx = += 1.4.1 - 2020-09-07 = * Fix - Only redirect to the onboarding screen if the plugin has been individually activated using the plugins page. = 1.4.0 - 2020-09-02 = diff --git a/woocommerce-payments.php b/woocommerce-payments.php index 7709ea5891f..1d42ebcf148 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -10,7 +10,7 @@ * WC requires at least: 4.0 * WC tested up to: 4.4 * Requires WP: 5.3 - * Version: 1.4.0 + * Version: 1.4.1 * * @package WooCommerce\Payments */