Skip to content

Commit

Permalink
Version 1.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
james-allan committed Feb 18, 2020
1 parent ed082db commit 497a4cf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** Changelog ***

= 1.6.20 - 2020-02-18 =
* Fix - Upgrade the plugin on plugins loaded rather than on plugin init. PR#682

= 1.6.19 - 2020-02-06 =
* Fix - Check if order exists before adding order actions. PR #653
* Fix - Global attributes stripped before sent to PayPal if unicode characters. PR#470
Expand Down
2 changes: 1 addition & 1 deletion languages/woocommerce-gateway-paypal-express-checkout.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the WooCommerce PayPal Checkout Gateway plugin.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce PayPal Checkout Gateway 1.6.19\n"
"Project-Id-Version: WooCommerce PayPal Checkout Gateway 1.6.20\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout\n"
"POT-Creation-Date: 2020-02-06 01:32:37+00:00\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-gateway-paypal-express-checkout",
"title": "WooCommerce Gateway PayPal Express Checkout",
"version": "1.6.19",
"version": "1.6.20",
"license": "GPL-3.0",
"homepage": "https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: automattic, woothemes, akeda, dwainm, royho, allendav, slash1andy,
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, paypal
Requires at least: 4.4
Tested up to: 5.3
Stable tag: 1.6.19
Stable tag: 1.6.20
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.6.20 - 2020-02-18 =
* Fix - Upgrade the plugin on plugins loaded rather than on plugin init. PR#682

= 1.6.19 - 2020-02-06 =
* Fix - Check if order exists before adding order actions. PR #653
* Fix - Global attributes stripped before sent to PayPal if unicode characters. PR#470
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-gateway-paypal-express-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce PayPal Checkout Gateway
* Plugin URI: https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/
* 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.
* Version: 1.6.19
* Version: 1.6.20
* Author: WooCommerce
* Author URI: https://woocommerce.com
* Copyright: © 2019 WooCommerce / PayPal.
Expand All @@ -27,7 +27,7 @@
exit; // Exit if accessed directly
}

define( 'WC_GATEWAY_PPEC_VERSION', '1.6.19' );
define( 'WC_GATEWAY_PPEC_VERSION', '1.6.20' );

/**
* Return instance of WC_Gateway_PPEC_Plugin.
Expand Down

0 comments on commit 497a4cf

Please sign in to comment.