* 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.
* Dev - Bump WooCommerce "tested up to" version 9.1.
* Dev - Bump WooCommerce minimum supported version to 8.9.
* Dev - Add E2E support for both classic and block themes.
* Dev - Exclude the Woo Comment Hook `@since` sniff.