Skip to content

Commit

Permalink
Version v6.3.0-v2.1-21.2.00.00 release (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: DevCenter-DocuSign <[email protected]>
  • Loading branch information
dbbrahmbhatt and DevCenter-DocuSign authored Jul 27, 2021
1 parent 721270d commit cfc6f26
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ branches:
- master
language: php
sudo: false
dist: trusty
php:
- 7.4
before_install: "composer install --ignore-platform-reqs"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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.

## [v6.3.0] - ESignature API v2.1-21.2.00.00 - 2021-07-22
### Changed
- Added support for version v2.1-21.2.00.00 of the DocuSign ESignature API.
- Updated the SDK release version.


## [v6.3.0-rc] - eSignature API v2.1-21.2.00.00 - 2021-07-13
### Added
- Added new models and properties.
Expand Down
4 changes: 2 additions & 2 deletions src/Model/Tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ public function setLastNameTabs($last_name_tabs)
/**
* Gets list_tabs
*
* @return \DocuSign\eSign\Model\array[]
* @return \DocuSign\eSign\Model\ModelList[]
*/
public function getListTabs()
{
Expand All @@ -949,7 +949,7 @@ public function getListTabs()
/**
* Sets list_tabs
*
* @param \DocuSign\eSign\Model\array[] $list_tabs Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select.
* @param \DocuSign\eSign\Model\ModelList[] $list_tabs Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select.
*
* @return $this
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Model/TemplateTabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ public function setLastNameTabs($last_name_tabs)
/**
* Gets list_tabs
*
* @return \DocuSign\eSign\Model\array[]
* @return \DocuSign\eSign\Model\ModelList[]
*/
public function getListTabs()
{
Expand All @@ -949,7 +949,7 @@ public function getListTabs()
/**
* Sets list_tabs
*
* @param \DocuSign\eSign\Model\array[] $list_tabs Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select.
* @param \DocuSign\eSign\Model\ModelList[] $list_tabs Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select.
*
* @return $this
*/
Expand Down

0 comments on commit cfc6f26

Please sign in to comment.