WooCommerce USPS Shipping Version 5.1.5 Changelog
* Fix – Pack multiple line items into same shipping package when “Weight based” Parcel Packing Method is selected.
* 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.
* Add – New box packer with setting option for box packer library selection.
* Fix – Fixed out of stock message not taking all variations stock into account when ‘Combine variations’ is enabled.
* Tweak – Used ‘wc_min_max_use_group_as_min_quantity’ to filter quantity input value.
* Tweak – PHP 8.2 and 8.4 compatibility improvements.
* Tweak – Improve PHP 8.1+ compatibility.
* Fix: Better support for built-in product brands. Supports Advanced Brand Rules.
* Update: WC and WP Compatibility updates.
* Add – New box packer with setting option for box packer library selection.
* Fix – Fixed zero price in the JSON-LD product structured data output.
* Tweak – Improved display of composited bundled items in receipts.