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

Commit 8ef81ab

Browse files
Bump version to 1.6.7
1 parent 91c3aa7 commit 8ef81ab

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
*** Changelog ***
22

3-
= 1.6.7 - 2019-XX-XX =
3+
= 1.6.7 - 2019-01-25 =
44
* Fix - Error 10413 when using coupons
5+
* Fix: All variation details when using buttons on product pages are kept
6+
* Fix: Always render the PayPal buttons in the mini cart
57

68
= 1.6.6 - 2019-01-09 =
79
* Fix - Discount items were not being included

readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: automattic, woothemes, akeda, dwainm, royho, allendav, slash1andy, woosteve, spraveenitpro, mikedmoore, fernashes, shellbeezy, danieldudzic, mikaey, fullysupportedphil, dsmithweb, corsonr, bor0, zandyring, pauldechov
33
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, paypal
44
Requires at least: 4.4
5-
Tested up to: 5.0.2
6-
Stable tag: 1.6.6
5+
Tested up to: 5.0.3
6+
Stable tag: 1.6.7
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

102102
== Changelog ==
103103

104-
= 1.6.7 - 2019-xx-xx =
104+
= 1.6.7 - 2019-01-25 =
105105
* Fix - Error 10413 when using coupons
106+
* Fix: All variation details when using buttons on product pages are kept
107+
* Fix: Always render the PayPal buttons in the mini cart
106108

107109
= 1.6.6 - 2019-01-09 =
108110
* Fix - Discount items were not being included

woocommerce-gateway-paypal-express-checkout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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.6
6+
* Version: 1.6.7
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com
99
* Copyright: © 2018 WooCommerce / PayPal.
1010
* License: GNU General Public License v3.0
1111
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1212
* Text Domain: woocommerce-gateway-paypal-express-checkout
1313
* Domain Path: /languages
14-
* WC tested up to: 3.5
14+
* WC tested up to: 3.5.4
1515
* WC requires at least: 2.6
1616
*/
1717
/**

0 commit comments

Comments
 (0)