Skip to content

Releases: Penneo/sdk-php

Release 2.7.1

06 Mar 11:17
d415d73
Compare
Choose a tag to compare

Update the signer documentation example to showcase the usage of the SMS access control feature

Release 2.7.0

31 Jan 09:31
Compare
Choose a tag to compare

Added Programmatic access via OAuth using API Keys as an authentication option. See the README for more.

Release 2.6.0

30 Nov 09:29
27854b3
Compare
Choose a tag to compare

Added OAuth 2.0 as an authentication option. See the README for more.

Release 2.5.3

02 Oct 10:32
49e659d
Compare
Choose a tag to compare

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

18 Aug 08:29
5abe7a9
Compare
Choose a tag to compare

What's Changed

  • Update psr/log to suppot newer versions by @mnbuhl in #72

New Contributors

Full Changelog: 2.5.1...2.5.2

Release 2.5.1

13 Jul 13:51
9862194
Compare
Choose a tag to compare

What's Changed

  • Added support for French fr and Finnish fi language options on casefiles

Release 2.5.0

23 May 13:48
f57634f
Compare
Choose a tag to compare

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

22 Dec 08:46
19bada0
Compare
Choose a tag to compare

Fixed

  • Fixed "Calling method X on null" issue: #66

Release 2.4.1

30 Nov 14:48
4a12030
Compare
Choose a tag to compare

Fixed

  • Fixed "never true" if condition and "Calling method X on null" solving #62
    Special thanks to @Malek-Mohamed !

Release 2.4.0

01 Nov 09:58
9f1e0e7
Compare
Choose a tag to compare

Changed

  • It is now possible to set the storeAsContact setting on signers