You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[New PRO] Option to append cost per unit and measure unit (e.g $0.50/km) at the end of the shipping method when using the Cost by Distance feature.
[Fix PRO] Cost by Store Distance checkout validation was still running even though feature was turned off.
[Fix PRO] Kilometer distance was being cast as an integer instead of a float which would cause slightly off conversions when converting Kilometer to Miles for Cost by Distance feature.
[Fix] Store Location selector was still being moved below shipping address in some cases even when map was being shown on checkout.
[Fix] Wrong checkout validation error would show even when Store Location feature was not in use.
[Dev] It is no longer possible to filter the entire checkout page's map markup. Action Hooks have instead been added at different points of the map's markup. Learn more.
[Info] Tested on WC 6.8
[Info] Added a few initial admin pointers to help a bit with onboarding.