Skip to content

Releases: mnastalski/baselinker-php

v2.3.0

08 Nov 11:23
70a0696

Choose a tag to compare

  • Add inventory documents
  • Add inventory purchase orders
  • Add inventory suppliers
  • Deprecate warehouse documents and warehouse purchase orders - use inventory documents and inventory purchase orders instead. Will be removed in v3

v2.2.0

30 Sep 20:02
b5cca63

Choose a tag to compare

  • Add Order::addOrderBySplit() method
  • Add Order::setOrdersMerge() method

v2.1.0

23 Sep 19:23
a948778

Choose a tag to compare

  • Add inventory payers (#29)

v2.0.0

12 Sep 22:16
174dcec

Choose a tag to compare

  • Change description to "base.com" (#26)
  • Fix and change signature of CourierShipments::getCourierServices() (#25, #27, #28)

v1.4.0

24 Jul 07:36
98ef441

Choose a tag to compare

  • Add warehouse purchase orders (#24)

v1.3.0

22 Jul 07:43
56f6c59

Choose a tag to compare

  • Add warehouse documents (#23)

v1.2.0

10 Jul 18:45
f48c18e

Choose a tag to compare

Add ProductCatalog::getInventoryTags() method (#22)

v1.1.1

08 Jul 05:48
7da5405

Choose a tag to compare

  • Fix ProductCatalog::getInventoryAvailableTextFieldKeys() (#21)

v1.1.0

19 Mar 18:57
090a597

Choose a tag to compare

  • Add including of WMS units and additional EANS to getInventoryProductsData (#19)

v1.0.0

08 Dec 21:32
1e714f1

Choose a tag to compare

Complete code refactor:

  • Requires PHP >= 8.1
  • Doesn't use interfaces anymore
  • Initialized with param instead of array: new Baselinker('token')
  • BaselinkerException takes the response object and makes it accessible
  • Changed method params in BaselinkerConnect class to reflect changes in the API