WooCommerce Mix and Match Products Version 2.0.8
Version 2.0.8 of WooCommerce Mix and Match Products was released on June 27, 2022 and is now available. Learn how to immediately download from WPspring.
Version 2.0.8 of WooCommerce Mix and Match Products was released on June 27, 2022 and is now available. Learn how to immediately download from WPspring.
Version 3.6.1 of WooCommerce Aweber Newsletter Subscription was released on June 29, 2022 and is now available. Learn how to immediately download from WPspring.
Version 3.7.2 of WooCommerce Authorize.net CIM Gateway was released on June 27, 2022 and is now available. Learn how to immediately download from WPspring.
Version 1.7.2 of WooCommerce Pre-Orders was released on June 27, 2022 and is now available. Learn how to immediately download from WPspring.
* 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
* Patch to MAJOR UPDATE (see full details of version 4.0.0)
* Revert order number sent to Amazon to WC order / post ID
* Fix issue preventing scheduled inventory sync
* Fix automatic order status syncing (depends on active inventory sync schedule)
* Fix-add handle archived products option to woo product sync settings
* Tweak-Optimized the order in which restriction conditions are evaluated to improve performance.
* Tweak-Introduced basic telemetry to collect data on extension usage when tracking is enabled.
* Tweak-Reduced to 25 the number of products to process per batch when generating a catalog file.
* Fix-Fixed the lock of the process for generating a catalog file when it’s interrupted for exceeding the execution limits.
* Fix-Avoid collisions with other coupons.
* Fix-Logic applying the coupon in the backend .
* Fix-Solve critical error applying coupons in REST API.