Skip to content

Commit 8f0ffcd

Browse files
chore(release): 0.3.0-develop.6 [skip ci]
## [0.3.0-develop.6](v0.3.0-develop.5...v0.3.0-develop.6) (2022-11-01) ### Features * update php version for public consts & simplify docs ([#42](#42)) ([18eb759](18eb759))
1 parent 18eb759 commit 8f0ffcd

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
This 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
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
}

src/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)