WooCommerce Conditional Shipping and Payments Version 2.1.0 Changelog
* New – Introduced ‘Product Tag’ condition.
* New – Introduced ‘Product Attribute’ condition.
* New – Introduced ‘Product Tag’ condition.
* New – Introduced ‘Product Attribute’ condition.
* Add – Display alert box when requesting warranty without selecting the item.
* New – Add support for WooCommerce experimental email preview feature
* Fix – When using certain non-US currency formats and large voucher amounts (>= 1000) you might see an error when redeeming from the admin list view
* Misc – Update the SkyVerge Plugin Framework to v5.15.5
* Fix: PLUGINS-2853 – ReCaptcha: Timeout or Speed Issues.
* Dev – Bump WooCommerce “tested up to” version 9.8.
* Dev – Bump WooCommerce minimum supported version to 9.6.
* Dev – Add the WordPress Plugin Check GitHub Action and fix all errors it found.
* Dev – Use the `@woocommerce/e2e-utils-playwright` NPM package for E2E tests.
* Fix: Percentage Discount coupons shows as fixed price
* Update: Translations
* New – Added compatibility with the Receipts Rendering Engine.
* Fix – Pack multiple line items into same shipping package when “Weight based” Parcel Packing Method is selected.
* Add – Provide new transient cache invalidation logic.
* Add – Support for WooCommerce’s new email preview feature added in 9.6.
* Update – Use direct SQL query to get product IDs instead of WP_Query for better performance at scale.
* Update – Use direct SQL query to get product ratings for better performance at scale.
* Update – Store vendor data by ID, user specific vendor role, vendor rating, vendor product IDs, vendor earned commission by `order_id`, all commissions associated with an `order_id`, commission data, unpaid commission data and pending products count in new transients to help with performance.
* Fix – Removed unused call to `count_users()`.
* Dev – Bump WooCommerce “tested up to” version 9.7.
* Dev – Bump WooCommerce minimum supported version to 9.5.
* Dev – Bump WordPress minimum supported version to 6.6.
* Dev – Add a performance benchmark GitHub Action.
* Update: Tested up to WooCommerce 9.9.0
* Fix: REST API unsetting NYP state if ‘nyp’ param not included. #272.
* Fix: Store API handling for variable products.