All notable changes to this project are documented on this page. The latest changes are on the top of each section.
Find more information about the changelog format and semantic version numbers.
Fluid Checkout EU-VAT Assistant – complete changelog #
= 1.0.11 - 2024-11-14 =
* Bump tested up to WordPress 6.7 and WooCommerce 9.4.1
* Added: Privacy data managers for order VAT validation information.
* Fixed: Update the VAT validation results when the field is moved out of the billing address section.
= 1.0.10 - 2024-10-10 =
* Bump tested up to WooCommerce 9.3.3
* Added: Compatibility with theme Porto.
* Improved: Change hook used to run database migrations on first activation.
* Fixed: Fatal error when activating the plugin for the first time when using HPOS (order tables) WooCommerce feature.
= 1.0.9 - 2024-08-22 =
* Bump tested up to WordPress 6.6.1 and WooCommerce 9.2.1
* Added: Compatibility with theme Konte.
* Improved: How compatibility with WooCommerce features is declared.
* Fixed: Do not apply database migrations when activating the plugin on a multisite installation.
* Fixed: Change the way plugin compatibility classes are loaded to work also on multisite installations.
= 1.0.8 - 2024-06-11 =
* Bump tested up to WordPress 6.5.4 and WooCommerce 8.9.3
* Added: Compatibility with theme Go.
* Added: Compatibility with theme Diza.
= 1.0.7 - 2024-04-25 =
* Bump tested up to WordPress 6.5.2 and WooCommerce 8.8.2
* Added: Compatibility with theme Salient.
* Improved: Check whether the required PHP Library `SoapClient` is available and show message to admin user before fully activating the plugin features.
* Improved: Automatically apply database migrations on first plugin installation, showing the message for database migration available only when updating the plugin.
* Fixed: Translations not being loaded correctly for language variations on WordPress 6.5+.
= 1.0.6 - 2024-03-27 =
* Bump tested up to WooCommerce 8.7.0
* Fixed: Missing styles for RTL languages, instead use the main file when the RTL file does not exist.
= 1.0.5 - 2024-03-07 =
* Added: Compatibility with theme Aperitif.
* Added: Compatibility with theme Amphibious.
* Fixed: Default styles for the VAT number field on the edit account page.
* Fixed: Convert form field classes to array before trying to merge them to add custom classes.
* Fixed: Keep VAT number field open on the edit account page when it is cleared.
= 1.0.4 - 2024-02-21 =
* Bump tested up to WooCommerce 8.6.1
* Added: Compatibility with theme Pressmart.
* Added: Compatibility with theme BeTheme.
* Added: Compatibility with theme Iona.
* Added: Compatibility with plugin Nets Easy for WooCommerce by Krokedil (a.k.a Dibs Payments).
* Added: Compatibility with plugin Svea Checkout for WooCommerce by The Generation AB.
* Added: Compatibility with plugin Germanized PRO. Disable the VAT ID validation from the Germanized plugin when the EU-VAT Assistant add-on is active.
= 1.0.3 - 2024-02-02 =
* Bump tested up to WordPress 6.4.3 and WooCommerce 8.5.2
* Added: Compatibility with theme Cartsy.
* Fixed: File path for PHP Composer autoload file, and update generated PHP composer autoload files.
* Improved: Add process to automatically generate the installable zip file when creating a new version.
= 1.0.2 - 2024-01-03 =
* Added: Support for billing address before shipping address on the checkout page.
* Added: Compatibility with theme BuddyBoss.
* Improved: Added functions to get VAT number and VAT validation data from order. For example `FC_VAT_Assistant_Checkout_EU_VAT::instance()->get_vat_number_from_order( $order )` and `FC_VAT_Assistant_Checkout_EU_VAT::instance()->get_vat_validation_data_from_order( $order )` respectively.
* Improved: Add translation for error messages returned by the VIES service.
* Fixed: Fatal error when trying to access VAT information for orders without any VAT validation data.
= 1.0.1 - 2023-12-14 =
* Bump tested up to WordPress 6.4.2 and WooCommerce 8.4.0
* Added: EU VAT column on the admin orders list.
* Added: Translation into Spanish (Spain).
* Fixed: Layout issues on order edit screen when order does not have VAT information to be displayed.
* Fixed: Fatal error trying to access edit customer account page when Address Book add-on is activated.
= 1.0.0 - 2023-11-22 =
* Bump tested up to WordPress 6.4.1 and WooCommerce 8.3.1
* Moved out of beta.
* Added: Add compatibility with official WooCommerce EU-VAT Assistant. Make plugin save and retrieve data compatible with format used by the official WooCommerce extension.
* Added: Add VAT validation information to the REST API order details results.
* Fixed: Position for location confirmation checkbox on the checkout page.
= 0.1.0 - 2023-09-27 =
* First public release - BETA.