Release 4.1.0
- Was added support for a static liveness check
- Was added support for allowing the Relying Business to enable/disable the use of expired documents
(new OrthogonalRestrictionsFilterBuilder())
-> withAllowExpiredDocuments() // enable
->withDenyExpiredDocuments() // disable
->build();
- Was added support for a face comparison check
- Was fixed bug with 'uploadFaceCaptureImage' function
- Support only for php7.4.* + php 8.0.* + php8.1.* version
- Was updated guzzle http/guzzle to ^7.0 version
- Was updated guzzle http/psr7 to ^2.4 version
- Was removed php7.1 support