From 63c67ba38c363acb1276b2f78e0b0e2843983d21 Mon Sep 17 00:00:00 2001 From: Deepak Maurya Date: Mon, 29 Jun 2020 13:27:44 +0530 Subject: [PATCH] Update changelogs & version for v3.0.1 --- README.txt | 7 ++++++- ...ass-paypal-for-woocommerce-multi-account-management.php | 2 +- paypal-for-woocommerce-multi-account-management.php | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 4163b5c..13972fd 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.4.0 -Stable tag: 3.0.0 +Stable tag: 3.0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -29,6 +29,11 @@ This plugin allows you to configure multiple accounts and provide rules for when == Changelog == += 3.0.1 - 06.29.2020 = +* Tweak - Shipping & Tax amount in Owner Commission Calculation. ([PFWMA-146](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/60)) +* Tweak - Delete the author rules when admin removes user from WordPress([PFWMA-142](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/59)) +* Fix - Dokan payout compatibility issue resolved. ([PFWMA-149](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/58)) + = 3.0.0 - 06.07.2020 = * Feature - WC Vendors & Dokan Compatibility Added. ([PFWMA-125](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/55)) * Feature - Added Settings to Enable/Disable Auto Rule Creation for WC Vendors & Dokan. ([PFWMA-131](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/52)) diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index b468e0f..dd9d650 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.0.0'; + $this->version = '3.0.1'; } $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 a0252ef..9d57636 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.0.0 + * Version: 3.0.1 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GPLv3 or later @@ -29,7 +29,7 @@ die; } -define('PFWMA_VERSION', '3.0.0'); +define('PFWMA_VERSION', '3.0.1'); /** * define plugin basename