Skip to content

Latest commit

 

History

History
executable file
·
202 lines (135 loc) · 8.05 KB

CHANGELOG.md

File metadata and controls

executable file
·
202 lines (135 loc) · 8.05 KB

Changelog

All notable changes to dhlparcel-php-api will be documented in this file.

v1.5.0 - 2021-05-28

  • Add support for evening delivery and extra assurance. 63

v1.4.1 - 2021-05-26

Fixed

  • Changed Content-Type to application/pdf. #65

v1.4.0 - 2020-12-18

Added

  • Support for PHP 8. #60

v1.3.1 - 2020-12-17

Fixed

  • Breaking change introduced by lcobucci/jwt:^3.4. #59

v1.3.0 - 2020-09-17

Changed

  • Use PHP 7 types and return type declarations where possible. #55
  • The minimum version for ramsey/uuid is now ^4.0. 091304e

Fixed

  • Conflicts with the collection package. #56

v1.2.1 - 2020-08-08

Added

  • Added support for tightenco/collect ^8.0 3b9eb55

v1.2.0 - 2020-08-07

Added

  • Added support for an additional address line. #49

v1.1.1 - 2020-06-28

Added

  • Added support for guzzlehttp/guzzle ^7.0. 12afc81

v1.1.0 - 2020-05-10

Added

  • Added Cash on Delivery delivery option. #48

v1.0.1 - 2020-03-24

Added

  • Added support for ramsey/uuid ^4.0. 41fffd1

v1.0.0 - 2020-02-26

Added

  • Added response to DhlParcelException. #47

v0.8.2 - 2019-12-12

Changed

  • Make the country code for service point configurable. #40

v0.8.1 - 2019-12-12

Changed

  • Allow symfony/var-dumper ^4.0. 23c2ef2

v0.8.0 - 2019-12-03

Added

  • Added pieces to the Shipments resource. #37
  • Added barcode alias for tracker_code on the ShipmentPiece resource. #38

Changed

  • Refactored Pieces resource to aPiecesCollection. #35

v0.7.0 - 2019-11-14

Removed

  • Removed support for Laravel. Please use this package instead. #16

v0.6.2 - 2019-11-14

Added

  • Added ShipmentPiece resource. #10

v0.6.1 - 2019-11-13

Fixed

  • Make sure quantity and weight are integer values. #27

v0.6.0 - 2019-11-13

Added

  • Added ext-json as a requirement. #23

Changed

  • Changed addPiece method to add in the Pieces class. #19
  • Changed company to an alias for company_name in the Recipient class. #13

v0.5.0 - 2019-11-11

Added

  • Added ability to set pieces for a parcel. #10

v0.4.1 - 2019-11-11

Changed

  • Updated dependencies.

Fixed

v0.4.0 - 2019-10-08

Changed

  • Dropped support for PHP version 7.1.
  • Updated dependencies.

v0.3.4 - 2019-04-12

Added

  • Added setAccountId method. #8

v0.3.3 - 2019-03-20

  • Fixed ServicePoint toArray(). a46bd0a

v0.3.2 - 2019-03-20

Fixed

v0.3.1 - 2019-03-20

Changed

  • The toArray method on a ServicePoint object has changed. #7

v0.3.0 - 2019-03-19

Added

  • Added an option to send a parcel to a service point. #6
  • Added an endpoint to retrieve service point locations. #5
  • Added an addition alias to set a number suffix for an address. #4

v0.2.0 - 2019-03-15

Added

  • Added Track & Trace endpoint. cea132d

v0.1.2 - 2019-02-23

Fixed

  • Convert a shipment to an array correctly. 91b2cb73

v0.1.1 - 2019-02-23

Fixed

v0.1.0 - 2019-02-22

Initial release