Releases: verbb/shippy
Releases · verbb/shippy
1.0.10
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.
1.0.5
Added
- Add
includeInsurance
for UPS packages. - Add
DeclaredValue
for UPS packages.
Fixed
- Fix UPS
pickupType
reference.
1.0.4
Fixed
- Fix New Zealand Post package rounding for rates.
- Fix packages not retaining destination weight/dimension units when being converted.
1.0.3
Changed
- Update deprecated
${var}
in strings to{$var}
.
Fixed
- Fix Guzzle truncating error messages in responses.
- Fix an error when catching Guzzle-based errors.
1.0.2
Added
- Add Aramex New Zealand carrier.
Fixed
- Fix Aramex Australia rates response.
1.0.1
Fixed
- Fix UPS addresses using
Residential
and notResidentialAddressIndicator
. - Fix setting “residential” to be false for all addresses.