Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
roykho committed May 7, 2018
1 parent fbd0601 commit 4328464
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
*** Changelog ***

= 4.1.3 - 2018-05-07 =
* Add - Hook to manipulate payment request shipping posted values `wc_stripe_payment_request_shipping_posted_values`.
* Add - Accessibility attribute for credit card label.
* Add - Hook to change Stripe supported countries `wc_stripe_supported_countries`.
* Fix - WC 2.6 compatibility issue during a refund.
* Fix - Payment Request JS error when default country setting is not supported.
* Fix - Failed payments were sending two failed emails to admin instead of one.
* Tweak - Remove payment methods links from WC Payment Settings page for WC 3.4+.

= 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.
Expand Down
28 changes: 14 additions & 14 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.2\n"
"Project-Id-Version: WooCommerce Stripe Gateway 4.1.3\n"
"Report-Msgid-Bugs-To: "
"https://github.com/woocommerce/woocommerce-gateway-stripe/issues\n"
"POT-Creation-Date: 2018-05-04 14:12:50+00:00\n"
"POT-Creation-Date: 2018-05-07 13:34:19+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 @@ -1018,7 +1018,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:247
#: woocommerce-gateway-stripe.php:250
msgid "Stripe Alipay"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

Expand Down Expand Up @@ -1185,15 +1185,15 @@ msgid ""
"here."
msgstr ""

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

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

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

Expand Down
10 changes: 2 additions & 8 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.2
Stable tag: 4.1.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Attributions: thorsten-stripe
Expand Down Expand Up @@ -101,7 +101,7 @@ If you get stuck, you can ask for help in the Plugin Forum.

== Changelog ==

= 4.1.3 - 2018-xx-xx =
= 4.1.3 - 2018-05-07 =
* Add - Hook to manipulate payment request shipping posted values `wc_stripe_payment_request_shipping_posted_values`.
* Add - Accessibility attribute for credit card label.
* Add - Hook to change Stripe supported countries `wc_stripe_supported_countries`.
Expand All @@ -110,12 +110,6 @@ If you get stuck, you can ask for help in the Plugin Forum.
* Fix - Failed payments were sending two failed emails to admin instead of one.
* Tweak - Remove payment methods links from WC Payment Settings page for WC 3.4+.

= 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.

[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.2
* Version: 4.1.3
* 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.2' );
define( 'WC_STRIPE_VERSION', '4.1.3' );
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 4328464

Please sign in to comment.