Skip to content

Releases: shusaura85/fancourier-api

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

v2.0.4

27 Feb 15:26
Compare
Choose a tag to compare

Changes

  • Update some of the examples
  • Street number is now always sent as string when creating a new AWB or Courier Order
  • Removed forgotten debug lines in CreateAwbExternal response and fix status check
  • Fixed internal client handling of headers
  • POST requests are now sent as JSON. Fixes #8
  • Started documentation with mapping between official Fan Courier API docs and the PHP classes

v2.0.3

18 Feb 16:04
Compare
Choose a tag to compare

Changes

  • Merged PR #6 to fix issue with response status check in GetServices. Thanks to @stefanbutura
  • Improved response check in DeleteCourierOrder
  • Fix issue with response status check in GetShippingSlip.

v2.0.2

15 Feb 14:02
Compare
Choose a tag to compare

Changes

  • Fixed error in GetCosts::setPaymentType() that always triggered an exception. Fixes #5