* New: Longer data retention options for Amazon orders
* New: Import the listing description from the Amazon catalog
* New: Added a setting to periodically pull Order Reports to be able to import Business Tax IDs for business orders
* Tweak: Enhanced the frontend checkout by sending the feed updates to a background task
* Tweak: Lowered the number of ASINs when querying for price updates to prevent getting throttled
* Tweak: WP capability check - changed edit_others_pages to edit_others_shop_orders and edit_orders_products
* Tweak: When generating a new feed, exclude all invalid listings (missing SKUs, etc) so they do not get included in the CSV file
* Tweak: Update price check date on ASINs with error to prevent from staying at the front of the queue
* Fixed: $SubmittedDate undefined notice
* Fixed: Added the missing SG_VOEC property
* Fixed: Error when trying to count attributes from an imported listing
* Fixed: Handle throttled responses for GetOrderAddress and GetOrderBuyInfo calls
* Fixed: Warning "foreach() argument must be of type array" when importing some orders
* Fixed: Fatal error when the parent ASIN could not be loaded
* Fixed: Dompdf library clash when the Invoice Upload setting is enabled
* Dev: Log errors from getCompetitivePricing
* New: Added the CTTExpress shipping provider
* Tweak: Improved Product Bundles support: Update bundle quantity when child components are updated
* Fixed: Issue where requesting the FBA Shipment report would fail
* Fixed: Plugin conflict with Advanced Shipping Tracking Pro
* Fixed: Avoid double-encoding data from the Merchant Listings report
* Fixed: Invalid value 'NZ_VOEC' for 'deemed_reseller_category' error
* Fixed: Use WC_Product_Bundle::get_bundle_stock_quantity() to get stock quantity of bundled products
* Dev: Added filter wpla_shipment_tracking_instance
* Fixed: Record the correct Gift Wrap amount from Amazon
* Fixed: Undefined function get_stock_managed_by_id() (since 2.2.7)
* Fixed: Undefined variable wpl_is_reg_brand
* Fixed: Warnings on the Advanced Settings page
* Tweak: Exclude product meta when cloning products
* Fixed: Issue whre scheduled reports not getting requested
* Fixed: Amazon Business flag was not shown on the Orders page
* Fixed: Improved support for variations with parent-level stock management (from Yatin @ multidots)