Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 0e38108

Browse files
author
mattallan
committed
Version 2.0.2 release with changelog and .pot file updates
1 parent b9437d0 commit 0e38108

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
*** Changelog ***
22

3+
= 2.0.2 - 2020-05-28 =
4+
* Fix - Javascript errors during checkout when the Payment Action is set to Authorize. PR#754
5+
* Fix - Style the Smart Payment Buttons according to the chosen button size setting. PR#753
6+
* Tweak - Change the "or" separator used on the cart page to be consistent with other payment gateways (uppercase and 100% opacity). PR#755
7+
38
= 2.0.1 - 2020-05-26 =
49
* Fix - PayPal buttons not loading on the page, accompanied with the javascript/console error: "paypal.getFundingSources (or paypal.Buttons) is not a function". PR#740
510

languages/woocommerce-gateway-paypal-express-checkout.pot

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the same license as the WooCommerce PayPal Checkout Gateway plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce PayPal Checkout Gateway 2.0.1\n"
5+
"Project-Id-Version: WooCommerce PayPal Checkout Gateway 2.0.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2020-05-26T08:06:44+10:00\n"
12+
"POT-Creation-Date: 2020-05-28T16:20:25+10:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.4.0\n"
1515
"X-Domain: woocommerce-gateway-paypal-express-checkout\n"
@@ -305,20 +305,20 @@ msgid "Cheatin&#8217; huh?"
305305
msgstr ""
306306

307307
#: includes/class-wc-gateway-ppec-cart-handler.php:320
308-
#: includes/class-wc-gateway-ppec-cart-handler.php:365
309-
#: includes/class-wc-gateway-ppec-cart-handler.php:400
308+
#: includes/class-wc-gateway-ppec-cart-handler.php:363
309+
#: includes/class-wc-gateway-ppec-cart-handler.php:398
310310
msgid "Check out with PayPal"
311311
msgstr ""
312312

313-
#: includes/class-wc-gateway-ppec-cart-handler.php:355
314-
msgid "&mdash; or &mdash;"
313+
#: includes/class-wc-gateway-ppec-cart-handler.php:354
314+
msgid "OR"
315315
msgstr ""
316316

317-
#: includes/class-wc-gateway-ppec-cart-handler.php:370
317+
#: includes/class-wc-gateway-ppec-cart-handler.php:368
318318
msgid "Pay with PayPal Credit"
319319
msgstr ""
320320

321-
#: includes/class-wc-gateway-ppec-cart-handler.php:510
321+
#: includes/class-wc-gateway-ppec-cart-handler.php:508
322322
msgid "An error occurred while processing your PayPal payment. Please contact the store owner for assistance."
323323
msgstr ""
324324

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sa
44
Requires at least: 4.4
55
Tested up to: 5.4
66
Requires PHP: 5.5
7-
Stable tag: 2.0.1
7+
Stable tag: 2.0.2
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -102,6 +102,11 @@ Please use this to inform us about bugs, or make contributions via PRs.
102102

103103
== Changelog ==
104104

105+
= 2.0.2 - 2020-05-28 =
106+
* Fix - Javascript errors during checkout when the Payment Action is set to Authorize. PR#754
107+
* Fix - Style the Smart Payment Buttons according to the chosen button size setting. PR#753
108+
* Tweak - Change the "or" separator used on the cart page to be consistent with other payment gateways (uppercase and 100% opacity). PR#755
109+
105110
= 2.0.1 - 2020-05-26 =
106111
* Fix - PayPal buttons not loading on the page, accompanied with the javascript/console error: "paypal.getFundingSources (or paypal.Buttons) is not a function". PR#740
107112

woocommerce-gateway-paypal-express-checkout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce PayPal Checkout Gateway
44
* Plugin URI: https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/
55
* Description: Accept all major credit and debit cards, plus Venmo and PayPal Credit in the US, presenting options in a customizable stack of payment buttons. Fast, seamless, and flexible.
6-
* Version: 2.0.1
6+
* Version: 2.0.2
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com
99
* Copyright: © 2019 WooCommerce / PayPal.
@@ -27,7 +27,7 @@
2727
exit; // Exit if accessed directly
2828
}
2929

30-
define( 'WC_GATEWAY_PPEC_VERSION', '2.0.1' );
30+
define( 'WC_GATEWAY_PPEC_VERSION', '2.0.2' );
3131

3232
/**
3333
* Return instance of WC_Gateway_PPEC_Plugin.

0 commit comments

Comments
 (0)