WooCommerce RoyalMail Shipping Version 3.3.2 Changelog
* Tweak – Refactor duplicate hardcoded strings to utilize enums.
* Tweak – Refactor duplicate hardcoded strings to utilize enums.
* Fix: Fix issue with reordering products with file upload fields and required fields.
* Fix: Fix issue where variable products could not be added to a Wishlist properly.
* Update: Respect the woocommerce_gforms_use_label_as_value setting for fields that do not have entry inputs.
* Update: Better handling for Limit purchases to 1 item per order. Filter the cart_id to remove data that changes or could change between form submissions, but is not related to the actual data of the form.
* Add – Compatibility with WooPayments Multi-currency tool.
* Add – Compatibility with the new WooCommerce product editor.
* Add – Debug mode compatibility with WooCommerce Blocks.
* Dev – Bump WordPress “tested up to” version 6.6.
* Dev – Exclude the Woo Comment Hook `@since` sniff.
* Dev – Fix QIT E2E tests and add support for a few new test types.
* Dev – Bump WooCommerce “tested up to” version 9.0.
* Dev – Bump WooCommerce minimum supported version to 8.8.
* Dev – Bump WordPress minimum supported version to 6.4.
* Dev – Bump WordPress “tested up to” version 6.6.
* Dev – Exclude the Woo Comment Hook `@since` sniff.
* Dev – Update NPM packages and node version to v20 to modernize developer experience.
* Fix – The `accommodation-booking` product creation is not possible via the REST API.
* Fix – Handle Fatal Error caused by an order without a Booking.
*Fixed next payment date before end of trial – timezone issue
*fix – Product Upload related bug
*update – Improved Stability
* Update – WordPress 6.6 compatible.
* Update – WooCommerce 9.2 compatible.
* Update – Requires at least WordPress 6.2.
* Add – Added filtering support for the WooCommerce “Product Collection” block. The extension’s filter blocks can now be used together with the “Product Catalog” collection of the “Product Collection” block to show results that match the current filters.
* Dev – Replaced uses of the deprecated jQuery function trim().
* Dev – Replaced uses of the deprecated jQuery function isArray().
* Dev – Replaced uses of the deprecated jQuery shorthand keydown().
* Dev – Replaced uses of the deprecated jQuery shorthand focus().
* Dev – Replaced uses of the deprecated jQuery shorthand focusin().
* Dev – Replaced uses of the deprecated jQuery shorthand focusout().
* Update – Updated selectize to v0.15.2.
* Add – Added the woocommerce_product_search_handle_product_collections filter.
* Dev – Using ReactDOMClient.createRoot() if available (as of React 18.0) instead of ReactDOM.createRoot().