Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
roykho committed Sep 27, 2016
1 parent d14a52c commit 7acdc95
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 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
Tags: credit card, stripe, woocommerce
Requires at least: 4.4
Tested up to: 4.5
Stable tag: 3.0.2
Stable tag: 3.0.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -87,7 +87,7 @@ If you get stuck, you can ask for help in the Plugin Forum.

== Changelog ==

= 3.1.0 =
= 3.0.3 =
* Fix - Remove bitcoin icon when not using Stripe Checkout mode as it is not supported.
* Fix - Failed payment order was not sending email to admin.
* Fix - Saved card option was not being honored.
Expand All @@ -110,3 +110,14 @@ If you get stuck, you can ask for help in the Plugin Forum.
* Improved saved card handling using tokenization API in WooCommerce.

[See changelog for all versions](https://raw.githubusercontent.com/woothemes/woocommerce-gateway-stripe/master/changelog.txt).

== Upgrade Notice ==

= 3.0.3 =
* Fix - Remove bitcoin icon when not using Stripe Checkout mode as it is not supported.
* Fix - Failed payment order was not sending email to admin.
* Fix - Saved card option was not being honored.
* New - Filter for WC_Payment_Gateway_CC::wc_stripe_generate_payment_request return value.
* New - Filter to disallow prepaid cards. "wc_stripe_allow_prepaid_card".
* New - Filter to require billing address on Stripe Modal Checkout. "wc_stripe_checkout_require_billing_address".
* New - Localized Stripe error messages.
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: Automattic
* Author URI: https://woocommerce.com/
* Version: 3.0.2
* Version: 3.0.3
* Text Domain: woocommerce-gateway-stripe
* Domain Path: /languages
*
Expand All @@ -32,7 +32,7 @@
/**
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '3.0.2' );
define( 'WC_STRIPE_VERSION', '3.0.3' );
define( 'WC_STRIPE_MIN_PHP_VER', '5.3.0' );
define( 'WC_STRIPE_MIN_WC_VER', '2.5.0' );
define( 'WC_STRIPE_MAIN_FILE', __FILE__ );
Expand Down

0 comments on commit 7acdc95

Please sign in to comment.