diff --git a/README.txt b/README.txt index 9d6ae43..57db401 100644 --- a/README.txt +++ b/README.txt @@ -3,8 +3,8 @@ Contributors: (angelleye) Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SG9SQU2GBXJNA Tags: paypal, woocommerce, express checkout, micro payments, micro processing, micropayments, microprocessing Requires at least: 5.0 -Tested up to: 6.5.4 -Stable tag: 4.0.1 +Tested up to: 6.5.5 +Stable tag: 4.0.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -29,6 +29,9 @@ This plugin allows you to configure multiple accounts and provide rules for when == Changelog == += 4.0.2 - 06.28.2024 = +* Fix - Resolves Shipping Address issue with DE country. ([PFWMA-311](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/121)) + = 4.0.1 - 06.13.2024 = * Feature - Adds vendor compatibility with PPCP. ([PFWMA-309](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/120)) diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index ac9908b..8e67b1c 100644 --- a/includes/class-paypal-for-woocommerce-multi-account-management.php +++ b/includes/class-paypal-for-woocommerce-multi-account-management.php @@ -60,7 +60,7 @@ public function __construct() { if (defined('PFWMA_VERSION')) { $this->version = PFWMA_VERSION; } else { - $this->version = '4.0.1'; + $this->version = '4.0.2'; } $this->plugin_name = 'paypal-for-woocommerce-multi-account-management'; $this->load_dependencies(); diff --git a/paypal-for-woocommerce-multi-account-management.php b/paypal-for-woocommerce-multi-account-management.php index 807eacd..db03ab7 100644 --- a/paypal-for-woocommerce-multi-account-management.php +++ b/paypal-for-woocommerce-multi-account-management.php @@ -12,7 +12,7 @@ * Plugin Name: PayPal for WooCommerce Multi-Account Management * Plugin URI: https://www.angelleye.com/product/paypal-woocommerce-multi-account-management/ * Description: Send WooCommerce order payments to different PayPal accounts based on rules provided. - * Version: 4.0.1 + * Version: 4.0.2 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GPLv3 or later @@ -20,17 +20,17 @@ * Text Domain: paypal-for-woocommerce-multi-account-management * Domain Path: /languages * Requires at least: 5.0 - * Tested up to: 6.5.4 + * Tested up to: 6.5.5 * Requires Plugins: woocommerce, paypal-for-woocommerce * WC requires at least: 3.0.0 - * WC tested up to: 8.9.3 + * WC tested up to: 9.0.2 */ // If this file is called directly, abort. if (!defined('WPINC')) { die; } -define('PFWMA_VERSION', '4.0.1'); +define('PFWMA_VERSION', '4.0.2'); /** * define plugin basename