From 9b56d9ddc0e134c8bdd920566c19c6a8756b481c Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Tue, 13 Oct 2020 12:27:05 +0530 Subject: [PATCH] Update Changelog & Version Number for v3.0.9 --- README.txt | 6 +++++- ...lass-paypal-for-woocommerce-multi-account-management.php | 2 +- paypal-for-woocommerce-multi-account-management.php | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index b134896..f7db997 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.5.1 -Stable tag: 3.0.8 +Stable tag: 3.0.9 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.0.9 - 10.13.2020 = +* Feature - Adds Extra Fees compatibility. ([PFWMA-186](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/72)) +* Fix - Resolves PHP notices. ([PFWMA-188](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/73)) + = 3.0.8 - 10.05.2020 = * Feature - Added Custom Field Based Rules. ([PFWMA-7](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/71)) * Fix - Updates discount related logic. ([PFWMA-176](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/70)) diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index 30c0758..3b94873 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.8'; + $this->version = '3.0.9'; } $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 435b204..3986447 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.8 + * Version: 3.0.9 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GPLv3 or later @@ -22,14 +22,14 @@ * Requires at least: 5.0 * Tested up to: 5.5.1 * WC requires at least: 3.0.0 - * WC tested up to: 4.5.0 + * WC tested up to: 4.5.2 */ // If this file is called directly, abort. if (!defined('WPINC')) { die; } -define('PFWMA_VERSION', '3.0.8'); +define('PFWMA_VERSION', '3.0.9'); /** * define plugin basename