diff --git a/CHANGELOG.md b/CHANGELOG.md index e3449c9b..08a142fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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. +## [v4.11.0] - eSignature API v2-21.2.00.00 - 2021-07-22 +### Changed +- Added support for version v2-21.2.00.00 of the DocuSign ESignature API. +- Updated the SDK release version. + ## [v4.11.0-rc] - eSignature API v2-21.2.00.00 - 2021-07-13 ### Added - Added new models and properties. @@ -141,4 +146,4 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for ## [2.0.0] - New shiny PHP client - 2017-12-05 -## [1.0.0] - Old legacy version - 2016-02-18 \ No newline at end of file +## [1.0.0] - Old legacy version - 2016-02-18 diff --git a/src/Model/Tabs.php b/src/Model/Tabs.php index 62f04766..cfe83090 100644 --- a/src/Model/Tabs.php +++ b/src/Model/Tabs.php @@ -699,7 +699,7 @@ public function setLastNameTabs($last_name_tabs) /** * Gets list_tabs * - * @return \DocuSign\eSign\Model\array[] + * @return \DocuSign\eSign\Model\ModelList[] */ public function getListTabs() { @@ -709,7 +709,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 5da92b3b..88a21ab0 100644 --- a/src/Model/TemplateTabs.php +++ b/src/Model/TemplateTabs.php @@ -699,7 +699,7 @@ public function setLastNameTabs($last_name_tabs) /** * Gets list_tabs * - * @return \DocuSign\eSign\Model\array[] + * @return \DocuSign\eSign\Model\ModelList[] */ public function getListTabs() { @@ -709,7 +709,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 */