Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
roykho committed Nov 9, 2016
1 parent 0216b00 commit f03e2f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 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, slash1andy, woost
Tags: credit card, stripe, woocommerce
Requires at least: 4.4
Tested up to: 4.5
Stable tag: 3.0.5
Stable tag: 3.0.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -135,5 +135,6 @@ If you get stuck, you can ask for help in the Plugin Forum.
* Fix - When paying via pay order page/link, billing info is not sent.
* Fix - Account for all types of errors for proper localization.
* Fix - Correctly reference Stripe fees/net based on Stripe account locale.
* Fix - Bitcoin image not showing.
* New - Introduce "wc_gateway_stripe_process_payment_error" action hook.
* New - Introduce "wc_gateway_stripe_process_payment" action hook.
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.5
* Version: 3.0.6
* Text Domain: woocommerce-gateway-stripe
* Domain Path: /languages
*
Expand All @@ -32,7 +32,7 @@
/**
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '3.0.5' );
define( 'WC_STRIPE_VERSION', '3.0.6' );
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 f03e2f3

Please sign in to comment.