From 90a30d3090b85de51c0a5c0fd1302314d900be3d Mon Sep 17 00:00:00 2001 From: roykho Date: Mon, 8 May 2017 10:40:53 -0700 Subject: [PATCH] Changelog and version bump --- readme.txt | 11 ++++++----- woocommerce-gateway-stripe.php | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/readme.txt b/readme.txt index 0983b585d..194c6d16b 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.7 +Stable tag: 3.1.8 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -95,6 +95,9 @@ If you get stuck, you can ask for help in the Plugin Forum. == Changelog == += 3.1.8 = +* Fix - Legacy < WC 3.0 stripe checkout file reference link name causing file not found. + = 3.1.7 = * Fix - Additional WC 3.0 compatibility with subscriptions addons. * Fix - Retry failed subscription payments with customer ID. @@ -182,7 +185,5 @@ If you get stuck, you can ask for help in the Plugin Forum. == Upgrade Notice == -= 3.1.7 = -* Fix - Additional WC 3.0 compatibility with subscriptions addons. -* Fix - Retry failed subscription payments with customer ID. -* Add - Site URL to metadata when charging subscription orders for reference. += 3.1.8 = +* Fix - Legacy < WC 3.0 stripe checkout file reference link name causing file not found. diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index af9868593..18fce731f 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.7 + * Version: 3.1.8 * Text Domain: woocommerce-gateway-stripe * Domain Path: /languages * @@ -32,7 +32,7 @@ /** * Required minimums and constants */ -define( 'WC_STRIPE_VERSION', '3.1.7' ); +define( 'WC_STRIPE_VERSION', '3.1.8' ); define( 'WC_STRIPE_MIN_PHP_VER', '5.6.0' ); define( 'WC_STRIPE_MIN_WC_VER', '2.5.0' ); define( 'WC_STRIPE_MAIN_FILE', __FILE__ );