From f77e0d087e03ccb3862dfa1a4fed2de7eafb5e51 Mon Sep 17 00:00:00 2001 From: Deepak Maurya Date: Mon, 8 Jun 2020 01:02:19 +0530 Subject: [PATCH] Version number updated for v3.0.0 --- README.txt | 2 +- ...ss-paypal-for-woocommerce-multi-account-management.php | 2 +- paypal-for-woocommerce-multi-account-management.php | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 01a2d8b..4163b5c 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.0 -Stable tag: 2.2.0 +Stable tag: 3.0.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/includes/class-paypal-for-woocommerce-multi-account-management.php b/includes/class-paypal-for-woocommerce-multi-account-management.php index 37c80ce..d01b601 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 = '2.2.0'; + $this->version = '3.0.0'; } $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 bf64454..a0252ef 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.2.0 + * Version: 3.0.0 * 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.4.0 + * Tested up to: 5.4.1 * WC requires at least: 3.0.0 - * WC tested up to: 4.0.1 + * WC tested up to: 4.2 */ // If this file is called directly, abort. if (!defined('WPINC')) { die; } -define('PFWMA_VERSION', '2.2.0'); +define('PFWMA_VERSION', '3.0.0'); /** * define plugin basename