Skip to content

Commit 22796ed

Browse files
Updated details for v4.4.8
1 parent 1d3f3ed commit 22796ed

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

paypal-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: PayPal for WooCommerce
55
* Plugin URI: http://www.angelleye.com/product/paypal-for-woocommerce-plugin/
66
* 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.
7-
* Version: 4.4.7
7+
* Version: 4.4.8
88
* Author: Angell EYE
99
* Author URI: http://www.angelleye.com/
1010
* License: GNU General Public License v3.0
@@ -40,7 +40,7 @@
4040
define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__));
4141
}
4242
if (!defined('VERSION_PFW')) {
43-
define('VERSION_PFW', '4.4.7');
43+
define('VERSION_PFW', '4.4.8');
4444
}
4545
if ( ! defined( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' ) ) {
4646
define( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
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
55
Requires at least: 5.8
66
Tested up to: 6.4
7-
Stable tag: 4.4.7
7+
Stable tag: 4.4.8
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -127,6 +127,10 @@ Automatic updates should work great for you. As always, though, we recommend ba
127127

128128
== Changelog ==
129129

130+
= 4.4.8 - 11.25.2023 =
131+
* Feature - Adds reCAPTCHA for WooCommerce compatibility. ([PFW-1648](https://github.com/angelleye/paypal-woocommerce/pull/1973))
132+
* Fix - Fixed negative line items. ([PFW-1687](https://github.com/angelleye/paypal-woocommerce/pull/1974))
133+
130134
= 4.4.7 - 11.23.2023 =
131135
* Tweak - Removed the order edit disable feature. ([PFW-1684](https://github.com/angelleye/paypal-woocommerce/pull/1972))
132136
* Tweak - Resolved the Auth, Capture & Refund issues during order status change. ([PFW-1686](https://github.com/angelleye/paypal-woocommerce/pull/1971))

0 commit comments

Comments
 (0)