diff --git a/README.txt b/README.txt index 267f680..c053f28 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.2 -Stable tag: 3.0.2 +Stable tag: 3.0.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -29,6 +29,12 @@ This plugin allows you to configure multiple accounts and provide rules for when == Changelog == += 3.0.3 - 07.23.2020 = +* Fix - Order refund issue resolved. ([PFWMA-164](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/63)) +* Fix - Shipping cost split issue resolved between receivers. ([PFWMA-158](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/65)) +* Tweak - Handle Large User and Product data listing on add/edit rule page. ([PFWMA-156](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/61)) +* Tweak - Warn admins to add conditions for the new rules. ([PFWMA-159](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/64)) + = 3.0.2 - 07.13.2020 = * Tweak - Refund commission amount as well on order refund. ([PFWMA-162](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/62)) diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index b5d8229..7ac610a 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.2'; + $this->version = '3.0.3'; } $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 5b741e9..a3316d3 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.2 + * Version: 3.0.3 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GPLv3 or later @@ -29,7 +29,7 @@ die; } -define('PFWMA_VERSION', '3.0.2'); +define('PFWMA_VERSION', '3.0.3'); /** * define plugin basename