WooCommerce Gift Cards Version 1.11.0 Changelog
* Important-Introduced support for the new Cart and Checkout blocks.
* Important-Introduced support for the new Cart and Checkout blocks.
* Fix for clear filter using row search (speed increase when large datasets)
* Added async function for count products
* Added progressbar to show when page is loading / working
* Minor JS fixes
* Tweak: Code improvements
* Tweak: Tested with WordPress v5.9.3 & WooCommerce v6.4.1
* New: Tested up to WooCommerce 6.5.1
* New: Set id of the template coupon as post_parent of the auto-generated coupon
* New: A button just below the coupon code to copy it [admin]
* Fix: Re-validating quantity of products added from the Actions tab of coupons which is not correct
* Fix: Applying store credit multiple times when the order contains only virtual & downloadable products
* Fix: When number of coupons to generate & number of email address supplied is different, then incorrectly setting Allowed emails & also sending emails during Bulk generate & Import of coupons
* Update: Do not copy post_parent while duplicating a coupon
* Update: Added minified version of a CSS file ‘smart-coupons-admin’ [admin]
* Update: Corrected a few letter case, default data based on data type
* Update: POT file
* Fix-Modify column content only when the column slug is `vendors` in user list table.
* Fix-Stock status of parent product when importing variations.
* 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
* Add -Show all order items options in notification email.
* Tweak-WC 6.1 and WP 5.9 compatibility.
* Fix-Remove class_exists check for WC_Boxpack. Jetpack Autoloader handles this now.
* New-Option to disable reminder emails in product level