Releases: Penneo/sdk-php
Releases · Penneo/sdk-php
Release 2.7.1
Release 2.7.0
Added Programmatic access via OAuth using API Keys as an authentication option. See the README for more.
Release 2.6.0
Added OAuth 2.0 as an authentication option. See the README for more.
Release 2.5.3
Removes "supported languages" as a dependency. Before it would fail silently and fallback to the default language. Now it will pass whatever you pass it and let the API handle errors.
Release 2.5.2
Release 2.5.1
What's Changed
- Added support for French
fr
and Finnishfi
language options on casefiles
Release 2.5.0
What's Changed
- Added
insecureSigningMethods
to SigningRequest allowing for finer control over which simple electronic signature methods
should be available to a signer
$signingRequest->setInsecureSigningMethods([InsecureSigningMethods::DRAW, InsecureSigningMethods::IMAGE, InsecureSigningMethods::TEXT]);
Release 2.4.2
Fixed
- Fixed "Calling method X on null" issue: #66
Release 2.4.1
Fixed
- Fixed "never true" if condition and "Calling method X on null" solving #62
Special thanks to @Malek-Mohamed !
Release 2.4.0
Changed
- It is now possible to set the
storeAsContact
setting on signers