From 43284642a38f3f911886b3c37de5413c65645948 Mon Sep 17 00:00:00 2001 From: roykho Date: Mon, 7 May 2018 06:35:58 -0700 Subject: [PATCH] Bump version --- changelog.txt | 9 ++++++++ languages/woocommerce-gateway-stripe.pot | 28 ++++++++++++------------ readme.txt | 10 ++------- woocommerce-gateway-stripe.php | 4 ++-- 4 files changed, 27 insertions(+), 24 deletions(-) diff --git a/changelog.txt b/changelog.txt index d61b4826c..f5d88508e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/languages/woocommerce-gateway-stripe.pot b/languages/woocommerce-gateway-stripe.pot index 51f266fb3..44a229d79 100644 --- a/languages/woocommerce-gateway-stripe.pot +++ b/languages/woocommerce-gateway-stripe.pot @@ -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" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" diff --git a/readme.txt b/readme.txt index 006319c34..975d44071 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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`. @@ -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 == diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index b85cb63d7..f3f7c12c4 100644 --- a/woocommerce-gateway-stripe.php +++ b/woocommerce-gateway-stripe.php @@ -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 @@ -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__ );