From 26afbc18f5f0a364da09cdfffc02548b703e012d Mon Sep 17 00:00:00 2001 From: Deepak Maurya Date: Mon, 20 Feb 2023 23:22:14 +0530 Subject: [PATCH] Update changelog and version number for v3.2.0 --- README.txt | 6 +++++- ...lass-paypal-for-woocommerce-multi-account-management.php | 2 +- paypal-for-woocommerce-multi-account-management.php | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 2bf0c9a..f4ff55b 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: paypal, woocommerce, express checkout, micro payments, micro processing, micropayments, microprocessing Requires at least: 5.0 Tested up to: 5.8.2 -Stable tag: 3.1.9 +Stable tag: 3.2.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -29,6 +29,10 @@ This plugin allows you to configure multiple accounts and provide rules for when == Changelog == += 3.2.0 - 12.21.2022 = +* Feature - Show the split payment summary on the order details page. ([PFWMA-293](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/113)) +* Feature - New tab to show the total payments received by the PayPal accounts. ([PFWMA-293](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/113)) + = 3.1.9 - 12.21.2022 = * Fix - Resolves Js validation for Load Balancer. ([PFWMA-289](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/112)) diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index 4c5a85f..7ca7405 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.1.9'; + $this->version = '3.2.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 423fd44..6fdc209 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.1.9 + * Version: 3.2.0 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GPLv3 or later @@ -29,7 +29,7 @@ die; } -define('PFWMA_VERSION', '3.1.9'); +define('PFWMA_VERSION', '3.2.0'); /** * define plugin basename