Skip to content

Releases: verbb/shippy

1.1.0

05 Dec 23:16
Compare
Choose a tag to compare

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

05 Dec 01:38
Compare
Choose a tag to compare

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

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.