Releases: shusaura85/fancourier-api
Releases · shusaura85/fancourier-api
v2.0.21
v2.0.20
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
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
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
v2.0.16
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
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
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
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
Changes
- Added AwbIntern dropOffLocation for PUDO by @daika7ana in #21
- Added example to create FANBox AWB