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.4] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v0.3.0-develop.3...v0.3.0-develop.4 ) (2022-10-26)
2+
3+
4+ ### Bug Fixes
5+
6+ * changed readme instructions & renamed organization name ([ 334138c] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/334138ccac1f8d71bad86b1825a595ee6f43465a ) )
7+
18## [ 0.3.0-develop.3] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v0.3.0-develop.2...v0.3.0-develop.3 ) (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: dev-0.3.0-3
34+ - Package version: dev-0.3.0-4
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" : " fingerprint/fingerprint-pro-server-api-sdk" ,
3- "version" : " dev-0.3.0-3 " ,
3+ "version" : " dev-0.3.0-4 " ,
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" : " dev-0.3.0-3 "
11+ "artifactVersion" : " dev-0.3.0-4 "
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/dev-0.3.0-3 /php ' ;
90+ protected $ userAgent = 'Swagger-Codegen/dev-0.3.0-4 /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: dev-0.3.0-3 ' . PHP_EOL ;
399+ $ report .= ' SDK Package Version: dev-0.3.0-4 ' . 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