Skip to content

Releases: SiftScience/sift-php

Version 4.0.1

03 Feb 01:14

Choose a tag to compare

  • Fix compatibility with PHP 8.0.x

Version 4.0.0

01 Apr 22:13

Choose a tag to compare

  • Add hooks for changing api endpoint and passing custom curl_opts
  • Fix autoloading errors when PEAR packages are not present
  • Add curl and /v3 error codes and messages to SiftResponse
  • Fix URL encoding bug
  • Remove support for php <7.1

Version 3.3.0

10 Aug 23:59
eabfbff

Choose a tag to compare

Add support for rescore_user and get_user_score APIs

Version 3.1.0

04 Jun 20:30
830174e

Choose a tag to compare

Version 3.0.1

06 Apr 18:18
2ed379c

Choose a tag to compare

Version 3.0.0

28 Mar 18:44
8df98eb

Choose a tag to compare

Version 2.2.0

14 Feb 23:41
0316139

Choose a tag to compare

v2.1.1 with logging support and various other improvements

13 Sep 23:16

Choose a tag to compare

  • Adds logging capabilities
  • Fixes warning logs on empty response body
  • Fixes phpdoc

Release V2.1.0.0 with support for new decision endpoints.

31 Mar 00:59

Choose a tag to compare

  • Adds ability to use new decision endpoints on SiftClient

V2.0.1.0

29 Sep 18:13

Choose a tag to compare

  • fixes unlabel function to use array params instead of private variables.