Releases: docusign/docusign-esign-php-client
Releases · docusign/docusign-esign-php-client
Version 4.3.0-rc
Changed
- The SDK now supports version 20.1.02 of the DocuSign eSignature API v2.
- SDK Release Version updated.
Version 5.1.0
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 settingenable_envelope_copy_with_data
must be enabled for the account. - Added
input_options
andRecipientIdentityInputOption
toRecipientIdentityVerification
to support Identity Verification: Reserved for DocuSign.
Version 4.2.0
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 settingenable_envelope_copy_with_data
must be enabled for the account. - Added
input_options
andRecipientIdentityInputOption
toRecipientIdentityVerification
to support Identity Verification: Reserved for DocuSign.
Version 5.1.0-rc
[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
[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
[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
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
[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
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
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)