Skip to content

Releases: myparcelnl/sdk

v2.0.7

15 May 09:19
bc918ec
Compare
Choose a tag to compare

Fix:

  • #117 Support Laravel 5.8 collections

v2.0.5

09 May 07:00
0bc312e
Compare
Choose a tag to compare

Fix:

#115 Remove duplicated insurance function and add insurance for €100

v2.0.4

08 Apr 13:56
8c235b2
Compare
Choose a tag to compare

Fix:

#114 Support Laravel 5.7 collections

v2.1.0-beta.4

29 Mar 12:04
Compare
Choose a tag to compare
v2.1.0-beta.4 Pre-release
Pre-release

Features

  • Implement multi collo (only for flespakket.nl and not for myparcel.nl)

v2.0.3

18 Mar 08:30
624923c
Compare
Choose a tag to compare

##Preparation:
#112 Remove Great Britain to EU shipment for the Brexit

Fix:

#113 Remove declare(strict_types=1); , this is only possible if you have PHP 7

v2.0.2

11 Mar 12:14
f023d2b
Compare
Choose a tag to compare

Improvement:

  • #110 Add Exception Can't run getConsignmentsByReferenceId() because referenceId can't be null
  • #111 Check if weight is empty

v2.0.1-beta.1

13 Feb 12:25
5955e41
Compare
Choose a tag to compare
v2.0.1-beta.1 Pre-release
Pre-release

Improvement:

  • #107 return the first consignment when reference_identifier is not set (so you can change a shipment)
  • #106 18+ age check

v1.5.1

03 Jan 10:30
246ea7d
Compare
Choose a tag to compare

Improvement:

  • #105 Since 1-1-2019 it is not possible to get an insurance with 50 euros, instead the insurance 100 euros has been added.

v2.0.0

28 Nov 08:25
5f3298c
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Features

  • Implement Laravel collections and helpers

Improvements

  • #78 fix reference ids having to be unique
  • Performance boost for multiple shipments (up to 3 times faster)

Things that no longer work

  • Set consignment by reference.

Example:

$myParcelCollection->addConsignment($consignment);
$myParcelCollection->createConcepts()->setLatestData();
$consignment->getStatus();

Now you need to re-collect the consignment

$myParcelCollection->addConsignment($consignment);
$consignment = $myParcelCollection->createConcepts()->setLatestData()->first();
$consignment->getStatus();

v1.5.0

08 Nov 12:38
c3e6056
Compare
Choose a tag to compare

Feature:

  • #94 Implement digital stamps