Skip to content

Releases: ShoppinPal/vend-php-api

Upgraded PHPUnit

16 Dec 09:36
1e1fd4d
Compare
Choose a tag to compare
Merge pull request #22 from open-source-contributions/test_enhancement

Upgrade PHPUnit and some testing stuffs

Add deleted customer group support

07 Mar 05:19
b1e2804
Compare
Choose a tag to compare
v0.2.27

Add handling of deleted customer groups via the V2 API

Inventory versions workaround, deleted consignment and consignment product support

13 Dec 06:41
6cab68b
Compare
Choose a tag to compare

Add workaround to the version endpoint helper method for handling the removal of the inventory value from the response payload.
Add support for the deleted parameter to the consignment and consignment product APIs.

Add dispatched_success consignment status

22 Nov 08:32
23bb104
Compare
Choose a tag to compare
v0.2.25

Add dispatched success status

Add dispatched to the consignment statuses

20 Nov 04:30
bea3a39
Compare
Choose a tag to compare
v0.2.24

Add dispatched status

Fix version check helper method

07 Nov 06:55
c90ae1c
Compare
Choose a tag to compare
v0.2.23

Properly fix version check helper, add tests for it

Fix version check helper method

26 Oct 11:11
ec172f9
Compare
Choose a tag to compare
0.2.23

Fix version check helper

Version comparator helper method for the v2 versions entity

24 Oct 10:38
ff2f314
Compare
Choose a tag to compare
Merge pull request #19 from ShoppinPal/add-version-compare-helper

Add helper method to compare versions returned from the api to already retrieved versions

Brand getter method added to V2

10 Dec 19:41
48fa57f
Compare
Choose a tag to compare
Merge pull request #17 from ShoppinPal/brand-get-method

Brand getter method added

Tags and product type V2 support and minor fixes

21 Oct 01:45
bc3114b
Compare
Choose a tag to compare

Added api and entity for the V2 product types and tags.

Fixed the typo in the V2 Versions entity for the productTypes value.

Raised minimum PHP version requirement to 7.1 from 5.6. This was effectively a requirement before as well, it was just not reflected in composer.json and the travis config.

Removed PHP 5.6 and 7.0 travis tests, added PHP 7.2 and 7.3.