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.6] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v0.3.0-develop.5...v0.3.0-develop.6 ) (2022-11-01)
2+
3+
4+ ### Features
5+
6+ * update php version for public consts & simplify docs ([ #42 ] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/issues/42 ) ) ([ 18eb759] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/18eb759e1296dd7339cb711c02da077f359a5a0d ) )
7+
18## [ 0.3.0-develop.5] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v0.3.0-develop.4...v0.3.0-develop.5 ) (2022-10-31)
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-5
34+ - Package version: dev-0.3.0-6
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-5 " ,
3+ "version" : " dev-0.3.0-6 " ,
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-5 "
11+ "artifactVersion" : " dev-0.3.0-6 "
1212}
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class Configuration
9090 *
9191 * @var string
9292 */
93- protected $ userAgent = 'Swagger-Codegen/dev-0.3.0-5 /php ' ;
93+ protected $ userAgent = 'Swagger-Codegen/dev-0.3.0-6 /php ' ;
9494
9595 /**
9696 * Debug switch (default set to false)
@@ -431,7 +431,7 @@ public static function toDebugReport()
431431 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
432432 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
433433 $ report .= ' OpenAPI Spec Version: 3 ' . PHP_EOL ;
434- $ report .= ' SDK Package Version: dev-0.3.0-5 ' . PHP_EOL ;
434+ $ report .= ' SDK Package Version: dev-0.3.0-6 ' . PHP_EOL ;
435435 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
436436
437437 return $ report ;
You can’t perform that action at this time.
0 commit comments