Skip to content

Releases: myparcelnl/sdk

v3.0.3

30 Oct 14:19
d65d684
Compare
Choose a tag to compare

Fix:

  • #174 Invoice on Customs Declaration
  • #175 Error about missing getPickupCountry() value

v3.0.2

23 Oct 12:52
d65d684
Compare
Choose a tag to compare

Fix:

  • #172 Multicollo orders with more than two consignments.
  • #173 Orders with more than one consignment

v3.0.0

21 Oct 14:08
d65d684
Compare
Choose a tag to compare

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:
    Use ConsignmentFactory::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
  • 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

23 Sep 10:24
Compare
Choose a tag to compare

Improvement:

  • Check number of labels in setPdfOfLabels() and setLinkOfLabels()

Fix

  • Fix findByReferenceId()

v3.0.0-beta.3

18 Sep 11:14
b4edf0f
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

Implement:

  • Set default weight for DPD

v2.1.4

07 Aug 07:25
35113a6
Compare
Choose a tag to compare

Improvement:

  • #154 Change function setLabelFormat to public
  • #150 Solved discrepency about setItemValue

v2.1.3

29 Jul 13:19
b44d97a
Compare
Choose a tag to compare

Fix:

  • e942936 Hotfix: add exceptions in src/AutoLoader.php

v2.1.2

16 Jul 06:55
9eb1e94
Compare
Choose a tag to compare

Fix:

  • #143 Creating a concept when delivery date is not filled
  • #140 Maximum characters for customs description, limit is 50 characters, the last 3 characters are ...

v2.1.1

24 Jun 14:04
26aeb4a
Compare
Choose a tag to compare

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 👍.

v2.0.8

29 May 13:00
94f14ef
Compare
Choose a tag to compare

Fix:

  • #128 Undefined index: email in myparcelnl/sdk/src/Adapter/ConsignmentAdapter.php, line 70