Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Releases: Petschko/dhl-php-sdk

Weak-Warning hotfix

15 Apr 17:57
a78ea29
Compare
Choose a tag to compare
Weak-Warning hotfix Pre-release
Pre-release
  • Fixed: Weak-Warning-Bug
  • Removed: (Almost) unused logging function from BusinessShipment
  • Added: Additional infos to the composer.json

Multi-Label Support

23 Sep 17:21
451e5ff
Compare
Choose a tag to compare
Multi-Label Support Pre-release
Pre-release

Added:

  • Multi-Label Support for every DHL-Function, which allows you to do multiple labels
  • Multiple Responses added to the Response Object
  • Thermo Printer Test-User
  • (Dokumentation) Added @Package to Class PHPDoc
  • (Dokumentation) Show array Datatypes instead of array
  • Fallback methods for backward compatibility

Changed:

  • Marked many functions as deprecated, please use the new functions, because of the multi-labels I need todo many changes...

Removed:

  • Empty constructors
  • DHL-SOAP-API Version 1 Lib-Files

Several improvements

06 Aug 14:02
Compare
Choose a tag to compare
Several improvements Pre-release
Pre-release

Added:

  • Much better Dokumentation
  • DHL-Method getManifest();
  • DHL-Method getVersion();

Changed:

  • Moved Notification-Email to Shipment-Details

Mark as deprecated:

  • All Version 1 Functions and Fields
  • The setFullStreet(); method in the Address-Class

Every old function triggers a deprecated error, please switch to the new functions and if you're still using DHL-API-Version 1 please upgrade to API-Version 2 as soon as possible.
Everything still works also with the old function, but they will removed in future Versions, so please stop using them

New Code - First pre-release 0.2.0

19 Mar 17:37
6e08515
Compare
Choose a tag to compare
Pre-release

This is a release for Composer

Old-Code

29 Jan 18:25
Compare
Choose a tag to compare
Old-Code Pre-release
Pre-release

If you want to get the old code of this Project here you go =)