diff --git a/paypal-for-woocommerce.php b/paypal-for-woocommerce.php index 6420974d2..9dbb1b8bc 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.6 + * Version: 4.4.7 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GNU General Public License v3.0 @@ -15,7 +15,7 @@ * Requires at least: 5.8 * Tested up to: 6.4 * WC requires at least: 3.0.0 - * WC tested up to: 8.3.0 + * WC tested up to: 8.3.1 * ************* * Attribution @@ -40,7 +40,7 @@ define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__)); } if (!defined('VERSION_PFW')) { - define('VERSION_PFW', '4.4.6'); + define('VERSION_PFW', '4.4.7'); } if ( ! defined( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' ) ) { define( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index e63a3fa70..9656acf70 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.8 Tested up to: 6.4 -Stable tag: 4.4.6 +Stable tag: 4.4.7 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -127,11 +127,17 @@ Automatic updates should work great for you. As always, though, we recommend ba == Changelog == += 4.4.7 - 11.23.2023 = +* Tweak - Removed the order edit disable feature. ([PFW-1684](https://github.com/angelleye/paypal-woocommerce/pull/1972)) +* Tweak - Resolved the Auth, Capture & Refund issues during order status change. ([PFW-1686](https://github.com/angelleye/paypal-woocommerce/pull/1971)) +* Tweak - Added WooCommerce Fee support with Payment gateways. ([PFW-1683](https://github.com/angelleye/paypal-woocommerce/pull/1970)) +* Feature - Add smart button support for product_page shortcode. ([PFW-1668](https://github.com/angelleye/paypal-woocommerce/pull/1969)) + = 4.4.6 - 11.23.2023 = * Fix - Fixed the translation function error in frontend. ([PFW-1685](https://github.com/angelleye/paypal-woocommerce/pull/1968)) = 4.4.5 - 11.22.2023 = -* Fix - Fixed the refund option display issue with Authorizated Captured orders. ([PFW-1681](https://github.com/angelleye/paypal-woocommerce/pull/1967)) +* Fix - Fixed the refund option display issue with Authorized Captured orders. ([PFW-1681](https://github.com/angelleye/paypal-woocommerce/pull/1967)) * Fix - Resolved the Cartflow Upsells issue with PPCP. ([PFW-1679](https://github.com/angelleye/paypal-woocommerce/pull/1966)) * Fix - Fixed the credit card token setup function parameter issue. ([PFW-1682](https://github.com/angelleye/paypal-woocommerce/pull/1965)) * Tweak - Translation added for the create order error message. ([PFW-1598](https://github.com/angelleye/paypal-woocommerce/pull/1964))