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

Commit 8b78661

Browse files
committed
Bump version and date
1 parent a487dcf commit 8b78661

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** Changelog ***
22

3-
= 1.6.4 - 2018-xx-xx =
3+
= 1.6.4 - 2018-09-27 =
44
* Fix - Billing address from Checkout form not being passed to PayPal via Smart Payment Button.
55
* Fix - Checkout form not being validated until after Smart Payment Button payment flow.
66

readme.txt

Lines changed: 2 additions & 2 deletions
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: 4.9.6
6-
Stable tag: 1.6.3
6+
Stable tag: 1.6.4
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

102102
== Changelog ==
103103

104-
= 1.6.4 - 2018-xx-xx =
104+
= 1.6.4 - 2018-09-27 =
105105
* Fix - Billing address from Checkout form not being passed to PayPal via Smart Payment Button.
106106
* Fix - Checkout form not being validated until after Smart Payment Button payment flow.
107107

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: A payment gateway for PayPal Checkout (https://www.paypal.com/us/webapps/mpp/paypal-checkout).
6-
* Version: 1.6.3
6+
* Version: 1.6.4
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com
99
* Copyright: © 2018 WooCommerce / PayPal.
@@ -27,7 +27,7 @@
2727
exit; // Exit if accessed directly
2828
}
2929

30-
define( 'WC_GATEWAY_PPEC_VERSION', '1.6.3' );
30+
define( 'WC_GATEWAY_PPEC_VERSION', '1.6.4' );
3131

3232
/**
3333
* Return instance of WC_Gateway_PPEC_Plugin.

0 commit comments

Comments
 (0)