- Fix - Fix bugs introduced by AB testing API that prevented key compatibility modules from loading properly. AB testing now requires using an MU plugin an a new action hook. We updated our example here: https://gist.github.com/clifgriffin/55698eca1956bd14fe1a673a91d7da76
- Fix - Fix potential fatal error that occurred when removing all highlighted countries
- Dev - Updated description of WooCommerce Checkout Field Editor to add another caveat
- New - Added AB testing API. Example to implement here.
- Improved - Added beta support for WPML and ACR emails
- Improved - Show alert when required fields are not filled in on an non-active tab
- Fix - Prevent error when cart object is null
- Fix - Fix issue with store policy pages that use Gutenberg blocks. Blocks now display as expected.
- Fix - Disable discreet address fields and fullname field when logged in with Payment Plugins PayPal gateway.
- Fix - Fix duplicate thumbnail duplicate payment methods in side bar for Greenmart theme
- Fix - Add fix for variation swatches plugin and modal variation chooser.
- Fix - Fix fatal error where upstream filter doesn’t return the right value type
- Fix - Fix bug where bill to different address was errantly selected after page refresh
- Dev - Added filter for side cart icon local file path cfw_side_cart_icon_file_path
- Dev - Added filter for side cart icon contents: cfw_side_cart_icon
- Dev - Fix deprecated jQuery.focus() calls
- Fix - Fix Woodmart theme bug that prevented cart items from showing up
- Fix - Hide quantity stepper added by Woodmart theme to variation product form modals
- Fix - Fix bug where adding a variation order bump didn’t use the price of the variation with applied discounts
- Fix - Fix division by zero error when Side Cart free shipping threshold set to 0
- Fix - Fix broken URL replacements when using WC email template for ACR emails
- Dev - Don’t apply platform requirements on run
- Fix - Fix potential fatal error from free orders when using free shipping threshold
- Fix - Fix bug with WP Engine and Modaal.js that caused the deactivation survey to be opened when taking actions like updating a plugin, activating a plugin, etc.
- Fix - Fix WPML translation config for ACR emails
- Fix - Fix bug that limited the number of pickup locations that could show
- Fix - Fix fatal error with store policies admin page
- Dev - Add cfw_fetchify_search_placeholder filter though it doesn’t seem to work. Hopefully we can get this working in the future.
- New - Added per email option to enable WooCommerce email template for Abandoned Cart Recovery emails.
- Improved - Added location and type columns to Order Bumps admin table view
- Fix - Order bumps are now excluded from coupon codes to prevent unintended discounts.
- Fix - Excluded coupon/promo field on checkout from stored in field persistence cache
- Fix - Fix cart displaying below order pay form on mobile
- Fix - Fix CSS bugs with WooCommerce Subscriptions and Groove theme
- Fix - Fix styling of mobile cart totals and show items link for Groove theme
- Fix - Fix autozoom on coupon field on mobile
- Fix - Fix Smarty address validation issues with address_2 and international (non-US) addresses.
- Fix - In non-checkout contexts (aka the cart), show all of the available shipping methods when Local Pickup is enabled.
- Fix - Hide ship or pickup method if none of the relevant options are available (Local Pickup)
- Fix - Fixed PHP notice
- Fix - Fix bugs with CURCY and order bump prices
- Fix - Fixed settings export and import to work with 8.0 settings. Note, you cannot import pre-8.0 settings exports.
- Fix - Fix Free Gifts for WooCommerce modal not loading
- Fix - Workaround default behavior of Payment Plugins Stripe and Payment Plugins Braintree to prevent CC fields from reloading whenever an AJAX refresh occurs.