Releases: shusaura85/fancourier-api
Releases · shusaura85/fancourier-api
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
v2.0.11
Changes
- Added PrintAwb response class. Improved error handling when downloading AWB's
- Fixed docblock declarations in Fancourier class
- Added missing type declarations in Fancourier class.
The next release will be the last one for PHP 7 (unless new features or bugs are found). After that, new versions will be targeted at PHP 8.1+ (PHP 7 version will still be available in a branch)
v2.0.10
Changes
- Fixed issue #20 - Cash on Delivery did not work in external AWB's. API changed from field "repayment" to field "cod", the same as internal awb for cash on delivery value. No changes needed to user code (change was internal)
Unless new features are added by Fan Courier to the API, the next release will be the last one for PHP 7. After that, new versions will be targeted at PHP 8.1+
v2.0.9
Changes
- Added new expiresAt field for Auth by @daika7ana in #19
Unless new features are added by Fan Courier to the API, the next release will be the last one for PHP 7. After that, new versions will be targeted at PHP 8.1+
v2.0.8
v2.0.7
v2.0.6
Changes
- You can now print AWB's in ZPL format for use with label printers
- You can now specify the print size for AWB's (available options A4, A5, A6)
v2.0.5
Changes
- Commented out a return type declaration in Street object (not compatible with PHP 7)
- Fix per page limit in getStreets. Thanks to @romanpiller for the issue report. Closes #9
- Fix getLanguage() function in GetAwbEvents. PR #13
- Fix PUDO id invalid typecast. PR #10
- Fix missing properties in BankTransfer object. PR #11
- Fix typos in Branch object. PR #12
- Fix typos in GetCostsExternal. PR #14
- Remove unused function getInfo in ShippingSlip object. PR #14
- Fix typos in country functions in GetCountiesExternal. PR #14
Special thanks to @daika7ana for the PR's mentioned above