WooCommerce Cost of Goods Version 2.11.2 Changelog
* Fix-Improve Background Job Handler compatibility with newer WooCommerce versions while processing a job queue
* Fix-Improve Background Job Handler compatibility with newer WooCommerce versions while processing a job queue
* Fix: Include additional content in new initial order and new recipient account emails.
* Fix: Uncaught Error: Class ‘WC_Subscriptions’ not found [WooCommerce Payments]
* Fix: PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘SA_WC_Compatibility_4_4’ does not have a method ‘get_coupon_options’
* Update: POT file
* Feature: Group accordion default state (expanded/collapsed) option.
* Tweak: Only show membership endpoint if user has membership.
* Tweak-Option added to delete the Master log entries after a specific duration
* Tweak-Tested with WooCommerce 6.8
* Fix -Lower WordPress version compatibility improvement
* Fix -Free Gift display conflict in the Checkout page(it is configured using Checkout WC)
Fix-catches and logs error if creating new wp attachment fails when importing images
* 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.