Skip to content

Releases: wildlink/wildlink-api-php

1.1.8

Choose a tag to compare

@CydeSwype CydeSwype released this 27 Apr 21:37
58f3e3f
  • Added internal feature to support new actions on concepts/keywords endpoints

1.1.7

Choose a tag to compare

@CydeSwype CydeSwype released this 17 Sep 14:10
  • Added internal feature to support coupon endpoints

1.1.6

Choose a tag to compare

@CydeSwype CydeSwype released this 19 Dec 22:06

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

1.1.5

Choose a tag to compare

@CydeSwype CydeSwype released this 19 Dec 20:04

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

Choose a tag to compare

@CydeSwype CydeSwype released this 17 Dec 23:28

Added NLP function calls

1.1.3

Choose a tag to compare

@CydeSwype CydeSwype released this 29 Aug 23:12

Added other parameters available for getAvailableConcepts

1.1.2

Choose a tag to compare

@CydeSwype CydeSwype released this 29 Aug 21:57

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

Choose a tag to compare

@CydeSwype CydeSwype released this 06 Dec 17:24
  • Better error message when trying to invoke getPagedCommissions outside of a CommissionList object

New method: Get commission rates for a given merchant

Choose a tag to compare

@CydeSwype CydeSwype released this 05 Dec 02:02
722f6e5
  • 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

Choose a tag to compare

@CydeSwype CydeSwype released this 15 Nov 23:01
90646d8
  • Improved method for fetching all commissions changed since X date (implements a CommissionList object similar to MerchantList)