Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
roykho committed Jun 6, 2018
1 parent 1af1189 commit b940378
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Changelog ***

= 4.1.7 - 2018-xx-xx =
= 4.1.7 - 2018-06-06 =
* Fix - Asynchronous payment methods such as SEPA, did not show order Stripe fees/net after payment succeed.
* Fix - Missing semicolon on a CSS style value which causes display issues in some browsers.

Expand Down
4 changes: 2 additions & 2 deletions languages/woocommerce-gateway-stripe.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the same license as the WooCommerce Stripe Gateway package.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Stripe Gateway 4.1.6\n"
"Project-Id-Version: WooCommerce Stripe Gateway 4.1.7\n"
"Report-Msgid-Bugs-To: "
"https://github.com/woocommerce/woocommerce-gateway-stripe/issues\n"
"POT-Creation-Date: 2018-06-05 21:09:02+00:00\n"
"POT-Creation-Date: 2018-06-06 15:36:21+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: credit card, stripe, apple pay, payment request, google pay, sepa, sofort,
Requires at least: 4.4
Tested up to: 4.9
Requires PHP: 5.6
Stable tag: 4.1.6
Stable tag: 4.1.7
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Attributions: thorsten-stripe
Expand Down Expand Up @@ -101,9 +101,9 @@ If you get stuck, you can ask for help in the Plugin Forum.

== Changelog ==

= 4.1.6 - 2018-05-31 =
* Fix - Radio buttons on checkout on some themes are not aligned properly.
* Fix - False negative on SSL warning notice in admin.
= 4.1.7 - 2018-06-06 =
* Fix - Asynchronous payment methods such as SEPA, did not show order Stripe fees/net after payment succeed.
* Fix - Missing semicolon on a CSS style value which causes display issues in some browsers.

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

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: WooCommerce
* Author URI: https://woocommerce.com/
* Version: 4.1.6
* Version: 4.1.7
* Requires at least: 4.4
* Tested up to: 4.9
* WC requires at least: 2.6
Expand Down Expand Up @@ -44,7 +44,7 @@ function woocommerce_gateway_stripe_init() {
/**
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '4.1.6' );
define( 'WC_STRIPE_VERSION', '4.1.7' );
define( 'WC_STRIPE_MIN_PHP_VER', '5.6.0' );
define( 'WC_STRIPE_MIN_WC_VER', '2.6.0' );
define( 'WC_STRIPE_MAIN_FILE', __FILE__ );
Expand Down

0 comments on commit b940378

Please sign in to comment.