From 37cacee71ad90eca941d006438b0f7f28950b732 Mon Sep 17 00:00:00 2001 From: roykho Date: Mon, 23 Apr 2018 07:55:17 +0100 Subject: [PATCH] Version bump --- changelog.txt | 6 +++++ languages/woocommerce-gateway-stripe.pot | 30 ++++++++++++------------ readme.txt | 10 +------- woocommerce-gateway-stripe.php | 4 ++-- 4 files changed, 24 insertions(+), 26 deletions(-) diff --git a/changelog.txt b/changelog.txt index 040b34983..d61b4826c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/languages/woocommerce-gateway-stripe.pot b/languages/woocommerce-gateway-stripe.pot index 4f8c9834a..015a72dba 100644 --- a/languages/woocommerce-gateway-stripe.pot +++ b/languages/woocommerce-gateway-stripe.pot @@ -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" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" diff --git a/readme.txt b/readme.txt index 50519fc3c..ad793818c 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.1 +Stable tag: 4.1.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Attributions: thorsten-stripe @@ -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 == diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index 2b5a3d7ee..32a151204 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.1 + * Version: 4.1.2 * 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.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__ );