diff --git a/changelog.txt b/changelog.txt index e9571127..31852696 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/readme.txt b/readme.txt index 7d68b688..09c9f4e7 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/woocommerce-gateway-paypal-express-checkout.php b/woocommerce-gateway-paypal-express-checkout.php index bd3d823f..9c56227b 100644 --- a/woocommerce-gateway-paypal-express-checkout.php +++ b/woocommerce-gateway-paypal-express-checkout.php @@ -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. @@ -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.