Skip to content

Releases: verbb/shippy

1.2.0

12 Feb 00:16
Compare
Choose a tag to compare

Changed

  • USPS service codes are now provided in the format {mailClass}__{rateIndicator}__{processingCategory}.
  • USPS service codes are now expanded to allow more fine-grained control.

1.1.2

11 Feb 04:30
Compare
Choose a tag to compare

Added

  • Add support for legacy USPS API.

1.1.1

30 Jan 03:38
Compare
Choose a tag to compare

Changed

  • Update symfony/event-dispatcher and symfony/serializer packages to support ^5.0.

Fixed

  • Add missing FedEx service codes.

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.