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

Releases: hellosign/hellosign-php-sdk

3.8.0

Choose a tag to compare

@jspaetzel jspaetzel released this 07 Jul 23:49
820e436

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

Choose a tag to compare

@jspaetzel jspaetzel released this 01 Jun 20:52
8935f11

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

Choose a tag to compare

@ericbecking ericbecking released this 02 Jun 22:03
f62c603

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

Choose a tag to compare

@jyoung488 jyoung488 released this 28 Jan 04:34
43aab78

Add HTTP Configuration to Guzzle Client

Embedded Bulk Send

Choose a tag to compare

@jyoung488 jyoung488 released this 10 Jan 16:54
4382ee6

Add ability to send embedded bulk send with template

Fix Unit Tests

Choose a tag to compare

@jyoung488 jyoung488 released this 01 Nov 18:06
dd09806

Fix unit tests

New API Features

Choose a tag to compare

@jyoung488 jyoung488 released this 29 Oct 23:42
4e4793a

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

SDK Audit

Choose a tag to compare

@jyoung488 jyoung488 released this 03 Oct 16:45
a91d8c1

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

v3.5.3

Choose a tag to compare

@nathanbuchar nathanbuchar released this 14 Jun 17:17
72723ec

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

v3.5.2

Choose a tag to compare

@radhack radhack released this 01 Mar 22:06
66b1950

Add allow_decline