Skip to content

Releases: Kount/kount-ris-php-sdk

7.4.2

17 Jun 14:28
Compare
Choose a tag to compare
Merge branch 'Jake.Coddington-master-patch-45414' into 'master'

Update settings.ini

See merge request kount/third_party/kount-ris-php-sdk!38

v7.3.9

26 Mar 12:55
Compare
Choose a tag to compare
  1. Removed warning for KOUNT_CUSTOM_SETTINGS_FILE constant

v7.3.7

18 Mar 11:35
Compare
Choose a tag to compare
  • Provided support for PHP-8 [Removed the invalid CURL option]

Remove Data Validation from the SDK side

05 Feb 16:49
Compare
Choose a tag to compare

Remove Data validation from the SDK side.

7.2.1

09 Jan 20:32
8d478ad
Compare
Choose a tag to compare

Updated the PHP SDK to use the latest RIS SDK version, 0700.

7.2.0

22 Aug 19:26
ee35696
Compare
Choose a tag to compare

Omniscore implemented in PHP. We have included a getter method called getOmniscore that returns the Omniscore value in the Response.

Version 7.1.0

02 Jul 12:33
d816231
Compare
Choose a tag to compare

7/2/2018

Added support to pass an IPV6 address with the IPAD field. IMPORTANT NOTE: IPV6 addresses are converted to a static IPV4 address within RIS (10.0.0.1).

Version 7.0.0 changes

12 Sep 08:39
Compare
Choose a tag to compare

09/12/2017

  1. Introduced configuration key - this breaks backward compatibility with older releases.
  2. Removed the SALT phrase.
  3. Introduced base85 encoding and decoding.
  4. Added sha256 validation for the config key.

6.5.4

14 Aug 09:39
Compare
Choose a tag to compare

Version 6.5.4 changes

08/14/2017

  1. Removed request parameters CCYY(Expiration year) and CCMM(Expiration month) from the PHP SDK.

6.5.3

17 Jul 14:23
Compare
Choose a tag to compare

Version 6.5.3 changes

07/17/2017

  1. Enabled acceptance of custom settings from user defined file.