Skip to content

Commit

Permalink
Update changelog and bump version for 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gedex committed Jun 14, 2016
1 parent a471294 commit 8a9310c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

= For newer changelog entries, see readme.txt =

= 3.0.2 - 2016.06.14 =
* Fix - Set empty array as default value for first argument in WC_Stripe_Customer::create_customer
* Tweak - Update default title to make it consistent with existing titles

= 2.6.12 - 2016.04.13 =
* Fix - When saved cards option is enabled with no cards on file, CC field was hidden.

Expand Down
6 changes: 5 additions & 1 deletion 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.1
Stable tag: 3.0.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 3.0.2 =
* Fix - Set empty array as default value for first argument in WC_Stripe_Customer::create_customer
* Tweak - Update default title to make it consistent with existing titles

= 3.0.1 =
* Backwards compatibility update to prevent error finding WC_Payment_Token_CC.
* Added inline validation of keys.
Expand Down
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: http://woothemes.com/
* Version: 3.0.1
* Version: 3.0.2
* Text Domain: woocommerce-gateway-stripe
* Domain Path: /languages
*
Expand All @@ -32,7 +32,7 @@
/**
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '3.0.1' );
define( 'WC_STRIPE_VERSION', '3.0.2' );
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 8a9310c

Please sign in to comment.