Skip to content

Releases: Trunkrs/Trunkrs-SDK-PHP

v2.2.0: Batched labels

25 Mar 23:09
f7035be
Compare
Choose a tag to compare
v2.2.0: Batched label downloads (#39)

* ALPHA-742: Download batch labels

* Bump: v2.2.0

v2.1.4: Remove usage of PHP8 feature

22 Feb 13:01
4ff86cf
Compare
Choose a tag to compare
Merge pull request #36 from Trunkrs/fix/2.1.4/use-of-php-8-feature

Resolve #35: Use of PHP 8 feature

v2.1.3: Add label download method

22 Feb 11:21
be5f059
Compare
Choose a tag to compare

Fixes #33: Manual download action of label. Now a new method has been implemented to facilitate label downloads in API V2.

v2.1.2: DX Release

19 Feb 17:54
b0bca84
Compare
Choose a tag to compare

We added a default weight to your parcel so that in many cases a shipment can be created more easily.

v2.1.1: Missing label mapping

19 Feb 15:17
ba970dd
Compare
Choose a tag to compare

Fixed an issue where the label urls were not always mapped in the correct way.

v2.1.0: Many small fixes to the SDK

18 Feb 16:32
ce5e833
Compare
Choose a tag to compare
v2.1.0: Fix many small issue (#29)

v2.0.2: Fixes issue w/ nullability

09 Feb 09:06
18d60f1
Compare
Choose a tag to compare

This patch release fixes an issue with the server, which didn't accepted certain null values where it should.

v2.0.1: Mapping issue resolved

05 Feb 13:10
82bc8ce
Compare
Choose a tag to compare

Fixes issue #26: Fixed an incorrect validation message mapping.

v2.0.0: API version upgrade to v2

04 Feb 09:31
8a10a66
Compare
Choose a tag to compare

Features in this new release:

  • Upgrade to API version 2
  • More granular control over shipment details
  • Support for new shipment feature codes
  • Support for international shipping

This release has breaking changes. Please check out our v1.* migration guide.

v1.2.4: Small fixes

27 Nov 13:36
b472490
Compare
Choose a tag to compare
  • #21: Fixes an issue where web hook properties were invalid
  • Changed the url field on the webhooks to null in when no value is available.