Skip to content

Releases: docusign/docusign-esign-php-client

Version 4.3.0-rc

15 May 21:06
becec85

Choose a tag to compare

Version 4.3.0-rc Pre-release
Pre-release

Changed

  • The SDK now supports version 20.1.02 of the DocuSign eSignature API v2.
  • SDK Release Version updated.

Version 5.1.0

02 Apr 23:03
aa957b0

Choose a tag to compare

Changed

  • Added support for version v2.1-20.1.00 of the DocuSign eSignature API.
  • Updated the SDK release version.

Added

  • Added the new property copy_recipient_data to envelopes. When set to true, the information that recipients enter is retained when you clone an envelope. For example, if you resend an envelope that was declined or voided after one or more recipients entered data, that data is retained. Note that the new account UI setting enable_envelope_copy_with_data must be enabled for the account.
  • Added input_options and RecipientIdentityInputOption to RecipientIdentityVerification to support Identity Verification: Reserved for DocuSign.

Version 4.2.0

02 Apr 23:05
2d5d6cb

Choose a tag to compare

Changed

  • Added support for version v2-20.1.00 of the DocuSign eSignature API.
  • Updated the SDK release version.

Added

  • Added the new property copy_recipient_data to envelopes. When set to true, the information that recipients enter is retained when you clone an envelope. For example, if you resend an envelope that was declined or voided after one or more recipients entered data, that data is retained. Note that the new account UI setting enable_envelope_copy_with_data must be enabled for the account.
  • Added input_options and RecipientIdentityInputOption to RecipientIdentityVerification to support Identity Verification: Reserved for DocuSign.

Version 5.1.0-rc

20 Mar 08:08
f74bc24

Choose a tag to compare

Version 5.1.0-rc Pre-release
Pre-release

[5.1.0-rc] - eSignature API v2.1-20.1.00 - 2020-03-13

Changed

  • The SDK now supports version v20.1.00 of the DocuSign eSignature API.
  • SDK Release Version updated.

Version 4.2.0-rc

20 Mar 08:02
934361a

Choose a tag to compare

Version 4.2.0-rc Pre-release
Pre-release

[4.2.0-rc] - eSignature API v2-20.1.00 - 2020-03-13

Changed

  • The SDK now supports version v20.1.00 of the DocuSign eSignature API.
  • SDK Release Version updated.

Version 5.0.0-rc

05 Sep 07:37
1eb80c1

Choose a tag to compare

[5.0.0-rc] - eSignature API v2.1-19.2.02 - 2019-09-28
BREAKING
The SDK now supports version v2.1-19.2.02 of the DocuSign eSignature API.
SDK Release Version updated.
Fixed
Number and Date serialization issues DCM-3210
Updated phpdocs to point to new location of ApiException DCM-3372

Version 5.0.0

08 Oct 21:14
1eb80c1

Choose a tag to compare

See DocuSign Support Center for Product Release Notes.

[5.0.0] - eSignature API v2.1-19.2.02 - 2019-09-28

BREAKING

  • The SDK now supports version v2.1-19.2.02 of the DocuSign eSignature API.
  • SDK Release Version updated.

Fixed

  • Number and Date serialization issues DCM-3210
  • Updated phpdocs to point to new location of ApiException DCM-3372

Version 4.1.0-rc

09 Sep 22:15
efa96de

Choose a tag to compare

[4.1.0] - eSignature API v2-19.2.02 - 2019-09-28
Changed
The SDK now supports version 19.2.02 of the DocuSign eSignature API.
SDK Release Version updated.git chec
Fixed
Number and Date serialization issues DCM-3210
Updated phpdocs to point to new location of ApiException DCM-3372

v4.1.0

08 Oct 21:15
efa96de

Choose a tag to compare

See DocuSign Support Center for Product Release Notes.

[4.1.0] - eSignature API v2-19.2.02 - 2019-09-28

Changed

  • The SDK now supports version 19.2.02 of the DocuSign eSignature API.
  • SDK Release Version updated.git chec

Fixed

  • Number and Date serialization issues DCM-3210
  • Updated phpdocs to point to new location of ApiException DCM-3372

Version 4.0.0

07 Jun 09:20

Choose a tag to compare

BREAKING

  • Moved ApiClient and ApiException under Client folder

Removed

  • empty test placeholder files

Changed

  • updated existing test cases to use JWT instead of the legacy auth (still not fully working yet)

Added

  • OAuth models under Client/Auth folder
  • new dependency for OAuth support (firebase/php-jwt)
  • OAuthTests.php for OAuth support test

Fixed

  • A bug with that could cause the moveEnvelopes method call to return a response without a Content-Type header. (DCM-2871)