Releases: picqer/picqer-php
Releases · picqer/picqer-php
v0.24.0
What's Changed
- Fix deprecated warnings for dynamic property creation by @timwassenburg in #47
- Add endpoints related to fulfilment customers by @nickkraakman in #46
New Contributors
- @timwassenburg made their first contribution in #47
- @nickkraakman made their first contribution in #46
Full Changelog: v0.23.1...v0.24.0
v0.23.1
What's Changed
- Fix headers after retry due to rate limits by @casperbakker in #42
Full Changelog: v0.23.0...v0.23.1
v0.23.0
What's Changed
- Fixed data handling in some endpoints by @pf-jordy in #36
- Add create and delete tag methods by @fmeccanici in #35
- Add update order field method by @fmeccanici in #40
- More client methods by @xyzqtc in #39
- Updated minimum PHP version to 8.0, to support better type hinting
New Contributors
- @pf-jordy made their first contribution in #36
- @fmeccanici made their first contribution in #35
- @xyzqtc made their first contribution in #39
Full Changelog: v0.22.3...v0.23.0
v0.22.3
v0.22.2
- Fix: Use correct URL to get backorders for an order
v0.22.1
Changes:
- Remove case sensitive check for remaining rate limit header
v0.22.0
Changes:
- Allows filtering for
getTags
andgetAllTags
- Adds params to
cancelOrder
to allow addingforce
param
Adds:
getAllTags
updatePurchaseorder
activateProduct
inactivateProduct
getOrderNotes
allocateStockForOrder
deallocateStockForOrder
prioritiseOrder
updatePicklist
cancelPicklist
pickProductOnPicklist
getPurchaseorderProducts
addProductToPurchaseorder
updatePurchaseorderProduct
removePurchaseorderProduct
getReturnLogAndComments
addReturnLogOrChangeStatus
receiveReturnedProducts
getBackordersForOrder
v0.21.1
- Adjust client version in Client.php
v0.21.0
- Added
getAllSuppliers
method - Added filters to
getSuppliers
method to support filtering and theresultGenerator
for suppliers
v0.20.0
Added PicqerWebhook
class as a helper for receiving webhooks.