File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
See [ DocuSign Support Center] ( https://support.docusign.com/en/releasenotes/ ) for Product Release Notes.
5
5
6
+ ## [ v6.19.0] - eSignature API v2.1-23.4.02.00 - 2024-04-30
7
+ ### Changed
8
+ - Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
9
+ - Updated the SDK release version.
10
+ - Adjusted the minimum required firebase/php-jwt package version to 6.0.
11
+
6
12
## [ v6.19.0-rc2] - eSignature API v2.1-23.4.02.00 - 2024-03-15
7
13
### Changed
8
14
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ class Configuration
111
111
*
112
112
* @var string
113
113
*/
114
- protected $ userAgent = 'Swagger-Codegen/v2.1/6.19.0-rc2 /php/ ' . PHP_VERSION ;
114
+ protected $ userAgent = 'Swagger-Codegen/v2.1/6.19.0/php/ ' . PHP_VERSION ;
115
115
116
116
/**
117
117
* Debug switch (default set to false)
@@ -774,7 +774,7 @@ public static function toDebugReport()
774
774
$ report .= ' OS: ' . php_uname () . PHP_EOL ;
775
775
$ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
776
776
$ report .= ' OpenAPI Spec Version: v2.1 ' . PHP_EOL ;
777
- $ report .= ' SDK Package Version: 6.19.0-rc2 ' . PHP_EOL ;
777
+ $ report .= ' SDK Package Version: 6.19.0 ' . PHP_EOL ;
778
778
$ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
779
779
780
780
return $ report ;
You can’t perform that action at this time.
0 commit comments