Skip to content

Commit 611db67

Browse files
chore(release): changeset created a new release
1 parent afaf570 commit 611db67

File tree

11 files changed

+18
-34
lines changed

11 files changed

+18
-34
lines changed

.changeset/dark-dogs-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/sharp-facts-boil.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-plums-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Fingerprint Pro Server PHP SDK
22

3+
## 6.8.0
4+
5+
### Minor Changes
6+
7+
- Mark `replayed` field required in the `identification` product schema. This field will always be present. ([b12c11e](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/b12c11e1b2fb63cb474f8167c4478f3bda13257a))
8+
- Add `sdk` field with platform metadata to `identification` ([b12c11e](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/b12c11e1b2fb63cb474f8167c4478f3bda13257a))
9+
10+
### Patch Changes
11+
12+
- Deprecate the Remote Control Detection Smart Signal. This signal is no longer available. ([b12c11e](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/b12c11e1b2fb63cb474f8167c4478f3bda13257a))
13+
314
## 6.8.0-develop.0
415

516
### Minor Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
2525

2626
- API version: 3
27-
- Package version: 6.8.0-beta.0
27+
- Package version: 6.8.0
2828
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
2929

3030
## 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": "6.8.0-beta.0",
3+
"version": "6.8.0",
44
"description": "Fingerprint 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": "6.8.0-beta.0"
11+
"artifactVersion": "6.8.0"
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fingerprint-pro-server-api-php-sdk",
3-
"version": "6.8.0-develop.0",
3+
"version": "6.8.0",
44
"private": true,
55
"devDependencies": {
66
"@changesets/cli": "^2.27.8",

src/Api/FingerprintApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class FingerprintApi
5757
protected ClientInterface $client;
5858
protected Configuration $config;
5959

60-
protected string $integration_info = 'fingerprint-pro-server-php-sdk/6.8.0-beta.0';
60+
protected string $integration_info = 'fingerprint-pro-server-php-sdk/6.8.0';
6161

6262
public function __construct(
6363
?ClientInterface $client = null,

0 commit comments

Comments
 (0)