Skip to content

Releases: wildlink/wildlink-api-php

1.1.8

27 Apr 21:37
58f3e3f

Choose a tag to compare

  • Added internal feature to support new actions on concepts/keywords endpoints

1.1.7

17 Sep 14:10

Choose a tag to compare

  • Added internal feature to support coupon endpoints

1.1.6

19 Dec 22:06

Choose a tag to compare

Added a dev switch to allow WildlinkClient to be pointed at dev server.

1.1.5

19 Dec 20:04

Choose a tag to compare

Added new debug feature. When instantiating a WildlinkClient, a new, fifth parameter can be included to signal whether you want the SDK to output raw communication between the client and server. Default value of this parameter is 0. Any non-zero value will enable debug output.

1.1.4

17 Dec 23:28

Choose a tag to compare

Added NLP function calls

1.1.3

29 Aug 23:12

Choose a tag to compare

Added other parameters available for getAvailableConcepts

1.1.2

29 Aug 21:57

Choose a tag to compare

This release adds methods to:

  • Request all available concepts (concepts that haven't been added to the application's black/whitelist of concepts)
  • Add an available concept to the application (concept will be added to the application's blacklist or whitelist depending on application configuration)

Improved error messaging

06 Dec 17:24

Choose a tag to compare

  • Better error message when trying to invoke getPagedCommissions outside of a CommissionList object

New method: Get commission rates for a given merchant

05 Dec 02:02
722f6e5

Choose a tag to compare

  • Added new getMerchantCommissionRates method for getting all commission rate info for a given merchant
  • Bug fixes in Readme
  • Added documentation to Readme for alternative commissions looping

Added CommissionList object

15 Nov 23:01
90646d8

Choose a tag to compare

  • Improved method for fetching all commissions changed since X date (implements a CommissionList object similar to MerchantList)