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

Commit 497a4cf

Browse files
committed
Version 1.6.20
1 parent ed082db commit 497a4cf

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

changelog.txt

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

3+
= 1.6.20 - 2020-02-18 =
4+
* Fix - Upgrade the plugin on plugins loaded rather than on plugin init. PR#682
5+
36
= 1.6.19 - 2020-02-06 =
47
* Fix - Check if order exists before adding order actions. PR #653
58
* Fix - Global attributes stripped before sent to PayPal if unicode characters. PR#470

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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 1.6.19\n"
5+
"Project-Id-Version: WooCommerce PayPal Checkout Gateway 1.6.20\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout\n"
77
"POT-Creation-Date: 2020-02-06 01:32:37+00:00\n"
88
"MIME-Version: 1.0\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-gateway-paypal-express-checkout",
33
"title": "WooCommerce Gateway PayPal Express Checkout",
4-
"version": "1.6.19",
4+
"version": "1.6.20",
55
"license": "GPL-3.0",
66
"homepage": "https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/",
77
"repository": {

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: automattic, woothemes, akeda, dwainm, royho, allendav, slash1andy,
33
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, paypal
44
Requires at least: 4.4
55
Tested up to: 5.3
6-
Stable tag: 1.6.19
6+
Stable tag: 1.6.20
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -101,6 +101,9 @@ Please use this to inform us about bugs, or make contributions via PRs.
101101

102102
== Changelog ==
103103

104+
= 1.6.20 - 2020-02-18 =
105+
* Fix - Upgrade the plugin on plugins loaded rather than on plugin init. PR#682
106+
104107
= 1.6.19 - 2020-02-06 =
105108
* Fix - Check if order exists before adding order actions. PR #653
106109
* Fix - Global attributes stripped before sent to PayPal if unicode characters. PR#470

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: 1.6.19
6+
* Version: 1.6.20
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', '1.6.19' );
30+
define( 'WC_GATEWAY_PPEC_VERSION', '1.6.20' );
3131

3232
/**
3333
* Return instance of WC_Gateway_PPEC_Plugin.

0 commit comments

Comments
 (0)