diff --git a/paypal-for-woocommerce.php b/paypal-for-woocommerce.php index f17a0a4a1..1a0b3b884 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 Complete Payments 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.5.1 + * Version: 4.5.2 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GNU General Public License v3.0 @@ -38,7 +38,7 @@ define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__)); } if (!defined('VERSION_PFW')) { - define('VERSION_PFW', '4.5.1'); + define('VERSION_PFW', '4.5.2'); } if (!defined('PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE')) { define('PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__); diff --git a/readme.txt b/readme.txt index 202649204..fddd9dd5d 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.5.4 -Stable tag: 4.5.1 +Stable tag: 4.5.2 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.5.2 - 06.13.2024 +* Fix - Remove PFWMA condition for migration. ([PFW-1804](https://github.com/angelleye/paypal-woocommerce/pull/2049)) + = 4.5.1 - 06.12.2024 * Fix - Resolved issue with migration wizard. ([PFW-1803](https://github.com/angelleye/paypal-woocommerce/pull/2048))