* Fix - Ensure that orders without shipping address fields (e.g., virtual products) correctly appear in the EC Sales List report.
* Fix - Ensure that the Create Order REST API response does not get corrupted when VAT validation fails.
* Fix – Resolve an issue where the Blocks checkout would fail silently after switching from an EU country to a non-EU country when a VAT number had been entered.
* Fix - Respect "Failed Validation Handling" setting when VIES service is unavailable for a member state.
* Fix - Optimized admin dashboard performance by reducing unnecessary background checks.
* Fix - Ensure that the `{vat_id}` placeholder is replaced with the VAT number correctly on block checkout.
* Fix - Improved the translation system to ensure all text is correctly displayed in the selected language.
* Fix – Make the “optional” string translatable.
* Fix - Ensure that Greece VAT number validation correctly uses “EL” instead of “GR” as the VAT prefix in the shortcode checkout when the country code prefix is not required.
* Fix - More specific error message for checkout when two-character VAT number is missing.
* Dev - Bump WooCommerce "tested up to" version 10.6.
* Dev - Bump WooCommerce minimum supported version to 10.4.
* Dev - Bump Wordpress minimum supported version to 6.8.
* Fix - Ensure that VAT number validation applies only to EU countries.
* Fix - VAT number not verified on manually created order.
* Fix - Inconsistent value between `vat_number`, `billing_vat_number` and `shipping_vat_number` usermeta fields.
* Dev - Bump WooCommerce "tested up to" version 10.5.
* Dev - Bump WooCommerce minimum supported version to 10.3.
* Add - Support for VAT Validation on Subscription Renewals.
* Add - Setting to allow customers to enter VAT numbers without a country prefix.
* Fix - The plugin asset URL issue for plugins installed via a symlink (e.g. on WordPress.com).
* Fix - Account for the Greek VAT prefix, EL, for the purposes of matching customer and merchant countries.
* Fix - Ensure that the 'Collect and Validate Evidence' validation works properly for users whose IP address country is in the EU for Block checkout.
* Fix - Display VAT in billing address on order confirmation page when shipping address is not displayed.
* Dev - Update for PHP 8.4 compatibility.
* Dev - Bump WordPress "tested up to" version 6.9.
* Fix - Accessibility: Announce validation errors for the VAT field on the block checkout screen
* Fix - Accessibility: Announce field description for the VAT field on the block checkout screen.
* Dev - Bump WooCommerce "tested up to" version 10.3.
* Dev - Bump WooCommerce minimum supported version to 10.1.
* Dev - Bump WordPress minimum supported version to 6.7.
* Dev - Add new deploy workflow.
* Dev - Updates to our QIT GitHub Action workflow.
* Fix - Fatal error when trying to access WooCommerce session data.
* Fix - Issue with applying a Greek VAT number.
* Add - Filter hook, `woocommerce_eu_vat_country_code_patterns`, to support addition of more countries beyond what's currently available in the extension.
* Fix - Behavioral inconsistencies between Shortcode and Block Checkout.
* Fix - Validation of VAT numbers on shortcode checkout is now case insensitive.
* Fix - Resolve issues flagged by WooCommerce's Quality Insights Toolkit (QIT).
* Fix - Ensure validation errors show properly on WooCommerce v10+.
* Dev - Bump WooCommerce "tested up to" version 10.0.
* Dev - Bump WooCommerce minimum supported version to 9.8.
* Dev - Bump WordPress "tested up to" version 6.8.
* Dev - Upgrade from Node Sass to Dart Sass.
* Fix - Ensure that the 'Collect and Validate Evidence' validation works properly for users whose IP address country is in the EU.
* Dev - Bump WooCommerce "tested up to" version 9.9.
* Dev - Bump WooCommerce minimum supported version to 9.7.
Fix - Replaced `{vat_id}` placeholder in WooCommerce Blocks checkout address cards.
* Fix - Issue with charging VAT when base country is France and buyer's country is Monaco.
* Fix - Ensure that VAT is calculated properly in the admin for virtual orders when tax calculation and VAT validation are based on the shipping address.
* Add - Disable reports & display a notice when HPOS is enabled & syncing is disabled.
* Fix - Ensure the proper IP country is shown in the EU VAT section of the order screen.
* Fix - Ensure the VAT Number Field Label can be properly translated.
* Dev - Bump WooCommerce "tested up to" version 9.2.
* Dev - Bump WooCommerce minimum supported version to 9.0.
* Dev - Log API errors to improve debugging.
* Dev - Fix QIT E2E tests and add support for a few new test types.