Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
roykho committed Apr 23, 2018
1 parent 971a2ab commit 37cacee
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 26 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
*** Changelog ***

= 4.1.2 - 2018-04-23 =
* Fix - When payment method is invalid while trying to force save card, unexpected error can occur.
* Fix - Pass name attribute when adding payment method from my account to allow Radar to work properly.
* Tweak - Icon CSS styling to work for more different theme setups.
* Remove - Bitcoin method as it is hard deprecated by Stripe as of April 23, 2018.

= 4.1.1 - 2018-04-17 =
* Tweak - Use payment_complete method when charge is succeeded or captured so other WC related tasks gets triggered.
* Tweak - Styling for the credit card logos.
Expand Down
30 changes: 15 additions & 15 deletions languages/woocommerce-gateway-stripe.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: WooCommerce Stripe Gateway 4.1.1\n"
"Report-Msgid-Bugs-To: "
"https://github.com/woocommerce/woocommerce-gateway-stripe/issues\n"
"POT-Creation-Date: 2018-04-22 05:23:47+00:00\n"
"POT-Creation-Date: 2018-04-23 05:51:44+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -907,7 +907,7 @@ msgstr ""
msgid "Unable to capture charge! %s"
msgstr ""

#: includes/class-wc-stripe-payment-tokens.php:173
#: includes/class-wc-stripe-payment-tokens.php:175
msgid "SEPA IBAN"
msgstr ""

Expand Down Expand Up @@ -1017,7 +1017,7 @@ msgid "Via %1$s card ending in %2$s"
msgstr ""

#: includes/payment-methods/class-wc-gateway-stripe-alipay.php:60
#: woocommerce-gateway-stripe.php:249
#: woocommerce-gateway-stripe.php:247
msgid "Stripe Alipay"
msgstr ""

Expand Down Expand Up @@ -1046,27 +1046,27 @@ msgid "Add Payment"
msgstr ""

#: includes/payment-methods/class-wc-gateway-stripe-bancontact.php:60
#: woocommerce-gateway-stripe.php:243
#: woocommerce-gateway-stripe.php:241
msgid "Stripe Bancontact"
msgstr ""

#: includes/payment-methods/class-wc-gateway-stripe-eps.php:60
#: woocommerce-gateway-stripe.php:246
#: woocommerce-gateway-stripe.php:244
msgid "Stripe EPS"
msgstr ""

#: includes/payment-methods/class-wc-gateway-stripe-giropay.php:60
#: woocommerce-gateway-stripe.php:245
#: woocommerce-gateway-stripe.php:243
msgid "Stripe Giropay"
msgstr ""

#: includes/payment-methods/class-wc-gateway-stripe-ideal.php:60
#: woocommerce-gateway-stripe.php:247
#: woocommerce-gateway-stripe.php:245
msgid "Stripe iDeal"
msgstr ""

#: includes/payment-methods/class-wc-gateway-stripe-multibanco.php:60
#: woocommerce-gateway-stripe.php:251
#: woocommerce-gateway-stripe.php:249
msgid "Stripe Multibanco"
msgstr ""

Expand Down Expand Up @@ -1095,12 +1095,12 @@ msgid "Awaiting Multibanco payment"
msgstr ""

#: includes/payment-methods/class-wc-gateway-stripe-p24.php:60
#: woocommerce-gateway-stripe.php:248
#: woocommerce-gateway-stripe.php:246
msgid "Stripe P24"
msgstr ""

#: includes/payment-methods/class-wc-gateway-stripe-sepa.php:75
#: woocommerce-gateway-stripe.php:250
#: woocommerce-gateway-stripe.php:248
msgid "Stripe SEPA Direct Debit"
msgstr ""

Expand Down Expand Up @@ -1131,7 +1131,7 @@ msgid ""
msgstr ""

#: includes/payment-methods/class-wc-gateway-stripe-sofort.php:60
#: woocommerce-gateway-stripe.php:244
#: woocommerce-gateway-stripe.php:242
msgid "Stripe SOFORT"
msgstr ""

Expand Down Expand Up @@ -1178,21 +1178,21 @@ msgstr ""
msgid "Discount"
msgstr ""

#: woocommerce-gateway-stripe.php:33
#: woocommerce-gateway-stripe.php:31
msgid ""
"Stripe requires WooCommerce to be installed and active. You can download %s "
"here."
msgstr ""

#: woocommerce-gateway-stripe.php:190
#: woocommerce-gateway-stripe.php:188
msgid "Settings"
msgstr ""

#: woocommerce-gateway-stripe.php:191
#: woocommerce-gateway-stripe.php:189
msgid "Docs"
msgstr ""

#: woocommerce-gateway-stripe.php:192
#: woocommerce-gateway-stripe.php:190
msgid "Support"
msgstr ""

Expand Down
10 changes: 1 addition & 9 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.1
Stable tag: 4.1.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Attributions: thorsten-stripe
Expand Down Expand Up @@ -107,14 +107,6 @@ If you get stuck, you can ask for help in the Plugin Forum.
* Tweak - Icon CSS styling to work for more different theme setups.
* Remove - Bitcoin method as it is hard deprecated by Stripe as of April 23, 2018.

= 4.1.1 - 2018-04-17 =
* Tweak - Use payment_complete method when charge is succeeded or captured so other WC related tasks gets triggered.
* Tweak - Styling for the credit card logos.
* Add - Subscription change payment method support for SEPA.
* Add - Credit card branding detection on credit card field.
* Fix - When checkout form fields fails second time, page refreshes instead of using AJAX.
* Fix - Potential issue when WC is not activated.

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

== Upgrade Notice ==
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.1
* Version: 4.1.2
* Requires at least: 4.4
* Tested up to: 4.9
* WC requires at least: 2.6
Expand Down Expand Up @@ -40,7 +40,7 @@ function woocommerce_stripe_missing_wc_notice() {
/**
* Required minimums and constants
*/
define( 'WC_STRIPE_VERSION', '4.1.1' );
define( 'WC_STRIPE_VERSION', '4.1.2' );
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 37cacee

Please sign in to comment.