File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.1.0-develop.2] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v1.1.0-develop.1...v1.1.0-develop.2 ) (2023-03-01)
2+
3+
4+ ### Features
5+
6+ * ** laravel:** support for 2 latest major laravel version ([ e648b5e] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/e648b5ebcce050683e3a145c4f07e3381b9a0678 ) )
7+
18## [ 1.1.0-develop.1] ( https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v1.0.1...v1.1.0-develop.1 ) (2023-03-01)
29
310
Original file line number Diff line number Diff line change 3737This PHP package is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
3838
3939- API version: 3
40- - Package version: dev-1.1.0-1
40+ - Package version: dev-1.1.0-2
4141- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
4242
4343## Requirements
Original file line number Diff line number Diff line change 11{
22 "name" : " fingerprint/fingerprint-pro-server-api-sdk" ,
3- "version" : " dev-1.1.0-1 " ,
3+ "version" : " dev-1.1.0-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" : " dev-1.1.0-1 "
11+ "artifactVersion" : " dev-1.1.0-2 "
1212}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class FingerprintApi
6363 */
6464 protected $ headerSelector ;
6565
66- protected $ integration_info = 'fingerprint-pro-server-php-sdk/dev-1.1.0-1 ' ;
66+ protected $ integration_info = 'fingerprint-pro-server-php-sdk/dev-1.1.0-2 ' ;
6767
6868 /**
6969 * @param ClientInterface $client
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-1.1.0-1 /php ' ;
93+ protected $ userAgent = 'Swagger-Codegen/dev-1.1.0-2 /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-1.1.0-1 ' . PHP_EOL ;
434+ $ report .= ' SDK Package Version: dev-1.1.0-2 ' . 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