Releases: myparcelnl/sdk
Releases · myparcelnl/sdk
v7.3.1
7.3.1 (2022-07-11)
🐛 Bug Fixes
- consignment status given default value (#424) (0df494e)
v7.3.0
7.3.0 (2022-06-16)
✨ New Features
- add order status webhook and add shipments to order (#414) (ae89f92)
- add weight validation to consignment (#411) (d2cf46e)
🐛 Bug Fixes
- adjust instabox shipment for ConsignmentAdapter usage (#406) (ab0e6c7)
- restore deprecated constant (#416) (ffffa0d)
v7.2.2
7.2.2 (2022-04-15)
🐛 Bug Fixes
- add drop-off point validation for orders (#407) (0b6aa79)
v7.2.1
7.2.1 (2022-04-11)
🐛 Bug Fixes
- consignment: allow omitting insurance field (#409) (810ac4e)
v7.2.0
7.2.0 (2022-04-11)
🐛 Bug Fixes
- allow 6 characters for number suffix (#399) (05f9ff3)
- consignment: fix insurance from api not being set (#396) (ffe8a87)
- cut off label description at 45 characters (ff9aae5)
✨ New Features
v7.1.0
7.1.0 (2022-02-09)
✨ New Features
- pps: add drop-off point to order (#387) (0722275)
- pps: add physical_properties to order (a474cde)
🐛 Bug Fixes
- pps: accept null as dropoffpoint to avoid errors (#391) (436af33)
- pps: datetime throwing error when null (#385) (f3dd238)
- pps: make number suffix in drop off point non-nullable (#397) (395d5e5)
- use proprietary variable name in env (#388) (98b6d7e)
v7.0.0
7.0.0 (2022-02-01)
⚠ BREAKING CHANGES
- instabox: rename rjp to instabox (#348)
🐛 Bug Fixes
✨ New Features
- instabox: add same day delivery (#380) (549f958)
- pps: add delivery type to request body (5f4d6be)
v6.1.0
6.1.0 (2021-12-31)
🐛 Bug Fixes
- consignment: only validate delivery date if needed (#364) (2f34c53)
- pps: export delivery options (#360) (c333346)
- pps: export order date with a timestamp (09eca9c)
- pps: export Rest of World orders (#358) (97da682)
✨ New Features
v6.0.0
⚠ BREAKING CHANGES
- setUserAgent now takes two arguments, (
string $platform, string $version
) instead of one string we expected to look like <platform>/<version>
.
Features
- add consignmentClass property/const to carrier classes (bb9d5b3)
- add monday/saturday to consignment extra options (#341) (3a99a99)
- add more ways to get allowed options for a consignment (#331) (3390340)
- add redjepakketje (43cfb5b)
- add support for orders endpoints (8ef6677)
- add the possibility to export region (a29925c)
- add webhook webservices (c3ae428)
- set external identifier in consignments to allow easier retrieval of rjp barcodes (9c3ed70)
- restructure AbstractCarrier (022e95d)
Bug Fixes
- cut off longer descriptions on customs form (#345) (107b7aa)
- make arrayWithoutNull function work correctly (#330) (f0b82f4)
- re-add deprecated header consts (#339) (7cf2664)
v6.0.0-beta.6
Features
- add monday/saturday to consignment extra options (#341) (3a99a99)
Bug Fixes
- rename delivery moment methods to delivery type (#342) (fa1f304)