Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 1.94 KB

CHANGELOG

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Added

  • Bug fix. Modify obsolete syntax for http_build_query() function.
  • Replace obsolete lockerId param. with lockerLastMile param. and add lockerFirstMile param.

Added

  • Add optional tax codes
  • Use trait for code

Added

  • Add cities endpoint support

Added

  • Add lockers support

Added

  • Add method to get estimated cost

Changed

  • Check for valid username and password before re-authenticating

Added

  • AWB status history
  • Update post parcel response

Changed

  • City and county now accepts ids

Added

  • Download PDF for an existing AWB

Changed

  • Removed pdfLink from Sameday\Responses\SamedayPostAwbResponse

Fixed

  • Fix for get parcel status history response missing field
  • Documentation

Added

  • Create new parcel for an existing AWB

Changed

  • Renamed Sameday\Requests\SamedayPostAwbRequest::getParcels() method to getParcelsDimensions()
  • Renamed Sameday\Requests\SamedayPostAwbRequest::setParcels() method to setParcelsDimensions()
  • Renamed Sameday\Objects\Request\ParcelObject to Sameday\Objects\ParcelDimensionsObject