* Tweak: Automatically set the default account if there's only 1 account available
* Tweak: Removed 10 and 14 days return options as these are no longer available
* Fixed: Improved Product Bundles support: Update bundle quantity when child components are updated
* Fixed: Inventory check fix to take into account Out of Stock Threshold and Max Quantity in the profile
* Fixed: Convert data from the Tagify library prior to saving
* Fixed: Inconsistent number of orders in the eBay order views
* Fixed: Broken ebay_store_category_id template shortcode
* Dev: Set the ATUM Multi-Inventory hooks to the highest priority as suggested by their support staff
* Dev: Added filter wple_update_custom_order_status
* New: Added new setting options to assign custom payment methods to orders created from eBay
* New: Added support for refurbished item conditions for categories where available
* New: Added support for YITH WooCommerce Order Tracking plugin
* Fixed: Pulling in specific orders from eBay was not always passing the order numbers correctly
* Fixed: Modal window scrolling on Edit Product page due to 3rd party plugin CSS conflict
* Fixed: Error when accessing site_id when an account was removed from WP-Lister
* Fixed: Make sure that the cron checking warning message is visible on all pages
* Fixed: Clear flashed messages after display
* Fixed: "Other" payment method not getting saved
* Fixed: ATUM Product Levels support
* Dev: Set the request version to 1213 for GetOrders calls to get access to IOSS data
* Dev: Added hook wple_find_matching_tracking_provider
* Dev: Added filter wple_get_conditions_for_category
Fixed: GetItem updates failing due to the new watch_count property
* Tweak: Store "Import Charge" as a separate order fee record
* Tweak: Trigger action scheduler when background tasks are triggered via external cron run
* Fixed: If there is no SKU provided do not attempt to match inventory by SKU
* Fixed: Price and quantity check for variable products was not checking prices correctly in some cases
* Fixed: Possible warnings when accessing product attributes caused by an unexpected attribute format
* Dev: Added try/catch to handle possible exceptions thrown by wc_create_refund()