diff --git a/README.txt b/README.txt index 07550fa..cb25c6d 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.4.2 -Stable tag: 3.2.5 +Tested up to: 6.5.4 +Stable tag: 4.0.0 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.0 - 06.11.2024 = +* Feature - Adds PPCP compatibility. ([PFWMA-270](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/119)) + = 3.2.5 - 12.18.2023 = * Feature - Adds HPOS compatibility. ([PFWMA-305](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/118)) diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index 4b3db22..d61b782 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 = '3.2.5'; + $this->version = '4.0.0'; } $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 f8c318e..35b94fe 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: 3.2.5 + * Version: 4.0.0 * 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.4.2 + * Tested up to: 6.5.4 * Requires Plugins: woocommerce, paypal-for-woocommerce * WC requires at least: 3.0.0 - * WC tested up to: 8.4.0 + * WC tested up to: 8.9.3 */ // If this file is called directly, abort. if (!defined('WPINC')) { die; } -define('PFWMA_VERSION', '3.2.5'); +define('PFWMA_VERSION', '4.0.0'); /** * define plugin basename