Skip to content

Commit

Permalink
Inform about 'Allow Unlogged Users' option on pro version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Feb 16, 2020
1 parent cd1be86 commit eea132a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions includes/admin/class-alg-wc-wish-list-settings-general.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ function get_settings( $settings = null ) {
array(
'trigger' => __( 'Display product images in emails', 'wish-list-for-woocommerce' ),
),
array(
'trigger' => __( 'Allow / Disallow Unlogged users from interacting with the Wish List', 'wish-list-for-woocommerce' ),
),
array(
'trigger'=>__( 'Support', 'wish-list-for-woocommerce' ),
),
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: karzin
Tags: woocommerce,wishlist,wish list
Requires at least: 4.4
Tested up to: 5.3
Stable tag: 1.6.2
Stable tag: 1.6.3
Requires PHP: 5.6.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -67,6 +67,7 @@ Yes, it's located [here](https://wpcodefactory.com/item/wish-list-woocommerce/ "
* Save product attributes on wish list
* Add option to hide/show thumb or default button by product tag
* Display product images in emails
* Allow / Disallow Unlogged users from interacting with the Wish List

= Can I see what the Pro version is capable of? =
* After installing the free version of this plugin, you can see the Pro version features in **WooCommerce > Settings > Wish List > Pro version**
Expand All @@ -90,9 +91,10 @@ Yes, it's located [here](https://wpcodefactory.com/item/wish-list-woocommerce/ "

== Changelog ==

= 1.6.3 - 12/02/2020 =
= 1.6.3 - 16/02/2020 =
* Add 'alg_wc_wl_can_toggle_unlogged' filter
* Improve actions on JS
* Inform about 'Allow Unlogged Users' option on pro version

= 1.6.2 - 29/01/2020 =
* Update icon classes from FontAwesome to the most recent version
Expand Down Expand Up @@ -363,4 +365,5 @@ Yes, it's located [here](https://wpcodefactory.com/item/wish-list-woocommerce/ "

= 1.6.3 =
* Add 'alg_wc_wl_can_toggle_unlogged' filter
* Improve actions on JS
* Improve actions on JS
* Inform about 'Allow Unlogged Users' option on pro version
2 changes: 1 addition & 1 deletion wish-list-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Wish List for WooCommerce
Description: Let your visitors save and share the products they love on your WooCommerce store with a Wish List.
Version: 1.6.3-dev
Version: 1.6.3
Author: Thanks to IT
Author URI: http://github.com/thanks-to-it
Copyright: © 2019 Thanks to IT.
Expand Down

0 comments on commit eea132a

Please sign in to comment.