Releases: getyoti/yoti-php-sdk
Releases · getyoti/yoti-php-sdk
2.0.0
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
Changed
- Amend YotiClient::getActivityDetails to safely retrieve share data.
Added
1.2.0
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
Changes we made in this release:
- Add age verification helper
- Integrate SPL class autoloader when composer is not used
1.1.1
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
In this release we added support for AML (Anti Money Laundering) service.
1.0.9
Add fullName getter and age_over attribute to ActivityDetails
1.0.8
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
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
Changed a const array to an attribute array to support backward compatibility in PHP.