From a1e9eb3b312673665d87a4ebb8b8aabdb3093312 Mon Sep 17 00:00:00 2001 From: Deepak Maurya Date: Sun, 11 Feb 2024 17:40:28 +0530 Subject: [PATCH] Updated details for v4.4.17 --- paypal-for-woocommerce.php | 8 ++++---- readme.txt | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/paypal-for-woocommerce.php b/paypal-for-woocommerce.php index 1859f475d..4a9376afe 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 add the PayPal Commerce Platform including PayPal Checkout, Pay Later, Venmo, Direct Credit Processing, and alternative payment methods like Apple Pay, Google Pay, and more! Also fully supports Braintree Payments. - * Version: 4.4.16 + * Version: 4.4.17 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GNU General Public License v3.0 @@ -13,9 +13,9 @@ * Domain Path: /i18n/languages/ * GitHub Plugin URI: https://github.com/angelleye/paypal-woocommerce * Requires at least: 5.8 - * Tested up to: 6.4.2 + * Tested up to: 6.4.3 * WC requires at least: 3.0.0 - * WC tested up to: 8.4.0 + * WC tested up to: 8.5.2 * ************* * Attribution @@ -40,7 +40,7 @@ define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__)); } if (!defined('VERSION_PFW')) { - define('VERSION_PFW', '4.4.16'); + define('VERSION_PFW', '4.4.17'); } if ( ! defined( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' ) ) { define( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 63ca5173a..0a734f843 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: angelleye, angelleyesupport, Umangvaghela Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SG9SQU2GBXJNA 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.8 -Tested up to: 6.4.2 -Stable tag: 4.4.16 +Tested up to: 6.4.3 +Stable tag: 4.4.17 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -127,6 +127,9 @@ Automatic updates should work great for you. As always, though, we recommend ba == Changelog == += 4.4.17 - 02.11.2024 = +* Fix - Added JS Logger support for PPCP payment gateways to log the errors. ([PFW-1726](https://github.com/angelleye/paypal-woocommerce/pull/2006)) + = 4.4.16 - 01.25.2024 = * Fix - Resolved the express button display issue with Apple and Google Pay. ([PFW-1729](https://github.com/angelleye/paypal-woocommerce/pull/2004)) * Fix - Fixed the capture issue on order status change by third party plugns. ([PFW-1731](https://github.com/angelleye/paypal-woocommerce/pull/2002))