Skip to content

Releases: picqer/picqer-php

v0.19.0

01 Apr 14:45
b764852
Compare
Choose a tag to compare
  • Added getProductLocations method
  • Added linkProductToLocation method
  • Added unlinkProductFromLocation method
  • Added addSupplier method
  • Added updateSupplier method
  • Added getAllLocations method

v0.18

18 Mar 11:09
d4978c0
Compare
Choose a tag to compare
  • getOrderBackorders() method added

v0.17.0

29 Nov 19:16
Compare
Choose a tag to compare
  • getResultsGenerator() method added by @barryvdh
  • getStats() method added by @HuntingVillager
  • Added rate limit handling by client itself with enableRetryOnRateLimitHit()
  • Updated examples and readme for the new options

v0.16.0

23 Oct 11:48
Compare
Choose a tag to compare
  • Added addPurchaseorder method to create new purchase orders in Picqer

v0.15.0

09 Oct 14:13
79738b4
Compare
Choose a tag to compare

Added support for product parts, thanks to @questionmark78

v0.14.0

05 Jun 11:58
Compare
Choose a tag to compare
  • Adds support for Locations

v0.13.3

29 Aug 18:06
Compare
Choose a tag to compare
  • Update updateCustomerAddress method to send a PUT request #7 by @gerp

v0.13.2

18 Aug 10:16
b743f14
Compare
Choose a tag to compare

Bugfix stock histories

v0.13.1

08 Aug 14:34
ab1477d
Compare
Choose a tag to compare

Bugfix in stock histories

v0.13.0

02 Aug 09:57
7c81870
Compare
Choose a tag to compare
  • Added all current API methods (partly by @ricohageman)
  • Added current rate limit level, so you can prevent hitting the limit easily
  • Throwing exceptions when you hit rate limits, to incentive you to not ignore them