WooCommerce Splash Popup Version 1.4.1 Changelog
* Fix-Fix: Updated the plugin to be compatible with the upcoming Custom Order Tables on WooCommerce.
* Tweak-WC 6.8.0 compatibility.
* Tweak-WP 6.0.1 compatibility.
* Fix-Fix: Updated the plugin to be compatible with the upcoming Custom Order Tables on WooCommerce.
* Tweak-WC 6.8.0 compatibility.
* Tweak-WP 6.0.1 compatibility.
* Fix-Unsupported operand types: string + int
* Fix-Fix for defaults before settings saved
* New-Optionally send admin email when invoice is initially created.
* WC 6.8
* Improvements on security for nonce checking
2022-06-30 version 2.36
* Fixed review captcha not working on some clients
2022-06-22 version 2.35
* Fixed critical error occured for some of clients
2022-05-26 version 2.34
* Tested with WordPress 6.0
* Tested with WooCommerce 6.5
2022-05-08 version 2.33
* Added action for checkout registration form-i13_woo_checkout_regform_action to render captcha on checkout registration form. For example
for example you can do something like below in your functions.php
add_action(‘woocommerce_after_checkout_registration_form’, ‘i13woo_extra_checkout_register_fields’, 9999);
function i13woo_extra_checkout_register_fields(){
do_action( ‘i13_woo_checkout_regform_action’);
}
2022-04-11 version 2.32
* Fixes for reCaptcha not working with Wordfence Security 2FA-wp login
2022-04-01 version 2.31
* Fixes for reCaptcha v3 multiple instance not working on checkout in some themes
2022-03-21 version 2.30
* Fixed Google Pay issue in some themes
2022-02-27 version 2.29
* Fixes for order tracking causing problem for contact form 7 reCaptcha.
* Fixes for order tracking captcha turn off ignored.
2022-02-23 version 2.28
* Fixes for WooCommerce signup/login captcha did not work for some themes to due to custom forms.
2022-01-23 version 2.27
* Added support for buddy press signup. See reCaptcha for WooCommerce Signup Settings.
* Fixes settings mismatch for Signup with WP signup method
* Tested with WordPress 5.9
* Fix-Fixed an issue that prevented plan discounts with comma separated decimals from being saved.
* Fix-Fixed an issue with 404 errors on frontend assets in some managed server configurations.
* Fix-Fixed an issue that prevented the selection of cart plans when adding carts to existing subscriptions is disabled.
* Fix-Fixed an issue that prevented cart contents from being added to existing subscriptions when cart plans are not in use.
* Tweak-Minor styling adjustments to the ‘My Account-Subscription Switch’ button.
* Fix-Replace deprecated usages of `is_ajax()` with `wp_doing_ajax()`
* Misc-Require WooCommerce 3.9.4 or newer
* Fix-Fixed an issue with 404 errors on frontend assets in some managed server configurations.
* Fix-Replace deprecated `is_ajax()` function calls with `wp_doing_ajax()`
* Dev-Ensure compatibility with WooCommerce 6.7 native core product reviews page
+ Misc-Require WooCommerce 3.9.4 or newer
* Fix-Replace deprecated usages of `is_ajax()` in favor of `wp_doing_ajax()`
* Misc-Require WooCommerce 3.9.4 or newer
* Fix-Replace deprecated `is_ajax()` with `wp_doing_ajax()`
* Misc-Require WooCommerce 3.9.4 or newer
* Fix-Replace deprecated `is_ajax()` function with `wp_doing_ajax()`
* Misc-Require WooCommerce 3.9.4 or newer