Releases: verbb/shippy
Releases · verbb/shippy
1.2.0
1.1.2
Added
- Add support for legacy USPS API.
1.1.1
Changed
- Update
symfony/event-dispatcher
andsymfony/serializer
packages to support^5.0
.
Fixed
- Add missing FedEx service codes.
1.1.0
Added
- Add Online and Post Office rates for Royal Mail.
Changed
- Extract all static rate providers into separate files.
- Update Royal Mail International tracked options for some countries.
- Royal Mail rates now default to Online rates.
1.0.11
Added
- Add 2024 pricing for Royal Mail.
- Add constants for Royal Mail.
Fixed
- Fix an error with box-packing for static rates.
- Fix static rates box-sizing not working correctly.
1.0.10
Fixed
- Fix total-value package functions enforcing integer values.
1.0.9
Changed
- Update
getTotalWidth
andgetTotalLength
function to assume multiple boxes will be stacked for better rate handling.
1.0.8
Changed
- Change USPS behaviour to now only return the cheapest rate for the same service code to prevent unnecessary duplicate rates.
Fixed
- Fix USPS rates not using a minimum dimension/weight value for packages.
1.0.7
Added
- Add support for tax-inclusive rates for UPS, where applicable.
Changed
- Improve USPS rates by not returning duplicate services (that have the same price, just different description).
- Update USPS service codes for new API.
1.0.6
Fixed
- Fix rounding of parcel dimension and weights for Australia Post for more accurate rates.