Fix - Fix race condition with React rendered action hooks and scripts listening to updated_checkout event
Fix - Fix issue with remove item button appearing when it should not
Fix - Fix race condition with React rendered action hooks and scripts listening to updated_checkout event
Fix - Fix issue with remove item button appearing when it should not
Fix - Fix issue with ship-to-different-address checkbox that caused issues with shippig/billing address.
Fix - Fix edge case with Smarty Streets that caused false positives for suggested addresses that matched the original address
Dev - Fix PHP warnings
Fix - Fix bug that prevented YITH Delivery Dates from showing up when Hide Pickup Methods was enabled.
Fix - Fix bug that caused some US cities to be abbreviated with Google Address Autocomplete
Fix - Fix issue with missing user capabilities for some installs
Fix - Fix bug that prevented Hide Pickup Methods setting from working.
Improved - Handle forced billing address as shipping address scenario with ship-to-different-address-checkbox
Fix - Fix issue with YITH Delivery Dates pickup times select refresh
Fix - Fix issue that prevented usernames for login
Fix - Fix potential JS error with totals on the side cart and checkout
Fix - Fix hide coupon behind link setting for checkout.
Fix - Disable conflicting tailwind container class
Fix - Exclude terms and conditions checkbox from field persistence
Fix - Refactor payment request / express checkout button styling to fix multiple issues
Fix - Fix design link in Start Here
Fix - Fix potential JS error on trust badges settings page
Dev - Allow itemized shipping costs with cfw_totals_itemize_shipping_costs filter
Dev - Update compatibility version numbers.
Fix - Fix bug that prevented Order Bumps from displaying on checkout for sites that don't use the Side Cart
Fix - Fix issue with WooCommerce loading conflicting block theme styles on the checkout page.
Fix - Fix fatal error in the plugin updates handler cron job
Hotfix - Fix issue that prevented coupon field from showing up on checkout when side cart is disabled.
New - New code architecture to unify lite and premium versions. This will allow the lite version to be updated more frequently.
New - Added User Role to Rules Engine for Pro and Agency plans
Improved - Side Cart amount remaining message will now display warning if required placeholder is not present.
Fix - Fix issues with Order Pay page loading a blank white screen when order is invalid
Fix - Fix edge case with Google Address Autocomplete where US city was filled incorrectly
Fix - Fix bug that prevented woocommerce_review_order_before_shipping action from outputting
Fix - Fix number field display issue on admin settings pages
Fix - Fix PHP deprecation notices and warnings
Fix - Fix bugs that prevented custom styles from applying (replaced cfw_acr_cart_products_table_custom_styles with cfw_acr_email_custom_css)
Fix - Fix bug with editing variations at checkout when Side Cart feature was disabled
Dev - Add cfw_before_shipping_method_heading action
Dev - New filter cfw_get_cart_totals_data to replace cfw_totals_html
Dev - Cleaned up various sanitization and escaping issues with HTML output
Dev - Added missing docblocks for various actions and filters