Releases: smileidentity/smile-identity-core-php
Releases · smileidentity/smile-identity-core-php
v4.0.3
v4.0.2
- Migrated to PSR-4 from PSR-0
- Fixed issue affecting the submission of
SMART_SELFIE_REGISTRATION
jobs - Bumped up version for new release
v4.0.1
What's Changed
- Add kyb verification by @nii-mants3 in #23
- Bump guzzlehttp/psr7 from 2.4.0 to 2.5.0 by @dependabot in #24
- Optional docv id types by @ayinloya in #25
- Add empty string check by @ayinloya in #26
New Contributors
- @nii-mants3 made their first contribution in #23
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Update: replace 'install' with 'require' for composer package install… by @Yigaue in #17
- Bump guzzlehttp/guzzle from 7.4.2 to 7.4.5 by @dependabot in #13
- Run tests in github actions by @mldangelo in #18
- Feature/enforce signature by @ArlonTM in #16
- Fix changelog out of sync with release by @ayinloya in #20
- Remove sec key by @ayinloya in #19
- Bump up version for new release by @ayinloya in #21
New Contributors
- @Yigaue made their first contribution in #17
- @dependabot made their first contribution in #13
- @mldangelo made their first contribution in #18
- @ayinloya made their first contribution in #20
Full Changelog: v3.2.0...v4.0.0
v3.2.0
What's Changed
Features
- Enforced the use of signature for all API calls
- Added a reference to the library client source and the version number to all API calls
Full Changelog: v3.1.0...v3.2.0
v3.1.1
What's Changed
- Bugfix: Change
get_web_token
method's definition($user_id, $job_id, $product_type)
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Relax the PHP version requirement so that it's possible to install in >= PHP 7.4 environment
- Bugfix: Import error in IdAPI class
- Bugfix:
No enrolled user found
error when making a request to prep-upload for job types 1, 2, and 4.
Full Changelog: v3.0.0...v3.1.0