File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.3.0-develop.2] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v0.3.0-develop.1...v0.3.0-develop.2 ) (2022-10-25)
2+
3+
4+ ### Bug Fixes
5+
6+ * change prepareCmd command ([ #36 ] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/issues/36 ) ) ([ ece2766] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/ece27666ac1bff0c177858644de231dab2af6d69 ) )
7+
18## [ 0.3.0-develop.1] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v0.2.5...v0.3.0-develop.1 ) (2022-10-25)
29
310
Original file line number Diff line number Diff line change 3131This PHP package is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
3232
3333- API version: 3
34- - Package version: 1.0.0
34+ - Package version: 0.3.0-develop.2
3535- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
3636
3737## Requirements
Original file line number Diff line number Diff line change 11{
22 "name" : " fingerprintjs/fingerprint-pro-server-api-php-sdk" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 0.3.0-develop.2 " ,
44 "description" : " Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro." ,
55 "keywords" : [
66 " swagger" ,
Original file line number Diff line number Diff line change 88 "gitUserId" : " fingerprintjs" ,
99 "gitRepoId" : " fingerprint-pro-server-api-php-sdk" ,
1010 "description" : " Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro." ,
11- "artifactVersion" : " 1.0.0 "
11+ "artifactVersion" : " 0.3.0-develop.2 "
1212}
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class Configuration
8787 *
8888 * @var string
8989 */
90- protected $ userAgent = 'Swagger-Codegen/1.0.0 /php ' ;
90+ protected $ userAgent = 'Swagger-Codegen/0.3.0-develop.2 /php ' ;
9191
9292 /**
9393 * Debug switch (default set to false)
@@ -396,7 +396,7 @@ public static function toDebugReport()
396396 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
397397 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
398398 $ report .= ' OpenAPI Spec Version: 3 ' . PHP_EOL ;
399- $ report .= ' SDK Package Version: 1.0.0 ' . PHP_EOL ;
399+ $ report .= ' SDK Package Version: 0.3.0-develop.2 ' . PHP_EOL ;
400400 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
401401
402402 return $ report ;
You can’t perform that action at this time.
0 commit comments