From 9d2adb645bdfcbb067117b75d6780cca87cd3a62 Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Mon, 12 Oct 2020 14:47:41 +0530 Subject: [PATCH] Update Changelog & Version Number for v2.4.2 --- paypal-for-woocommerce.php | 4 ++-- readme.txt | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/paypal-for-woocommerce.php b/paypal-for-woocommerce.php index 743d59fa2..c654b971a 100644 --- a/paypal-for-woocommerce.php +++ b/paypal-for-woocommerce.php @@ -4,7 +4,7 @@ * Plugin Name: PayPal for WooCommerce * Plugin URI: http://www.angelleye.com/product/paypal-for-woocommerce-plugin/ * Description: Easily enable PayPal Express Checkout, PayPal Pro, PayPal Advanced, PayPal REST, and PayPal Braintree. Each option is available separately so you can enable them individually. - * Version: 2.4.1 + * Version: 2.4.2 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GNU General Public License v3.0 @@ -39,7 +39,7 @@ define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__)); } if (!defined('VERSION_PFW')) { - define('VERSION_PFW', '2.4.1'); + define('VERSION_PFW', '2.4.2'); } if ( ! defined( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' ) ) { define( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index c8aa22cae..cc43dc385 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: woocommerce, paypal, express checkout, payments pro, angelleye, payflow, dodirectpayment, apple pay, google play, braintree, payments advanced, rest, credit cards, credit card payments, payments, payment Requires at least: 5.2 Tested up to: 5.5.1 -Stable tag: 2.4.1 +Stable tag: 2.4.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -127,6 +127,12 @@ Automatic updates should work great for you. As always, though, we recommend ba == Changelog == += 2.4.2 - 10.12.2020 = +* Feature - Adds Trigger event for PayPal Smart button action. ([PFW-678](https://github.com/angelleye/paypal-woocommerce/pull/1503)) +* Tweak - Enable PayPal Credit Messaging (BNPL) for all countries. ([PFW-699](https://github.com/angelleye/paypal-woocommerce/pull/1501)) +* Tweak - Remove WooCoomerce Email filter. ([PFW-695](https://github.com/angelleye/paypal-woocommerce/pull/1497)) +* Fix - Resolves Google reCAPTCHA v3 related issue. ([PFW-702](https://github.com/angelleye/paypal-woocommerce/pull/1502)) + = 2.4.1 - 10.04.2020 = * Fix - Resolves PayPal Credit Messaging related issue. ([PFW-697](https://github.com/angelleye/paypal-woocommerce/pull/1500))