Skip to content

Releases: shusaura85/fancourier-api

v2.0.21

17 Oct 07:33

Choose a tag to compare

v2.0.21 Pre-release
Pre-release

Changes

  • Added sender info and functions to AwbIntern

Full Changelog: v2.0.20...v2.0.21

v2.0.20

07 Oct 13:43

Choose a tag to compare

Changes

  • Fix PUDO (FANBox) functions to properly set PUDO location id. Thanks to @rwkyyy for reporting it.
  • Updated examples to be a bit more clear about the PUDO functions.

Full Changelog: v2.0.19...v2.0.20

v2.0.19

03 Oct 13:40
3eea622

Choose a tag to compare

Changes

  • Add setDpi() and getDpi() to PrintAwb to specify DPI for ZPL print mode (doesn't affect HTML or PDF printing)
  • Fix: several comments in AwbIntern
  • Fix: unidentified array key "message" by @daika7ana in #32

Full Changelog: v2.0.18...v2.0.19

v2.0.18

20 Jul 13:48

Choose a tag to compare

Changes

  • Add setOptions() to AwbIntern to set all options at once in a single string
  • Fix GetCosts to send options as array instead of string (thanks to @paulgabriel28 for the initial PR)
  • Add addOption() and resetOptions() to GetCosts to be consistent with AwbIntern

Full Changelog: v2.0.17...v2.0.18

v2.0.17

15 Jul 09:57

Choose a tag to compare

Changes

  • Add uitCode to AwbExtern as well (fix #29)

Full Changelog: v2.0.16...v2.0.17

v2.0.16

13 Jun 16:17

Choose a tag to compare

Changes

  • Added getUidCode() and setUidCode() functions for UitCode field in AWBIntern object - This is used to specify the UID code generated by e-Transport for required shipments
  • Added vat field to getDetails() function in AWBIntern object - Shows the estimated VAT value for the costs (tariff)
  • Added estimatedDeliveryTime field to getDetails() function in AWBIntern object - Shows the estimated time to deliver (in hours)

Full Changelog: v2.0.15...v2.0.16

v2.0.15

20 Mar 12:20

Choose a tag to compare

Changes

  • Added support for OTD field in AWBTracker object - This field specifies the total duration it took from pickup to delivery

Full Changelog: v2.0.14...v2.0.15

v2.0.14

09 Oct 19:00
f998a3f

Choose a tag to compare

Changes

  • Added and fixed some function comments
  • [Fixup] Wrong class defined in docblock breaking phpstan method calls by @daika7ana in #26
  • [Feature] Added platformId parameter to Generate requests by @daika7ana in #27
  • [Feature] Added global setTimeout, and per request setTimeout functionality by @daika7ana in #28

Full Changelog: v2.0.13...v2.0.14

v2.0.13

03 Sep 20:48
e515c98

Choose a tag to compare

Changes

  • Added function getAwbConfirmations() to get ZIP file with delivery confirmations for specified AWB's. Implements #25
  • Removed a forgotten print_r call in CreateAwbExternal response by @aemarcuss in #24

v2.0.12

29 Jul 12:25

Choose a tag to compare

Changes

  • Added AwbIntern dropOffLocation for PUDO by @daika7ana in #21
  • Added example to create FANBox AWB