Skip to content

Releases: eversign/eversign-php-sdk

v1.24.3

24 Jan 11:06
fedc17d
Compare
Choose a tag to compare
  • Signer model extended with decline reason

v1.24.2

14 Dec 16:18
9982a65
Compare
Choose a tag to compare

Timeout increased to 30 seconds

1.24.1

30 Nov 13:45
Compare
Choose a tag to compare

Improvements in eversign DEV and update of composer.lock file

1.24.0

15 Sep 14:19
18d57a2
Compare
Choose a tag to compare

Added support for signer authentication via SMS to the SDK.

1.23.2

26 May 14:52
a4cf6c0
Compare
Choose a tag to compare

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

26 May 06:19
f697522
Compare
Choose a tag to compare
  • Add centralized timeout configuration for Guzzle calls

1.22.0

11 May 14:17
2cd66f6
Compare
Choose a tag to compare
  • Support for embedded_claim_url

1.21.1

27 Apr 13:06
cc9ccd6
Compare
Choose a tag to compare
  • Bugfix for optional method in ApiRequest causing issues with PHP 8

1.21.0

26 Apr 10:08
22f05ec
Compare
Choose a tag to compare
  • Allow PHP 8 & require JMS serializer 3 (thanks to @okdewit for a proposal and contribution)

1.20.0

18 Feb 08:38
4f02c0b
Compare
Choose a tag to compare
  • Correct client 'php-sdk' when sending Document API calls