Skip to content

Releases: verbb/postie

2.1.0

09 Jan 10:31
Compare
Choose a tag to compare

Added

  • Add TNT Australia provider.
  • Add 2- and 3-day Priority options to USPS. (thanks @AugustMiller).
  • Add Order object to ModifyRatesEvent. (thanks @AugustMiller).
  • Add beforeFetchRates event.

Changed

  • Update FedEx for Ground Transit Time. FedEx handles the delivery date for Ground different than Express. For Ground, they use TransitTime. (thanks @keyurshah).

Fixed

  • Fix provider icon error for custom provider.
  • Fix USPS/UPS handles, incorrectly being set as uSPS and uPS.
  • Fix incorrect caching of rates for multiple providers.
  • Fix zero-based rates not being shown to pick during checkout.
  • Fix AusPost and Canada post error handling.

2.0.8

16 Aug 23:54
Compare
Choose a tag to compare

Fixed

  • Remove provider settings from shipping method requests, particularly for XHR.
  • Fix debug statements occurring for non-site requests.

2.0.7

16 Aug 02:42
Compare
Choose a tag to compare

Added

  • Add support for Commerce 3.
  • Add more UPS services, and change the way UPS services match.

2.0.6

15 Jul 23:24
Compare
Choose a tag to compare

Fixed

  • Fix provider settings not being populated on shipping methods and rules. Meant markup rates weren't working correctly.

2.0.5

13 Jul 04:06
Compare
Choose a tag to compare

Added

  • Add modifyRates providing access to the raw response from a provider and the extracted shipping rates. See docs.
  • All shipping rates now have additional options available on the shipping rule. See docs.
  • Add negotiated rate support for UPS.

Fixed

  • Fix error with store location state for UPS.

2.0.4

01 Jun 02:27
Compare
Choose a tag to compare

Added

  • Add delayFetchRates, manualFetchRates and fetchRatesPostValue.

Changed

  • Improve in-memory caching.

Fixed

  • Fix memory issues in certain cases when fetching rates.
  • Tweak state handling for Fedex.

2.0.3.1

10 Apr 12:31
Compare
Choose a tag to compare

Fixed

  • Remove leftover debugging.

2.0.3

09 Apr 23:32
Compare
Choose a tag to compare

Fixed

  • Fix return type incompatibility causing errors.
  • Fix dimensions API issue with Canada Post.
  • Improve response error handling for Canada Post.
  • Fix lack of formatting handling for Canada Post zip codes.

2.0.2

07 Apr 06:35
Compare
Choose a tag to compare

Fixed

  • Swap XML parser for Canada Post.
  • Fix missing shipping description.

2.0.1

26 Mar 21:26
Compare
Choose a tag to compare

Fixed

  • Fix some error messages themselves throwing errors.