Etsy Integration for WooCommerce Version 2.2.1 Changelog
* Add-Unlink etsy product action
* Fix-Shipping method in order
* Fix-Inventory update on order creation
* Add-Unlink etsy product action
* Fix-Shipping method in order
* Fix-Inventory update on order creation
* Update: Tested to WooCommerce 7.1.0.
* Update: Migrate inline admin javascript to enqueued file.
* Add-Declare incompatibility for High Performance Order Storage.
* Fix-Tracker conversion queries compatibility with custom order tables.
* Fix-Use order status changes to detect new order created from draft status.
* Tweak-Remove deprecated order compatibility classes.
* Update-Handle order deleted actions when HPOS is enabled.
* Update-Make Order Query rules compatible with HPOS.
* Update-Refactor customer order queries to support customer order tables.
* Update-Use order functions for admin edit order URL.
* Update-Use wc_get_orders to retrieve conversions.
* Tweak-Use the standard endpoint in all S3 regions when generating the file URLs.
* Tweak-Updated wizard fields’ description.
* Fix-Fixed the URLs of the downloadable files stored in a bucket whose name contains dots.
* New: WooCommerce 7.0.1 compatible
* New: WordPress 6.1.0 compatible
* New: Support for displaying appropriate messages for chained products on backorders
* Fix: PHP 8.1 Warning: Uncaught TypeError: Unsupported operand types: string + float
* Fix: PHP 8.1 Warning: Required parameter $cart_item_data follows optional parameter $quantity
* Fix: PHP 8.1 Warning: Required parameter $total_chained_details follows optional parameter $total_chained_ids
* Update: POT file
* Tweak-Introduced compatibility with the new High-Performance Order Storage.
* Fix-Removed unnecessary meta boxes sanitization.
* Fix-Resolved an issue that made addons with identical titles show up multiple times in the cart when re-ordering.
* Fixed issue of not saving backend settings.
* Fix-Add HPOS compatibility.
* Tweak-Declare HPOS compatibility as true.
* Tweak-WC 7.1 compatibility.
* Tweak-WP 6.1 compatibility.
* Refactor: Changed the payment invoice generation to allow for multiple invoices generated for an order and still be able to process the payment notifications correctly
* Tweak: Added “Status > Tools” setting to allow for custom invoice table
* Fix: Double-charging for child items when ordering again. #466.
* Fix: Front-end validation allow overfilled container to be reduced. #461.
* Fix: Child Category IDs are not imported. #467.
* Tweak: Make get_child_item_by_product_id() method public.