Skip to content

Commit

Permalink
Updated details for v4.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmaurya committed Feb 11, 2024
1 parent 2539ad5 commit a1e9eb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions paypal-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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__ );
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit a1e9eb3

Please sign in to comment.