Releases: wpcodefactory/email-verification-for-woocommerce
Releases · wpcodefactory/email-verification-for-woocommerce
v2.0.1
- Dev - General Options - Add compatibility option with "WooCommerce Social Login" plugin made by WooCommerce author SkyVerge.
- Dev - Advanced Options - Background Processing - Add "Minimum amount" option.
- Dev - Advanced Options - Background Processing - Add "Send email" option.
- Dev - Advanced Options - Background Processing - Add "Email to" option.
- Fix - Admin Options - Delete users - Delete users in background processing avoiding possible server errors.
- Fix - Admin Options - Info about the scheduled event from "Delete users automatically" option.
v2.0.0
- Fix - Success message not getting displayed after redirect.
- Dev - General - Add "Login automatically" option.
- Dev - Advanced Options - Add "Replace HTML tags" option.
- Dev - Advanced Options - Add "Delete users frequency" option.
- Dev - Admin Options - Add info about the scheduled event from "Delete users automatically" option.
- Dev - Filters -
alg_wc_ev_html_replacement_params
filter added. - Add "Replace HTML tags" option to readme FAQ.
- Add "How to eliminate Spam registrations?" on readme.
- Move "Prevent automatic user login" section from general to advanced.
v1.9.8
- Fix - Settings - Use
wp_kses_post
instead of leaving the$raw_value
. - Dev - General Options - Add "Expire time unit" option.
- WC tested up to: 4.7
v1.9.7
- Fix
load_plugin_textdomain
call by putting it inside the 'init' hook. - Dev - Emails - Admin email - Allow template variables to be used on 'Subject' and 'Heading'.
- Dev - General Options - Add compatibility with "Nextend Social Login" plugin.
- Dev - General Options - Add compatibility with "Super Socializer" plugin.
- Dev - General Options - Delay option will now send the automatically generated password on email by regenerating it again.
- Add social login link on readme.
v1.9.6
- Fix - Wrong text-domain on advanced settings.
- Fix - 'One-time activation link' option triggering improper error message after successful login.
- Dev - General Options - Advanced - Improve 'Custom "logout" function' option description.
- Dev - Admin - Add 'Resend verification email' option for bulk users actions.
- Add 'User registration clears shopping cart' FAQ question.