Version: 9.0.38
New - Added new option to place Trust Badges in the footer. Trust Badges now have a main level admin menu.
Improved - The official Stripe gateway undeprecated an important filter that allows us to turn on payment request/express buttons on the checkout page. So we re-implemented it.
Improved - The whole row is now clickable to select a payment method. Particularly helpful on the Glass theme due to the larger styling of items.
Dev - Removed cfw_disable_admin_menus filter in favor of better methods. Try: remove_menu_page( 'cfw-settings' )
Dev - Added new action: cfw_order_item_after_data
Fix - Fix issue where Full Name, House Number, and Street Name fields caused issues with express checkout (Apple Pay, Google Pay, etc)
Fix - Corrected some Danish translations. Thanks, Julie!
Fix - Fix how we style the footer on the Glass theme. No longer uses absolute positioning which I think we can all agree is better.
Fix - Fix bug that caused countries that are excluded in WooCommerce settings to show up in international phone field dropdown.
Fix - Revert changes to Netherlands zip autocomplete in favor of disabling zip autocomplete entirely for the Netherlands and Belgium due to our data source not having good city data.
Fix - Fix edge case where if a shipping address field value was 'null' the billing address sync would still run.
Tweak - Removed colon after shipping method names
Tweak - Renamed pot file to checkout-wc.pot since this seems to be more standards complaint.
New - Bumped minimum PHP version to 7.1 since one of our existing dependencies already required PHP 7.1, setting an implicit minimum version.
Fix - Fix bug with WooCommerce payments where the radio button for selecting credit card disappeared.
Fix - Fix bug where shipping methods were blocked and wouldn't unblock
Fix - Fix for Avada thank you page and view order page
Fix - Fix for Avada styling of HTML element
Fix - Fix for WooCommerce Gift Cards and coupon code AJAX. Now uses native WooCommerce AJAX for applying coupons.
Fix - Fix a poorly translated French phrase.
Fix - Fix up WooCommerce Shipment Tracking output and remove duplication
Fix - Move theme styles / scripts suppression code outside of CompatbilityAbstract so it only runs once.
Fix - Fix issue with whitespace on the right side of page on iPhones when using WooCommerce PayPal Payments
Fix - Don't show optional in placeholder for fields that Brazillian Market changes
Improved - Added filter for distraction free portal template redirect priority: cfw_template_redirect_priority
Improved - Added filter for disabling existing account lookup by email: cfw_enable_account_exists_check
Improved - Run initial AJAX update on page load faster (same speed as WooCommerce native checkout page)
Improved - Added filter for determining when an order bump displays: cfw_display_bump
Improved - Support WooCommerce 5.6.0 built in support for Shipping Phone field.
Improved - Add compatibility for WooCommerce Gift Cards coupon input add-on plugin
Improved - Switch Amazon Pay logo to SVG for vector retina rendering goodness.