Skip to content

Releases: shusaura85/fancourier-api

v2.0.14

09 Oct 19:00
f998a3f
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes

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

v2.0.11

02 Jul 11:22
Compare
Choose a tag to compare

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

17 Jun 09:47
Compare
Choose a tag to compare

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

11 Jun 19:16
86a6d33
Compare
Choose a tag to compare

Changes

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

08 May 10:08
530553d
Compare
Choose a tag to compare

Changes

  • Fixed options in Fancourier\Request\GetCosts. PR #18 by horatiua

v2.0.7

12 Apr 15:22
f11b633
Compare
Choose a tag to compare

Changes

  • Call to undefined method Fancourier\Client::getError(). PR #17 by daika7ana

v2.0.6

04 Mar 11:06
Compare
Choose a tag to compare

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

29 Feb 22:44
Compare
Choose a tag to compare

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