Fix - Fix Czech translations for field validation error messages
Fix - Fix payment method icons
Fix - Make sure we don't mess with the minicart if express payment buttons aren't enabled for the Side Cart
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
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...