Skip to content

Releases: getyoti/yoti-php-sdk

2.0.0

22 Jan 16:08
Compare
Choose a tag to compare

Changed

  • ActivityDetails::_constructor params
  • ActivityDetails::getUserId to ActivityDetails::getRememberMeId
  • Http\Request module name has changed

Added

  • ActivityDetails::getApplicationProfile
  • ActivityDetails::getTimestamp
  • ActivityDetails::getReceiptId
  • ActivityDetails::getRememberMeId
  • ActivityDetails::getParentRememberMeId
  • ActivityDetails::getDocumentDetails
  • ActivityDetails::getProfile
  • Attribute::getAnchors
  • AgeVerification::class

Removed

  • Attribute getters from ActivityDetails
  • ActivityDetails::getAgeCondition
  • ActivityDetails::isAgeVerified
  • ActivityDetails::getVerifiedAge
  • ActivityDetails::getUserId

1.2.1

07 Nov 17:16
Compare
Choose a tag to compare

Changed

  • Amend YotiClient::getActivityDetails to safely retrieve share data.

Added

  • SDK version tracking

1.2.0

10 Jul 16:41
Compare
Choose a tag to compare

Changes we made in this release:

  • Add profile attributes anchors
  • Add a new getter 'getProfile()' to ActivityDetails for the new attributes.
  • Update the examples profile to include the new attributes
  • Apply new style to the examples profile page.

1.1.2

07 Mar 16:16
d8847e1
Compare
Choose a tag to compare

Changes we made in this release:

  • Add age verification helper
  • Integrate SPL class autoloader when composer is not used

1.1.1

01 Mar 16:31
399e6b3
Compare
Choose a tag to compare

Changes we made in this release:

  • Add test case for AML check module
  • Add examples for AML check
  • Add instructions on how to run AML check examples

1.1.0

09 Feb 15:01
Compare
Choose a tag to compare

In this release we added support for AML (Anti Money Laundering) service.

1.0.9

07 Feb 11:02
ae1d13f
Compare
Choose a tag to compare

Add fullName getter and age_over attribute to ActivityDetails

1.0.8

18 Jan 10:29
Compare
Choose a tag to compare

Changes we made in this release:

  • Add ActivityDetails helper which includes a method that returns selfie as a base64 data
  • Use ActivityDetails helper in the example and improve the profile display
  • Exclude example and tests folder from published packages

1.0.7

11 Jan 16:19
53e0d8f
Compare
Choose a tag to compare

Changes we made in this release:

  • Use profile attribute getters in the example/profile file.
  • Exclude example and tests folder from the package.

1.0.6

15 Dec 11:44
Compare
Choose a tag to compare

Changed a const array to an attribute array to support backward compatibility in PHP.