From b6590ce602bad6930a6f316813ccf3608182d7c1 Mon Sep 17 00:00:00 2001 From: roykho Date: Tue, 4 Apr 2017 12:10:38 -0700 Subject: [PATCH] Changelog and version bump --- readme.txt | 9 ++++++--- woocommerce-gateway-stripe.php | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index df0a9331e..83e2f3194 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: automattic, woothemes, mikejolley, akeda, royho, mattyza, slash1an Tags: credit card, stripe, woocommerce Requires at least: 4.4 Tested up to: 4.7.2 -Stable tag: 3.1.5 +Stable tag: 3.1.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -176,5 +176,8 @@ If you get stuck, you can ask for help in the Plugin Forum. == Upgrade Notice == -= 3.1.5 = -* Add - Check for WP error object in domain verification. += 3.1.6 = +* Fix - TypeError issues on single product page when using Apple Pay on Desktop. +* Fix - In certain case, Apple Pay on single product page does not show shipping info. +* Fix - Use store's base location to show/hide accepted credit cards instead of currency. +* Fix - Unsupported product type when a variable product is added with Apple Pay. diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index c1d39d587..197bc46c2 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: 3.1.5 + * Version: 3.1.6 * Text Domain: woocommerce-gateway-stripe * Domain Path: /languages * @@ -32,7 +32,7 @@ /** * Required minimums and constants */ -define( 'WC_STRIPE_VERSION', '3.1.5' ); +define( 'WC_STRIPE_VERSION', '3.1.6' ); define( 'WC_STRIPE_MIN_PHP_VER', '5.6.0' ); define( 'WC_STRIPE_MIN_WC_VER', '2.5.0' ); define( 'WC_STRIPE_MAIN_FILE', __FILE__ );