Skip to content

Commit

Permalink
Bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bor0 committed Jul 19, 2017
1 parent b163764 commit 4b21473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 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: 4.7
Stable tag: 1.4.1
Stable tag: 1.4.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -88,6 +88,7 @@ https://gist.github.com/mikejolley/ad2ecc286c9ad6cefbb7065ba6dfef48
= 1.4.2 =
* Fix - _paypal_status on Authorize transactions not updating to processing after capture.
* Fix - 10413 (The totals of the cart item amounts do not match order amounts) error with discounts.
* Fix - Shipping Address being required on Virtual products.

= 1.4.1 =
* Fix - Properly calculate whether Billing phone is required or not.
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 Express Checkout Gateway
* Plugin URI: https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/
* Description: A payment gateway for PayPal Express Checkout (https://www.paypal.com/us/webapps/mpp/express-checkout).
* Version: 1.4.1
* Version: 1.4.2
* Author: WooCommerce
* Author URI: https://woocommerce.com
* Copyright: © 2017 WooCommerce / PayPal.
Expand All @@ -25,7 +25,7 @@
exit; // Exit if accessed directly
}

define( 'WC_GATEWAY_PPEC_VERSION', '1.4.1' );
define( 'WC_GATEWAY_PPEC_VERSION', '1.4.2' );

/**
* Return instance of WC_Gateway_PPEC_Plugin.
Expand Down

0 comments on commit 4b21473

Please sign in to comment.