From 217a3ae624831fc91a7d7d682252022f028ffc63 Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Sun, 14 Feb 2021 22:13:35 +0530 Subject: [PATCH] Update Changelog & Version Number for v3.0.14 --- README.txt | 7 +++++-- ...ss-paypal-for-woocommerce-multi-account-management.php | 2 +- paypal-for-woocommerce-multi-account-management.php | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index 6a94a89..edfca4f 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: 5.6 -Stable tag: 3.0.13 +Tested up to: 5.6.1 +Stable tag: 3.0.14 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 == += 3.0.14 - 02.14.2021 = +* Fix - Resolves PHP notices. ([PFWMA-208](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/80)) + = 3.0.13 - 01.11.2021 = * Fix - Resolves Multi-Account split does not work unless smart buttons are enabled. ([PFWMA-200](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/79)) * Feature - Adds Create rules that will always be triggered. ([PFWMA-185](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/78)) diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index 120fcca..ecf6a62 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.13'; + $this->version = '3.0.14'; } $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 7b7277e..d6cb31f 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.13 + * Version: 3.0.14 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GPLv3 or later @@ -20,16 +20,16 @@ * Text Domain: paypal-for-woocommerce-multi-account-management * Domain Path: /languages * Requires at least: 5.0 - * Tested up to: 5.6 + * Tested up to: 5.6.1 * WC requires at least: 3.0.0 - * WC tested up to: 4.8.0 + * WC tested up to: 5.0.0 */ // If this file is called directly, abort. if (!defined('WPINC')) { die; } -define('PFWMA_VERSION', '3.0.13'); +define('PFWMA_VERSION', '3.0.14'); /** * define plugin basename