From be381aa2f0fdc51bb925719449fdbc497ec9efe7 Mon Sep 17 00:00:00 2001 From: Deepak Maurya Date: Sun, 29 Mar 2020 12:21:46 +0530 Subject: [PATCH] Update changelog and details for v2.1.3, PFWMA-105 --- README.txt | 5 ++++- ...class-paypal-for-woocommerce-multi-account-management.php | 2 +- paypal-for-woocommerce-multi-account-management.php | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index e8006ad..e6073c6 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.3.2 -Stable tag: 2.1.2 +Stable tag: 2.1.3 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 == += 2.1.3 - 03.29.2020 = +* Fix - Resolves the issue to match with all rules instead of picking random 10 rules. ([PFWMA-105](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/45)) + = 2.1.2 - 03.27.2020 = * Tweak - Adjustment admin notice for dependency plugin. ([PFWMA-102](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/43)) diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index 04473ef..4238dee 100644 --- a/includes/class-paypal-for-woocommerce-multi-account-management.php +++ b/includes/class-paypal-for-woocommerce-multi-account-management.php @@ -59,7 +59,7 @@ public function __construct() { if (defined('PFWMA_VERSION')) { $this->version = PFWMA_VERSION; } else { - $this->version = '2.1.2'; + $this->version = '2.1.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 b183901..3b632de 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: 2.1.2 + * Version: 2.1.3 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GPLv3 or later @@ -29,7 +29,7 @@ die; } -define('PFWMA_VERSION', '2.1.2'); +define('PFWMA_VERSION', '2.1.3'); /** * define plugin basename