Skip to content

Releases: alexeybusygin/ShippingRates

FedEx Upgrade to v31

23 Feb 13:20
Compare
Choose a tag to compare
v1.1.6

v1.1.6 FedEx v31

FedEx Negotiated Rates and One Rate

01 Sep 18:08
Compare
Choose a tag to compare
  • Added support for FedEx Negotiated Rates
  • Added support for FedEx One Rate

USPS Special Services support

01 Sep 06:30
Compare
Choose a tag to compare
  • Special service requests can be passed to USPS with USPSProviderConfiguration

First-Class Mail fixes

05 Jul 06:05
Compare
Choose a tag to compare
  • Change PoundsAndOunces.Ounces to a decimal.
  • Allow First-Class Mail International rates to be returned (both letter and large envelope).

Thanks @creinker for the contribution.

Fixed UPS errors not being returned

04 Apr 18:37
Compare
Choose a tag to compare
  • Fixed UPS errors not being returned.

Thank @CooleyCode for contribution.

DHL Payment Account Number

18 Mar 06:55
Compare
Choose a tag to compare
  • Added DHLProviderConfiguration class to handle all DHL provider options.
  • Added PaymentAccountNumber to DHLProviderConfiguration.
  • Added IncludeServices and ExcludeServices to DHLProviderConfiguration.
  • Fixed "Instance validation error: 'THIRD_PARTY_BILLING' is not a valid value for SurchargeType." for EU to GB FedEx shipping.

DHL and Currency Codes

07 Nov 19:35
Compare
Choose a tag to compare
  • Added DHL Capability and Quote Service Implementation.
  • Rate object now always contains currency value in the CurrencyCode field.
  • Support for ShipmentOptions.PreferredCurrencyCode for FedEx.
  • Support for documents only shipments for DHL. Use DocumentPackage object or set Package.IsDocumentsOnly value.

Added Missing FedEx Europe Code

15 Oct 16:49
8718229
Compare
Choose a tag to compare
  • Added Missing FedEx Europe Code EUROPE_FIRST_INTERNATIONAL_PRIORITY

FedEx Currency Conversion Fix

17 Sep 20:47
Compare
Choose a tag to compare
  • Fixed issue with correct rate amount calculation for situations with the rate coming in multiple currencies from FedEx.

Saturday Delivery

11 Jul 10:00
Compare
Choose a tag to compare
  • ShipmentOptions and RateOptions objects introduced.
  • Saturday Delivery available now via ShipmentOptions.SaturdayDelivery.
  • Pickup date can be specified in the ShipmentOptions.ShippingDate.