Releases: eversign/eversign-php-sdk
Releases · eversign/eversign-php-sdk
v1.24.3
- Signer model extended with decline reason
v1.24.2
Timeout increased to 30 seconds
1.24.1
Improvements in eversign DEV and update of composer.lock file
1.24.0
Added support for signer authentication via SMS to the SDK.
1.23.2
Restore PHP 7.1-7.3 support (#50)
Type hinted properties are only supported on PHP 7.4+, so the recent changes in #48 inadvertently broke the package on PHP 7.1-7.3
Removing the type hint fixes the package for older PHP versions.
1.23.1
- Add centralized timeout configuration for Guzzle calls
1.22.0
- Support for embedded_claim_url
1.21.1
- Bugfix for optional method in ApiRequest causing issues with PHP 8
1.21.0
- Allow PHP 8 & require JMS serializer 3 (thanks to @okdewit for a proposal and contribution)
1.20.0
- Correct client 'php-sdk' when sending Document API calls