Skip to content

Commit

Permalink
Updating for 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Snook committed Mar 5, 2019
1 parent 455705b commit 2ccee15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.10 - 2019-03-05 =
* Fix - Use only product attributes when adding to cart

= 1.6.9 - 2019-02-03 =
* Fix - Avoid SPB render error by tweaking 'allowed' funding methods' empty value

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.0.3
Stable tag: 1.6.9
Stable tag: 1.6.10
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.10 - 2019-03-05 =
* Fix - Use only product attributes when adding to cart

= 1.6.9 - 2019-02-03 =
* Fix - Avoid SPB render error by tweaking 'allowed' funding methods' empty value

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: A payment gateway for PayPal Checkout (https://www.paypal.com/us/webapps/mpp/paypal-checkout).
* Version: 1.6.9
* Version: 1.6.10
* Author: WooCommerce
* Author URI: https://woocommerce.com
* Copyright: © 2018 WooCommerce / PayPal.
Expand All @@ -27,7 +27,7 @@
exit; // Exit if accessed directly
}

define( 'WC_GATEWAY_PPEC_VERSION', '1.6.9' );
define( 'WC_GATEWAY_PPEC_VERSION', '1.6.10' );

/**
* Return instance of WC_Gateway_PPEC_Plugin.
Expand Down

0 comments on commit 2ccee15

Please sign in to comment.