* New: Added a setting to skip checking for invalid EAN and UPC
* New: Show warning when a PHP version older than 7.4 is detected
* Tweak: Use SQL transactions when building shipment feeds to prevent overwriting existing shipments
* Fixed: Possible fatal error during feed generation (Uncaught TypeError: number_format(): Argument #1 must be of type float)
* Fixed: Use the wpla_orderbuilder_prices_include_tax filter to fix the shipping total of created orders
* Dev: Added wpla_process_fba_report_row action hook
* Dev: Added wpla_add_attribute_name and wpla_add_attribute_label filter hooks
* Dev: Updated the translation files and the strings.php index
* New: Allow custom values to feed attribute drop downs
* New: Import Proxy setting for those sites whose IP are banned from importing from Amazon
* Fixed: Filter wpla_orderbuilder_prices_include_tax not working properly
* Fixed: Added feed_product_type and country_of_origin to the parent feed columns
* Fixed: Removed the parent columns that according to Amazon should not be submitted in the parent listings
* Fixed: Make sure get_data_rows() always returns an array
* Fixed: Fatal error when parsing personalized data
* Fixed: Parse French Valid Values templates
* Tweak: Record the Tax Registration ID / VAT ID when creating order in WooCommerce
* Fixed: Issue where the FBA shipping option was not available during checkout
* Dev: Set the ATUM Multi-Inventory hooks to the highest priority as suggested by their support staff
* Dev: Added filter wpla_listen_for_sku_changes to disable popup when the change action is triggered by the SKU field
* New: Store the FulfillmentChannel in the order postmeta
* Tweak: Round the imported dimension values down to 2 decimal places
* Fixed: Possible fatal error parsing shipping fee values when generating feeds
* Fixed: Reformat the price value to ensure that it can be parsed properly by PHP
* Fixed: Check for the REQUEST_METHOD key which is not available in a CLI environment
* Fixed: Check for wpla_permissions to prevent warnings. This isn't available in multisite installs
* Dev: Added action hook wpla_buy_box_pricing_updated
* Dev: Added filter hook wpla_update_custom_order_status
* Fixed: Removed invalid parameter in process_ship_from_address() method
* Fixed: Prevent WP-Lister from setting order status back to Processing if it is already marked as Completed
New: Create separate size maps for different size fields using the new "Custom Size Mapping" option
* New: Added a "Default Ship From Address" option on the Advanced Settings page
* New: Added support for the Variable Product Part product type
* New: Variable Product Part support for ATUM Product Levels plugin
* New: Shipping tracking support for YITH WooCommerce Order Tracking plugin
* New: Added the Hermes UK shipping provider
* New: Store the IOSS number as order line item meta when creating orders in WooCommerce
* Tweak: Changed the size map select boxes into autocomplete input boxes to allow custom values to be used
* Tweak: Size column mapping: attribute shortcodes are executed first and all custom sizes are transformed to lowercase
* Fixed: FBA tracking was not getting processed if background inventory checking was enabled
* Fixed: Sync product bundle products after increasing and decreasing stocks (WooCommerce Product Bundles)
* Fixed: Fixed the shipped date and carrier-code for DHL (YITH Order Tracking)
* Fixed: Disable transactional emails (WooCommerce Germanized)
* Fixed: Added missing description for the Gift Wrap Options setting
* Fixed: Make sure to leave carrier-name field empty if carrier-code is not "Other"
* Fixed: Perform some additional checks to prevent rare issues with 3rd party plugins
* Fixed: Warning "Required parameter follows optional parameter" on PHP8
* Fixed: Possible fatal error when product price returned is not a number
* Fixed: Newly matched variations were not inheriting the parent's profile
* Fixed: MSRP in the Repricer was not displaying the correct price
* Dev: Added filter wpla_shipping_total
* Dev: Added parameter to the wpla_order_builder_line_item filter
* Dev: Database upgrade to version 53 - added indices to feeds and orders tables