Etsy Integration for WooCommerce Version 2.2.2 Changelog
* Fix – Skipping default tags while listing product to etsy
* Update – Stock management at variation and parent level for variable product
* Fix – Skipping default tags while listing product to etsy
* Update – Stock management at variation and parent level for variable product
* [Add] – Hooks for settings
* [Add] – Declare HPOS compatibility
* [Update] – New Gulp structure
* [Update] – Stock condition to check for empty value
* [Update] – Default package ID being the same as it was before
* [Update] – WP Conditions library to 1.0.13
* Tweak – Improved performance on plugin initialization.
* Tweak – Added links to the plugin settings, the documentation page, and to get support, in the plugin list.
* Tweak – Declare compatibility with WooCommerce High-Performance Order Storage (HPOS).
* Tweak – Tested compatibility up to WC 7.3.
* Fix – New customer notifications were not triggered on creating customers from the backend.
* Dev – Implement the singleton pattern in the main plugin class.
* Dev – Deprecated class `WC_Slack_Init`.
* Dev – Updated the minimum requirements to WC 3.5, WP 4.7, and PHP 5.6.
Fix – Improve security when loading the importer and settings pages
Fix – Only schedule image to be downloaded if it is not already associated with the product
New – Write to debug log when save is triggered by the plugin
2022-11-1 version 2.10.0
* Tweak – When polling for changes, go back 60 seconds in case the action scheduler took a while to run
* Tweak – Label timestamp as utc when logging for run of ls auto-poll
* Fix – Check if update type is ‘inventory update’ instead of ‘Inventory’ when logging a successful poll
2022-10-21 version 2.9.0
* Tweak – Make getters for wclsi-lightspeed-prod class public for use with filters
* Tweak – Add reason for skipping job to debug log
* Fix – Compare last check timestamp to max window time stamp instead of max window date when running item poller
* Fix – Get polling interval from settings instead of defaulting to 5 seconds when no last sync timestamp is found
* Fix – Check if update type is inventory instead of assigning inventory as the update type when logging a successful poll
2022-10-11 version 2.8.0
* New – Debug mode can be turned on in settings to activate additional logging
* Tweak – Checks if ID is empty rather than null when ensuring that ID exists for sync
* Feature – Add support for Clover payment gateway
* Fix – Replace deprecated `is_ajax()` function calls with `wp_doing_ajax()`
* Misc – Require WooCommerce 3.9.4 or later
* Misc – Rename to “WooCommerce Clover (formerly First Data Payeezy)”
* Tweak – Limit the maximum value of the ‘URL expiration time’ setting to seven days.
* Tweak – Tested compatibility with WC 7.3.
* Tweak – Add filter wc_payment_gateway_moneris_enable_pay_page to make Moneris into a Pay Page gateway for improved 3rd party plugin compatibility and support for WC order number
* Tweak – Improved compatibility with reCAPTCHA for WooCommerce plugin
* Misc – Require PHP 7.4 and WordPress 5.6
* [Add] – Declare HPOS compatibility
* [Update] – Bump minimum PHP version to 7.0
* [Improvement] – Update WP Conditions to 1.0.13
* [Fix] – ‘Bestseller’ condition not always working as expected
* [Remove] – Removed the deprecated WAPL_Label class
* Fixed potential XSS vulnerabilities
* Dev – Add node and npm version restrictions.
* Dev – Adjust webpack `devtools` config value.
* Tweak – WC 7.3 compatibility.