Releases: myparcelnl/sdk
Releases · myparcelnl/sdk
v3.0.3
v3.0.2
v3.0.0
Improvement:
- #150 Track & Trace functionality
You kan use$consignment->getBarcodeUrl(3SMYPA123456789, '2231JE', 'NL');
- fc5fbbd Get consignment by name
- #158 Set default weight for DPD
Fix:
- Get consignment id's when multicollo shipments are created
Feature:
-
Multi-carrier:
UseConsignmentFactory::createByCarrierId(PostNLConsignment::CARRIER_ID)
or
ConsignmentFactory::createByCarrierName(PostNLConsignment::CARRIER_NAME)
to retrieve the consignment with the correct carrier:- PostNL (For MyParcelNL and Flespakket)
class: PostNLConsignment
- bpost (For MyParcelBE)
class: BpostConsignment
- DPD (For MyParcelBE)
class: DPDConsignment
- PostNL (For MyParcelNL and Flespakket)
-
You can use adapters to receive the delivery-options anywhere in your code in a consistent way.
Deprecated:
- setDeliveryDateFromCheckout() and setPickupAddressFromCheckout() you can use an adapter for this.
v2.1.5
Improvement:
- Check number of labels in
setPdfOfLabels()
andsetLinkOfLabels()
Fix
- Fix
findByReferenceId()
v3.0.0-beta.3
Implement:
- Set default weight for DPD
v2.1.4
v2.1.3
v2.1.2
v2.1.1
Improvement:
- #124 Add Travis.yml
- #125 Change the order of the functions
- #127 .gitattributes for publishing
- #130 Refector exeptions
Features
-
#135 Implement multi collo (only for flespakket.nl and not for myparcel.nl)
-
8e25c88 Hotfix: remove duplicated functions
For these changes I would like to thank @firstred 👍.