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