From 6e325714b8026b35f2747890bf1d573fc1371d56 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Mon, 17 Jun 2019 16:44:09 +0200 Subject: [PATCH] Bumping the version to 4.2.1 --- package.json | 2 +- readme.txt | 2 +- woocommerce-gateway-stripe.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 94805bf6f..40df676b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-stripe", "title": "WooCommerce Gateway Stripe", - "version": "4.2.0", + "version": "4.2.1", "license": "GPL-3.0", "homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/", "repository": { diff --git a/readme.txt b/readme.txt index 2b7f76d46..58d50a9a6 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.0 +Stable tag: 4.2.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Attributions: thorsten-stripe diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index fbf0ba05f..89439473d 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.0 + * Version: 4.2.1 * 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.0' ); + define( 'WC_STRIPE_VERSION', '4.2.1' ); define( 'WC_STRIPE_MIN_PHP_VER', '5.6.0' ); define( 'WC_STRIPE_MIN_WC_VER', '2.6.0' ); define( 'WC_STRIPE_MAIN_FILE', __FILE__ );