WooCommerce Distance Rate Shipping Version 1.8.4 Changelog
* Tweak – WooCommerce 11.0 Compatibility.
* Tweak – WooCommerce 11.0 Compatibility.
* Tweak – WooCommerce 11.0 Compatibility.
* New – Important: WordPress 6.8+ is now required.
* New – Important: WooCommerce 10.6+ is now required.
* New – Added sorting by Name column in the global add-ons list table.
* New – Added search functionality to filter global add-ons by name.
* New – Added per-page screen option for the global add-ons list table, compatible with the existing `woocommerce_pao_admin_edit_add_ons_per_page` filter.
* Fix – Fixed mini-cart add-on prices displaying without taxes.
* Fix – Resolved an issue where the default selection for the first checkbox option was not retained after reloading the product in admin.
* Fix – Fixed deleting dropdown add-on options containing double quotes.
* Fix – Fixed global add-ons list table sorting to apply across all pages instead of only within the current page.
* Fix – Fixed sorting by 'Number of fields' column to correctly sort by field count.
* Tweak – Bumped WooCommerce tested up to version to 11.0.
* Dev – Bump WooCommerce "tested up to" version 11.0.
* Dev – Bump WooCommerce minimum supported version to 10.8.
* Dev – Bump WordPress minimum supported version to 6.9.
* Dev – Upgrade Node.js from v20 to v24 and npm from v10 to v11.
* Dev – Upgrade npm and Composer dependencies.
* Dev – Add a spell-check GitHub Action workflow and fix typos.
* Dev – Update GitHub Actions to latest SHA-pinned versions across all workflows.
* Fix – Ensure that the checkout block script text domain is consistent with the plugin's text domain
* Misc – Adopt the Fenix framework for improved performance, compatibility, and maintainability
2026-07-01 – version 4.2.2
* Misc – Ensure compatibility with the latest versions of WooCommerce and WordPress
* Update – Remove beta product editor (@woocommerce/product-editor) integration, which was removed in WooCommerce 11.0.
* Dev – Bump WooCommerce "tested up to" version 11.0.
* Dev – Bump WooCommerce minimum supported version to 10.8.
* Dev – Bump WordPress minimum supported version to 6.9.
* Fix – Match customer emails without case sensitivity so store credit shows up regardless of how the email was entered
* Fix – Address an error with some scoped dependencies introduced in v5.1.4
* Fix – Prevent a store credit coupon from discounting more than its credit when order totals are recalculated programmatically
* Add – Reschedule flow on the booking details admin view: availability-aware calendar that preselects the current slot, keeps the original price, and re-syncs to Google Calendar.
* Add – Added the ability to edit the "Requires confirmation" payment method title and description from its settings.
* Fix – Fixed hourly bookings ending exactly at midnight incorrectly blocking the following day from being booked.
* Fix – Fixed a JS error when multiple bookable products are displayed on the same page.
* Fix – Fixed the admin calendar Day view displaying a booking that ends at midnight as an all-day block on the following day.
* Fix – Fixed calendar date picker navigation arrows being hidden at narrower screen resolutions due to a z-index conflict with the table navigation bar.
* Fix – The `woocommerce_bookings_booked_day_blocks` filter is now consistently applied even when a product has no existing bookings.
* Fix – Replaced legacy `{blogname}` placeholder with `{site_title}` in all booking email subject defaults to align with WooCommerce core.
* Fix – The add-to-cart button on the single product page now inherits the theme's Global Styles button design on block themes.
* New – Important: WordPress 6.8+ is now required.
* New – Important: WooCommerce 10.6+ is now required.
* Tweak – Bumped WooCommerce "tested up to" version to 11.0.
* add – adds `login` event after user signs in
* add – adds `payment_failed` event when checkout payment fails
* add – adds server-side `refund` event tracking on order refund
* add – adds `new_customer` and `customer_lifetime_value` properties to `purchase` event
* add – adds `user_agent` property to server-side `purchase` event
* add – improves `add_to_cart` event for variable products by preloading product variants
* tweak – swaps `add_billing_info` and `add_payment_info` checkout event triggers for backwards compatibility
* tweak – background server-side purchase queue now includes completed orders
* fix – fixes cart `value` rounding errors in ecommerce events
* fix – fixes FPID cookie client ID retrieval for Measurement Protocol
* fix – fixes conversion tracking monitoring
* tweak – tested against the latest versions of WordPress and WooCommerce
*Fixed security issues listed by QIT