Version Description
- 2019-02-03 =
- Fix - Avoid SPB render error by tweaking 'allowed' funding methods' empty value
Download this release
Release Info
| Developer | woothemes |
| Plugin | |
| Version | 1.6.9 |
| Comparing to | |
| See all releases | |
Code changes from version 1.6.8 to 1.6.9
assets/js/wc-gateway-ppec-smart-payment-buttons.js
CHANGED
|
@@ -38,7 +38,7 @@
|
|
| 38 |
// Map funding method settings to enumerated options provided by PayPal.
|
| 39 |
var getFundingMethods = function( methods ) {
|
| 40 |
if ( ! methods ) {
|
| 41 |
-
return
|
| 42 |
}
|
| 43 |
|
| 44 |
var paypal_funding_methods = [];
|
| 38 |
// Map funding method settings to enumerated options provided by PayPal.
|
| 39 |
var getFundingMethods = function( methods ) {
|
| 40 |
if ( ! methods ) {
|
| 41 |
+
return undefined;
|
| 42 |
}
|
| 43 |
|
| 44 |
var paypal_funding_methods = [];
|
changelog.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
*** Changelog ***
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| 3 |
= 1.6.8 - 2019-01-25 =
|
| 4 |
* Fix - Guard against themes applying filter with too few params
|
| 5 |
|
| 1 |
*** Changelog ***
|
| 2 |
|
| 3 |
+
= 1.6.9 - 2019-02-03 =
|
| 4 |
+
* Fix - Avoid SPB render error by tweaking 'allowed' funding methods' empty value
|
| 5 |
+
|
| 6 |
= 1.6.8 - 2019-01-25 =
|
| 7 |
* Fix - Guard against themes applying filter with too few params
|
| 8 |
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: automattic, woothemes, akeda, dwainm, royho, allendav, slash1andy,
|
|
| 3 |
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, paypal
|
| 4 |
Requires at least: 4.4
|
| 5 |
Tested up to: 5.0.3
|
| 6 |
-
Stable tag: 1.6.
|
| 7 |
License: GPLv3
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 9 |
|
|
@@ -101,6 +101,9 @@ Please use this to inform us about bugs, or make contributions via PRs.
|
|
| 101 |
|
| 102 |
== Changelog ==
|
| 103 |
|
|
|
|
|
|
|
|
|
|
| 104 |
= 1.6.8 - 2019-01-25 =
|
| 105 |
* Fix - Guard against themes applying filter with too few params
|
| 106 |
|
| 3 |
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, paypal
|
| 4 |
Requires at least: 4.4
|
| 5 |
Tested up to: 5.0.3
|
| 6 |
+
Stable tag: 1.6.9
|
| 7 |
License: GPLv3
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 9 |
|
| 101 |
|
| 102 |
== Changelog ==
|
| 103 |
|
| 104 |
+
= 1.6.9 - 2019-02-03 =
|
| 105 |
+
* Fix - Avoid SPB render error by tweaking 'allowed' funding methods' empty value
|
| 106 |
+
|
| 107 |
= 1.6.8 - 2019-01-25 =
|
| 108 |
* Fix - Guard against themes applying filter with too few params
|
| 109 |
|
woocommerce-gateway-paypal-express-checkout.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: WooCommerce PayPal Checkout Gateway
|
| 4 |
* Plugin URI: https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/
|
| 5 |
* Description: A payment gateway for PayPal Checkout (https://www.paypal.com/us/webapps/mpp/paypal-checkout).
|
| 6 |
-
* Version: 1.6.
|
| 7 |
* Author: WooCommerce
|
| 8 |
* Author URI: https://woocommerce.com
|
| 9 |
* Copyright: © 2018 WooCommerce / PayPal.
|
|
@@ -27,7 +27,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 27 |
exit; // Exit if accessed directly
|
| 28 |
}
|
| 29 |
|
| 30 |
-
define( 'WC_GATEWAY_PPEC_VERSION', '1.6.
|
| 31 |
|
| 32 |
/**
|
| 33 |
* Return instance of WC_Gateway_PPEC_Plugin.
|
| 3 |
* Plugin Name: WooCommerce PayPal Checkout Gateway
|
| 4 |
* Plugin URI: https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/
|
| 5 |
* Description: A payment gateway for PayPal Checkout (https://www.paypal.com/us/webapps/mpp/paypal-checkout).
|
| 6 |
+
* Version: 1.6.9
|
| 7 |
* Author: WooCommerce
|
| 8 |
* Author URI: https://woocommerce.com
|
| 9 |
* Copyright: © 2018 WooCommerce / PayPal.
|
| 27 |
exit; // Exit if accessed directly
|
| 28 |
}
|
| 29 |
|
| 30 |
+
define( 'WC_GATEWAY_PPEC_VERSION', '1.6.9' );
|
| 31 |
|
| 32 |
/**
|
| 33 |
* Return instance of WC_Gateway_PPEC_Plugin.
|
