Releases: verbb/postie
Releases · verbb/postie
2.1.0
Added
- Add TNT Australia provider.
- Add 2- and 3-day Priority options to USPS. (thanks @AugustMiller).
- Add
Order
object toModifyRatesEvent
. (thanks @AugustMiller). - Add
beforeFetchRates
event.
Changed
- Update FedEx for Ground Transit Time. FedEx handles the delivery date for Ground different than Express. For Ground, they use
TransitTime
. (thanks @keyurshah).
Fixed
- Fix provider icon error for custom provider.
- Fix USPS/UPS handles, incorrectly being set as
uSPS
anduPS
. - Fix incorrect caching of rates for multiple providers.
- Fix zero-based rates not being shown to pick during checkout.
- Fix AusPost and Canada post error handling.
2.0.8
Fixed
- Remove provider settings from shipping method requests, particularly for XHR.
- Fix debug statements occurring for non-site requests.
2.0.7
Added
- Add support for Commerce 3.
- Add more UPS services, and change the way UPS services match.
2.0.6
Fixed
- Fix provider settings not being populated on shipping methods and rules. Meant markup rates weren't working correctly.
2.0.5
2.0.4
Added
- Add
delayFetchRates
,manualFetchRates
andfetchRatesPostValue
.
Changed
- Improve in-memory caching.
Fixed
- Fix memory issues in certain cases when fetching rates.
- Tweak state handling for Fedex.
2.0.3.1
Fixed
- Remove leftover debugging.
2.0.3
Fixed
- Fix return type incompatibility causing errors.
- Fix dimensions API issue with Canada Post.
- Improve response error handling for Canada Post.
- Fix lack of formatting handling for Canada Post zip codes.
2.0.2
Fixed
- Swap XML parser for Canada Post.
- Fix missing shipping description.
2.0.1
Fixed
- Fix some error messages themselves throwing errors.