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
- Changed
Content-Type
toapplication/pdf
.#65
v1.4.0 - 2020-12-18
- Support for PHP 8.
#60
v1.3.1 - 2020-12-17
- Breaking change introduced by
lcobucci/jwt:^3.4
.#59
v1.3.0 - 2020-09-17
- Use PHP 7 types and return type declarations where possible.
#55
- The minimum version for
ramsey/uuid
is now ^4.0.091304e
- Conflicts with the
collection
package.#56
v1.2.1 - 2020-08-08
- Added support for
tightenco/collect
^8.03b9eb55
v1.2.0 - 2020-08-07
- Added support for an additional address line.
#49
v1.1.1 - 2020-06-28
- Added support for
guzzlehttp/guzzle
^7.0.12afc81
v1.1.0 - 2020-05-10
- Added Cash on Delivery delivery option.
#48
v1.0.1 - 2020-03-24
- Added support for
ramsey/uuid
^4.0.41fffd1
v1.0.0 - 2020-02-26
- Added response to
DhlParcelException
.#47
v0.8.2 - 2019-12-12
- Make the country code for service point configurable.
#40
v0.8.1 - 2019-12-12
- Allow
symfony/var-dumper
^4.0.23c2ef2
v0.8.0 - 2019-12-03
- Added
pieces
to theShipments
resource.#37
- Added
barcode
alias fortracker_code
on theShipmentPiece
resource.#38
- Refactored
Pieces
resource to aPiecesCollection
.#35
v0.7.0 - 2019-11-14
v0.6.2 - 2019-11-14
- Added
ShipmentPiece
resource.#10
v0.6.1 - 2019-11-13
- Make sure
quantity
andweight
are integer values.#27
v0.6.0 - 2019-11-13
- Added
ext-json
as a requirement.#23
- Changed
addPiece
method toadd
in thePieces
class.#19
- Changed
company
to an alias forcompany_name
in theRecipient
class.#13
v0.5.0 - 2019-11-11
- Added ability to set
pieces
for a parcel.#10
v0.4.1 - 2019-11-11
- Updated dependencies.
- Fixed missing import.
484b5d4
v0.4.0 - 2019-10-08
- Dropped support for PHP version 7.1.
- Updated dependencies.
v0.3.4 - 2019-04-12
- Added
setAccountId
method.#8
v0.3.3 - 2019-03-20
- Fixed ServicePoint toArray().
a46bd0a
v0.3.2 - 2019-03-20
- Fixed use statement.
4b9006f
v0.3.1 - 2019-03-20
- The
toArray
method on aServicePoint
object has changed.#7
v0.3.0 - 2019-03-19
- 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 Track & Trace endpoint.
cea132d
v0.1.2 - 2019-02-23
- Convert a shipment to an array correctly.
91b2cb73
v0.1.1 - 2019-02-23
- Fixed class import.
bf990c4