From 5cd2a43cb6a5cf02ac9c817901079d5e9ce270fd Mon Sep 17 00:00:00 2001 From: Marcin Bot Date: Thu, 18 Jul 2019 15:01:38 +0100 Subject: [PATCH] Prep for release 4.2.3 --- changelog.txt | 2 +- languages/woocommerce-gateway-stripe.pot | 2 +- package.json | 2 +- readme.txt | 4 ++-- woocommerce-gateway-stripe.php | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 731e82764..1a4a7568b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Changelog *** -= 4.x.x - 2019-xx-xx = += 4.2.3 - 2019-07-18 = * Fix - Ignore "payment failed" webhooks if they come after another payment has already succeeded for that order. * Fix - Correctly transition an order to "On Hold" if the payment was put under review by Stripe Radar, and back to "Processing" when the review is approved. * Tweak - Make the publishable key fields be plain text instead of "password". diff --git a/languages/woocommerce-gateway-stripe.pot b/languages/woocommerce-gateway-stripe.pot index 797f416f5..3b0232b65 100644 --- a/languages/woocommerce-gateway-stripe.pot +++ b/languages/woocommerce-gateway-stripe.pot @@ -2,7 +2,7 @@ # This file is distributed under the same license as the WooCommerce Stripe Gateway package. msgid "" msgstr "" -"Project-Id-Version: WooCommerce Stripe Gateway 4.2.2\n" +"Project-Id-Version: WooCommerce Stripe Gateway 4.2.3\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/woocommerce-gateway-stripe\n" "POT-Creation-Date: 2019-07-12 15:21:21+00:00\n" diff --git a/package.json b/package.json index 40df676b4..9cfba13c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-stripe", "title": "WooCommerce Gateway Stripe", - "version": "4.2.1", + "version": "4.2.3", "license": "GPL-3.0", "homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/", "repository": { diff --git a/readme.txt b/readme.txt index 5cde23f36..2930e76c6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: credit card, stripe, apple pay, payment request, google pay, sepa, sofort, Requires at least: 4.4 Tested up to: 5.2.1 Requires PHP: 5.6 -Stable tag: 4.2.2 +Stable tag: 4.2.3 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Attributions: thorsten-stripe @@ -113,7 +113,7 @@ If you get stuck, you can ask for help in the Plugin Forum. == Changelog == -= 4.x.x - 2019-xx-xx = += 4.2.3 - 2019-07-18 = * Fix - Ignore "payment failed" webhooks if they come after another payment has already succeeded for that order. * Fix - Correctly transition an order to "On Hold" if the payment was put under review by Stripe Radar, and back to "Processing" when the review is approved. * Tweak - Make the publishable key fields be plain text instead of "password". diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index 8be7f847a..0abc6f11f 100644 --- a/woocommerce-gateway-stripe.php +++ b/woocommerce-gateway-stripe.php @@ -5,7 +5,7 @@ * Description: Take credit card payments on your store using Stripe. * Author: WooCommerce * Author URI: https://woocommerce.com/ - * Version: 4.2.2 + * Version: 4.2.3 * Requires at least: 4.4 * Tested up to: 5.2.1 * WC requires at least: 2.6 @@ -46,7 +46,7 @@ function woocommerce_gateway_stripe_init() { /** * Required minimums and constants */ - define( 'WC_STRIPE_VERSION', '4.2.2' ); + define( 'WC_STRIPE_VERSION', '4.2.3' ); define( 'WC_STRIPE_MIN_PHP_VER', '5.6.0' ); define( 'WC_STRIPE_MIN_WC_VER', '2.6.0' ); define( 'WC_STRIPE_MAIN_FILE', __FILE__ );