From cfc6f2637e9b37ea802f380e05251b935ea88076 Mon Sep 17 00:00:00 2001 From: Dhaval Brahmbhatt <32913565+dbbrahmbhatt@users.noreply.github.com> Date: Tue, 27 Jul 2021 10:23:11 -0700 Subject: [PATCH] Version v6.3.0-v2.1-21.2.00.00 release (#146) Co-authored-by: DevCenter-DocuSign --- .travis.yml | 1 - CHANGELOG.md | 6 ++++++ src/Model/Tabs.php | 4 ++-- src/Model/TemplateTabs.php | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0835bcb..c94d6b42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ branches: - master language: php sudo: false -dist: trusty php: - 7.4 before_install: "composer install --ignore-platform-reqs" diff --git a/CHANGELOG.md b/CHANGELOG.md index f90b3edf..014b86f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/Model/Tabs.php b/src/Model/Tabs.php index 13c90ba4..6acac8c8 100644 --- a/src/Model/Tabs.php +++ b/src/Model/Tabs.php @@ -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() { @@ -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 */ diff --git a/src/Model/TemplateTabs.php b/src/Model/TemplateTabs.php index 410049e0..d6648789 100644 --- a/src/Model/TemplateTabs.php +++ b/src/Model/TemplateTabs.php @@ -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() { @@ -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 */