Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Releases: hellosign/hellosign-php-sdk

3.8.0

07 Jul 23:49
820e436
Compare
Choose a tag to compare

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

01 Jun 20:52
8935f11
Compare
Choose a tag to compare

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

02 Jun 22:03
f62c603
Compare
Choose a tag to compare

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

28 Jan 04:34
43aab78
Compare
Choose a tag to compare

Add HTTP Configuration to Guzzle Client

Embedded Bulk Send

10 Jan 16:54
4382ee6
Compare
Choose a tag to compare

Add ability to send embedded bulk send with template

Fix Unit Tests

01 Nov 18:06
dd09806
Compare
Choose a tag to compare

Fix unit tests

New API Features

29 Oct 23:42
4e4793a
Compare
Choose a tag to compare

Added new API features - signer attachments, signer groups, bulk send, signing options, and miscellaneous bug fixes

SDK Audit

03 Oct 16:45
a91d8c1
Compare
Choose a tag to compare

Added functionality for some missing parameters or endpoints. Adjusted comments for consistency.

v3.5.3

14 Jun 17:17
72723ec
Compare
Choose a tag to compare

This release allows custom_fields to be passed for text_tags (and eventually form_fields_per_document).

v3.5.2

01 Mar 22:06
66b1950
Compare
Choose a tag to compare

Add allow_decline