From 9201c12c5bbf3905d0b262f71a9ef04c548aab62 Mon Sep 17 00:00:00 2001 From: Deepak Maurya Date: Tue, 11 Aug 2020 16:05:42 +0530 Subject: [PATCH] Update Changelog & Version Number for v3.0.5 --- README.txt | 6 +++++- ...lass-paypal-for-woocommerce-multi-account-management.php | 2 +- paypal-for-woocommerce-multi-account-management.php | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 95c76fe..7ee44f2 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.4 +Stable tag: 3.0.5 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.5 - 08.11.2020 = +* Feature - Create rules based on buyer postal code. ([PFWMA-168](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/69)) +* Feature - Create rules for existing vendors on plugin install for WC Vendors & Dokan Vendor. ([PFWMA-167](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/68)) + = 3.0.4 - 08.01.2020 = * Tweak - Add/Edit Rules UI improvement for a better UX. ([PFWMA-165](https://github.com/angelleye/paypal-for-woocommerce-multi-account-management/pull/67)) diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index 3432cbf..07fff89 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.4'; + $this->version = '3.0.5'; } $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 3696c20..7cb2700 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.4 + * Version: 3.0.5 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GPLv3 or later @@ -29,7 +29,7 @@ die; } -define('PFWMA_VERSION', '3.0.4'); +define('PFWMA_VERSION', '3.0.5'); /** * define plugin basename