From 21f769318f4ee166a07c1a291279cd3d641c59c3 Mon Sep 17 00:00:00 2001 From: Pinal Date: Mon, 13 May 2019 14:08:46 +0530 Subject: [PATCH] Version 1.3 Updated - Plugin version number - readme.txt - WP & WC tested up to values --- .../price-by-user-role-for-woocommerce.php | 6 +++--- price-by-user-role-for-woocommerce/readme.txt | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/price-by-user-role-for-woocommerce/price-by-user-role-for-woocommerce.php b/price-by-user-role-for-woocommerce/price-by-user-role-for-woocommerce.php index e14b737..feeed85 100644 --- a/price-by-user-role-for-woocommerce/price-by-user-role-for-woocommerce.php +++ b/price-by-user-role-for-woocommerce/price-by-user-role-for-woocommerce.php @@ -3,13 +3,13 @@ Plugin Name: Price based on User Role for WooCommerce Plugin URI: https://www.tychesoftwares.com/store/premium-plugins/price-user-role-woocommerce/ Description: Display WooCommerce products prices by user roles. -Version: 1.2.2 +Version: 1.3 Author: Tyche Softwares Author URI: https://www.tychesoftwares.com/ Text Domain: price-by-user-role-for-woocommerce Domain Path: /langs Copyright: © 2018 Tyche Softwares -WC tested up to: 3.5.0 +WC tested up to: 3.6.2 License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html */ @@ -53,7 +53,7 @@ final class Alg_WC_Price_By_User_Role { * @var string * @since 1.0.0 */ - public $version = '1.2.2'; + public $version = '1.3'; /** * @var Alg_WC_Price_By_User_Role The single instance of the class diff --git a/price-by-user-role-for-woocommerce/readme.txt b/price-by-user-role-for-woocommerce/readme.txt index 6b353b1..1ebeb56 100644 --- a/price-by-user-role-for-woocommerce/readme.txt +++ b/price-by-user-role-for-woocommerce/readme.txt @@ -2,8 +2,8 @@ Contributors: tychesoftwares Tags: woocommerce, price by user role, woo commerce Requires at least: 4.4 -Tested up to: 5.0 -Stable tag: 1.2.2 +Tested up to: 5.2 +Stable tag: 1.3 License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -32,6 +32,10 @@ You can also **hide product prices** for selected user roles. == Changelog == += 1.3 - 13/05/2019 = +* Tweak - Modified the code to load the roles and prices for per product settings using jQuery instead of forcing a page reload. +* Fix - Added the uninstall.php file to ensure plugin cleans up its records when deleted. + = 1.2.2 - 16/11/2018 * Author name and URL updated due to handover of the plugins