Skip to content

Commit

Permalink
Version 5.1.0-v2.1-20.1.00 (#94)
Browse files Browse the repository at this point in the history
* Version 5.1.0-v2.1-20.1.00

* corrected date

Co-authored-by: Dhaval Brahmbhatt <[email protected]>
  • Loading branch information
dbbrahmbhatt and Dhaval Brahmbhatt authored Apr 2, 2020
1 parent 2b6df79 commit aa957b0
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 622 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ php:
- 5.5
- 5.6
- 7.0
before_install: "composer install --ignore-platform-reqs"
before_install: "travis_wait 30 composer install --ignore-platform-reqs"
script: "cd test && phpunit UnitTests.php && phpunit OAuthTests.php"
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Change Log
# DocuSign PHP Client Change Log
All notable changes to this project will be documented in this file.

See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
## [5.1.0] - eSignature API v2.1-20.1.00 - 2020-03-13
## [5.1.0] - eSignature API v2.1-20.1.00 - 2020-03-30
### Changed
* The SDK now supports version v2.1-20.1.00 of the DocuSign eSignature API.
* SDK Release Version updated.git chec

* 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.

## [5.0.0] - eSignature API v2-19.2.02 - 2019-09-28
### Changed
Expand All @@ -28,11 +34,11 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
* 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)

## [3.0.1] - Fixed the composer version - 2017-10-25

## [3.0.0] - Published all the DocuSign API endpoints - 2017-03-15

## [2.0.0] - New shiny PHP client - 2017-12-05

## [1.0.0] - Old legacy version - 2016-02-18
## [1.0.0] - Old legacy version - 2016-02-18
Loading

1 comment on commit aa957b0

@4c0n
Copy link
Contributor

@4c0n 4c0n commented on aa957b0 Oct 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for completely undoing my work... Now we can once again not get any refresh tokens... 👏

Please sign in to comment.