Skip to content

Commit

Permalink
Changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
roykho committed Apr 4, 2017
1 parent 60ac8ce commit b6590ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions woocommerce-gateway-stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -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__ );
Expand Down

0 comments on commit b6590ce

Please sign in to comment.