Skip to content

Commit

Permalink
Updated version to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Sep 19, 2019
1 parent c3f987e commit 69c8ae4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Requires at least: 3.0
Tested up to: 5.2.1
WC requires at least: 3.0
WC tested up to:3.5
Stable tag: 3.3.5
Stable tag: 3.3.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -184,6 +184,9 @@ Please open an issue at <a href="https://github.com/varunsridharan/WooCommerce-R


== Changelog ==
= 3.3.6 [19-09-2019] =
* Minor updates.

= 3.3.5 [29-05-2019] =
* Fixed : https://wordpress.org/support/topic/error-message-in-backend-2/

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-role-based-price.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Role Based Price For WooCommerce
* Plugin URI: https://wordpress.org/plugins/woocommerce-role-based-price/
* Description: Sell product in different price for different user role based on your settings.
* Version: 3.3.5
* Version: 3.3.6
* Author: Varun Sridharan
* Author URI: http://varunsridharan.in
* License: GPL-2.0+
Expand All @@ -20,7 +20,7 @@
define( 'WC_RBP_PATH', plugin_dir_path( __FILE__ ) ); # Plugin DIR
define( 'WC_RBP_INC', WC_RBP_PATH . 'includes/' ); # Plugin INC Folder
define( 'WC_RBP_DEPEN', 'woocommerce/woocommerce.php' );
define( 'WC_RBP_VARIABLE_VERSION', '3.3.5' );
define( 'WC_RBP_VARIABLE_VERSION', '3.3.6' );
register_activation_hook( __FILE__, 'wc_rbp_activate_plugin_name' );
register_deactivation_hook( __FILE__, 'wc_rbp_deactivate_plugin_name' );
register_deactivation_hook( WC_RBP_DEPEN, 'wc_rbp_dependency_plugin_deactivate' );
Expand Down

0 comments on commit 69c8ae4

Please sign in to comment.