Releases: hellosign/hellosign-php-sdk
3.8.0
Maintenance release to support PHP 8.0 and PHP 8.1. This will most likely be the last major update to this package until we release our next generation of sdks which you can preview/begin using here: https://github.com/hellosign/hellosign-php-sdk/tree/openapi
3.7.0
Cumulative release with some incremental improvements.
- Allow Guzzle 7 or 6
- Add CI changes to test against PHP 7.1 thru 7.4 w/ lower dependencies as well for earlier versions
- Update getSignatureRequests to accept page size and search query
- Fix for a bad return type in Event class
Fixed unit tests and build system
Pull requests against this repository should now have passing builds! This also fixes tests locally. The one note is that when running the tests requests made are now NOT in test mode in order to allow for doing more requests per hour based on the account they are linked to. You can always change this behavior by enabling test mode in https://github.com/hellosign/hellosign-php-sdk/blob/v3/library/HelloSign/Test/AbstractTest.php by uncommenting line 55 (the $this->client->enableDebugMode(); ).
HTTP Configuration
Add HTTP Configuration to Guzzle Client
Embedded Bulk Send
Add ability to send embedded bulk send with template
Fix Unit Tests
Fix unit tests
New API Features
Added new API features - signer attachments, signer groups, bulk send, signing options, and miscellaneous bug fixes
SDK Audit
v3.5.3
This release allows custom_fields to be passed for text_tags (and eventually form_fields_per_document).