WooCommerce Amazon Fulfillment Version 4.2.6.6 Changelog
* Fix: Error message parsing.
* Bug fixes
* Fix: Error message parsing.
* Bug fixes
* Tweak – Provide context when scheduling actions to sync changes to Lightspeed
* Fix – Resolve issue with unexpected inventory activity when item pricing is sent along with inventory updates after recent changes in Lightspeed API
* Fix – Orders with more than 100 items in cart may have incurred in a Lightspeed API error, so now we send those items in batches within the API limit
* Fix – Items without a regular price should not cause orders to fail when syncing sales to Lightspeed
* Tweak – PHP 8.4 compatibility.
* Dev – Bump WooCommerce “tested up to” version 9.6.
* Dev – Bump WooCommerce minimum supported version to 9.4.
* Dev – Replace `woocommerce` i18n domain with `woocommerce-deposits`.
* Dev – Use the `@woocommerce/e2e-utils-playwright` NPM package for E2E tests.
* Tweak – PHP 8.4 compatibility.
* fixed: broken block checkout page with WC 9.6 (removed ‘wc-blocks’ in wp_register_script( ‘wc_additional_fees_block_script’, ….)
* tweak: added an is_array check to handler_wc_add_settings_tab_array() to fix 3-rd party plugin conflict rendering null
* Tweak – PHP 8.4 Compatibility.
* Fix – Strip the thousands separator from the amount when redeeming a voucher from the list view
* Fix – Voucher amount duplicated when purchasing a subscription product
* Fix – Update deprecated usage of `get_product_from_item()` method
* Misc – Update DomPDF library to v3.1.0 — this addresses several PHP warnings
* Tweak – PHP 8.4 compatibility.
* Tweak – PHP 8.4 Compatibility.