Releases: mnastalski/baselinker-php
Releases · mnastalski/baselinker-php
v2.3.0
08 Nov 11:23
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add Order::addOrderBySplit() method
Add Order::setOrdersMerge() method
v2.1.0
23 Sep 19:23
Compare
Sorry, something went wrong.
No results found
Add inventory payers (#29 )
v2.0.0
12 Sep 22:16
Compare
Sorry, something went wrong.
No results found
Change description to "base.com" (#26 )
Fix and change signature of CourierShipments::getCourierServices() (#25 , #27 , #28 )
v1.4.0
24 Jul 07:36
Compare
Sorry, something went wrong.
No results found
Add warehouse purchase orders (#24 )
v1.3.0
22 Jul 07:43
Compare
Sorry, something went wrong.
No results found
Add warehouse documents (#23 )
v1.2.0
10 Jul 18:45
Compare
Sorry, something went wrong.
No results found
Add ProductCatalog::getInventoryTags() method (#22 )
v1.1.1
08 Jul 05:48
Compare
Sorry, something went wrong.
No results found
Fix ProductCatalog::getInventoryAvailableTextFieldKeys() (#21 )
v1.1.0
19 Mar 18:57
Compare
Sorry, something went wrong.
No results found
Add including of WMS units and additional EANS to getInventoryProductsData (#19 )
v1.0.0
08 Dec 21:32
Compare
Sorry, something went wrong.
No results found
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