Improved - Decoupled JS to reduce front end asset size for side cart by ~100kb
Improved - Load Slick as as a separate asset and only load it if suggested products carousel is enabled
Fix - Fix modal variation price not updating on some modals
Fix - Remove WooCommerce Price Based on Country compatibility module that was causing incorrect order bump prices
Fix - Firm up hiding normal WooCommerce output on bump modals for variations
Fix - Fix display count tracking for side cart bumps that caused conversion rate to be 100%. Conversion statistics for those bumps will need to be reset if accurate percentage is desired.
Fix - Remove debug code
Dev - Update old pre-8.0 settings to autoload false
Improved - Allow the quantity control on bundled items if appropriate.
Fix - Fix width of Payment Plugins PayPal button
Fix - Fix bug where shipping method showed outdated price when using table rates, or similar. Such as using the plugin Flexible Shipping.
Fix - Fix bug where order bumps showed on the side cart even when disabled
Fix - Fix WooCommerce Payments express buttons and separator when underlying checkout page is configured with the block checkout
Fix - Fix Advanced Coupons styling bugs with Groove theme
Fix - CSS fix for Betheme
Fix - Fix issue where removing an item in the side cart removed even when clicking ‘cancel’ on confirm dialog
Fix - Fix issues with Mercado gateway
Fix - Fix Polylang home URL
Fix - Prevent fatal error with grouped products
Fix - Add our CSS as unremoveable with WP Rocket
Dev - Add debug logging to ACR
Dev - Make classes on checkoutwc_cart shortcode filterable: checkoutwc_cart_shortcode_additional_classes
Dev - Add a filter to allow tracking carts without emails defined: cfw_acr_track_cart_without_emails
Dev - Add filter cfw_hide_bump_if_offer_product_in_cart to control whether order bumps are hidden if the offer product is in the cart. Always hides if the bump is already in the cart.
Dev - Added actions cfw_after_modal_order_bump_variable_product_form and cfw_after_modal_order_bump_regular_product_form actions
Dev - Added action cfw_after_modal_variable_product_form
Improved - Defer processing of previous orders to asynchronous cron job so that performance of order submission isn’t affected. (User Matching)
Fix - Switched slug for AJAX handler for order submission so that it matches WooCommerce core. This fixes issues with Upsell Order Bump for WooCommerce
Fix - Fix fatal error caused by missing function
Fix - Fix improperly escaped HTML on admin pages.
Fix - Fix bug with login and sanitization that prevented logging in with username.
Fix - Fix bug with Order Bump stat collection that prevented stats from being collected on most bumps.