Skip to content

Releases: Trunkrs/Trunkrs-SDK-PHP

v1.2.3: Fix time slot issue

23 Sep 14:56
Compare
Choose a tag to compare

Fixes an issue with custom time slot selection throught the timeSlotId of the shipment announcement model.

v1.2.2: Base-64 encoding for labels added

16 Jul 13:41
5a03123
Compare
Choose a tag to compare

Added a new function on the Label class to retrieve the label data as base64 encoded data.

v1.2.1: Fixes small problems in stric environment

16 Jul 09:28
e09a689
Compare
Choose a tag to compare
  • Fixes #13 in a strict environment
  • Fixes optional property problem where the properties needed to be supplied by the API

v1.2.0: Introduced label endpoints

13 Jul 08:37
c78418a
Compare
Choose a tag to compare
  • Introduces label endpoints
  • Fixes multiple issues with the Guzzle client

v1.1.3: Fixes an issue with incorrect base url

09 Jul 12:58
dfc273a
Compare
Choose a tag to compare
  • Fixes #9: The use of an incorrect base url.

V1.1.2: Fixes a problem with the base url

09 Jul 12:35
a280292
Compare
Choose a tag to compare

Fixes #9: A problem with the base url where a wrong path post-fix had been defined.

v1.1.1: Fix deprecation issue in Guzzle client

09 Jul 11:09
a3ea1f4
Compare
Choose a tag to compare

Fixes #7: The use of a deprecated Guzzle feature.

v1.1.0: Add new methods for better webhook support

30 Jun 13:08
9aae214
Compare
Choose a tag to compare
Feature: Webhook implementation overhaul (#6)

* Feature: Webhook implementation overhaul

* Bump: v1.1.0