This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Releases: Petschko/dhl-php-sdk
Releases · Petschko/dhl-php-sdk
Weak-Warning hotfix
- Fixed: Weak-Warning-Bug
- Removed: (Almost) unused logging function from
BusinessShipment
- Added: Additional infos to the
composer.json
Multi-Label Support
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
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 theAddress
-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
This is a release for Composer