Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.3 #5

Merged
merged 1 commit into from
May 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions price-by-user-role-for-woocommerce/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down