Improved - Add translation to international phone field country dropdown
Fix - Fix Brazilian Market / Extra Checkout Fields for Brazil validation issue
Fix - Prevent issue with WooCommerce Product Bundles and product ID 0
Fix - Fix issue that prevented no shipping available notice from being filtered during update_checkout. Specifically fixes issue with Conditional Shipping and Payments
Fix - Fix JupiterX Core compatibility issue with international phone field flags
Fix - Fix WooCommerce Payments Google Pay button styling issue
Fix - Update PostFinance compatibility module for latest version
Fix - Fix for duplicated click handler due to Cloudflare Turnstile fix that prevented password eye button from working with login modal
Fix - Fix sale price for variations for order bump modals
Fix - Add woocommerce_review_order_before_cart_contents as a fragment for WooCommerce Conditional Shipping and Payments
Fix - Fix Google Address Autocomplete bug with UK addresses and city
Fix - Fix bug introduced in 9.1.2 that prevented ajax add to cart to work with WP Bakery
Improved - Switched from wc-ajax=update_checkout to wc-ajax=update_order_review - this aligns our AJAX refresh with core's and handles edge cases where plugins look at the URL to determine the type of request happening (generally an anti-pattern). It also works properly when CheckoutWC is bypassed or disabled.
Fix - Smarty address validation now works with the One Page Checkout option
Fix - Fix issue where temporary alerts weren't cleared on subsequent AJAX refreshes unless there were new alerts to show.
Dev - Added messages to the update_order_review response package because it's in Woo core and some plugins like to use it
Dev - Fixed HPOS incompatibilities in our stat collection class.