diff --git a/changelog.txt b/changelog.txt index 5711f15860a..16450715751 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Payments Changelog *** -= 1.3.0 - 2020-xx-xx = += 1.3.0 - 2020-08-17 = * Add - Support for saved cards. * Add - Search bar for transactions. * Fix - Redirect to WC core onboarding instead of WC Payments onboarding when appropriate. diff --git a/package-lock.json b/package-lock.json index cf6f34df7a5..407164c40ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16b951aa012..6f1280f7d18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "1.2.0", + "version": "1.3.0", "main": "webpack.config.js", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 21f96de2ae4..d6aab50c201 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.2.0 +Stable tag: 1.3.0 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.3.0 - 2020-xx-xx = += 1.3.0 - 2020-08-17 = * Add - Support for saved cards. * Add - Search bar for transactions. * Fix - Redirect to WC core onboarding instead of WC Payments onboarding when appropriate. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index a584db47baa..6fe181dcc78 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -10,7 +10,7 @@ * WC requires at least: 4.0 * WC tested up to: 4.3 * Requires WP: 5.3 - * Version: 1.2.0 + * Version: 1.3.0 * * @package WooCommerce\Payments */