Skip to content

Releases: verbb/shippy

1.0.10

03 Oct 04:14
Compare
Choose a tag to compare

Fixed

  • Fix total-value package functions enforcing integer values.

1.0.9

03 Oct 03:45
Compare
Choose a tag to compare

Changed

  • Update getTotalWidth and getTotalLength function to assume multiple boxes will be stacked for better rate handling.

1.0.8

01 Oct 11:20
Compare
Choose a tag to compare

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

24 Aug 21:58
Compare
Choose a tag to compare

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

02 Aug 23:21
Compare
Choose a tag to compare

Fixed

  • Fix rounding of parcel dimension and weights for Australia Post for more accurate rates.

1.0.5

26 Jul 00:36
Compare
Choose a tag to compare

Added

  • Add includeInsurance for UPS packages.
  • Add DeclaredValue for UPS packages.

Fixed

  • Fix UPS pickupType reference.

1.0.4

25 Jul 13:02
Compare
Choose a tag to compare

Fixed

  • Fix New Zealand Post package rounding for rates.
  • Fix packages not retaining destination weight/dimension units when being converted.

1.0.3

24 Jul 02:16
Compare
Choose a tag to compare

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

19 Jul 04:40
Compare
Choose a tag to compare

Added

  • Add Aramex New Zealand carrier.

Fixed

  • Fix Aramex Australia rates response.

1.0.1

11 Jul 09:06
Compare
Choose a tag to compare

Fixed

  • Fix UPS addresses using Residential and not ResidentialAddressIndicator.
  • Fix setting “residential” to be false for all addresses.