From e44a5911b464643b98f078d99e1b25a34699d04f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Mar 2024 09:48:55 +0000 Subject: [PATCH] chore(release): 4.1.0-develop.1 [skip ci] ## [4.1.0-develop.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v4.0.0...v4.1.0-develop.1) (2024-03-26) ### Features * deprecate support for PHP versions older than 8.1 ([56042c3](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/56042c35eb01bf39a23000af6996204571dced6d)) ### Documentation * **README:** fix badges formatting ([779c726](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/779c726ef99166eaec006cd8467612b4e8037eeb)) --- CHANGELOG.md | 12 +++++++++++ README.md | 42 +++++++++++++++++++++++++------------- composer.json | 2 +- config.json | 2 +- src/Api/FingerprintApi.php | 2 +- src/Configuration.php | 4 ++-- 6 files changed, 45 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa2ed50..fc1aba49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [4.1.0-develop.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v4.0.0...v4.1.0-develop.1) (2024-03-26) + + +### Features + +* deprecate support for PHP versions older than 8.1 ([56042c3](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/56042c35eb01bf39a23000af6996204571dced6d)) + + +### Documentation + +* **README:** fix badges formatting ([779c726](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/779c726ef99166eaec006cd8467612b4e8037eeb)) + ## [4.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v3.1.0...v4.0.0) (2024-03-12) diff --git a/README.md b/README.md index 1077b528..4f9ecf69 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,34 @@

- - - - Fingerprint logo - - + + + + Fingerprint logo + +

- CI badge - CI badge - CI badge - Latest Stable Version on Packagist - PHP Version Require - - Discord server + + CI badge + + + CI badge + + + CI badge + + + Latest Stable Version on Packagist + + + PHP Version Require + + + + + + Discord server +

# Fingerprint Pro Server API PHP SDK @@ -23,7 +37,7 @@ This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 3 - - Package version: 4.0.0 + - Package version: dev-4.1.0-1 - Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen ## Requirements diff --git a/composer.json b/composer.json index d27bc292..a34c83c8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "fingerprint/fingerprint-pro-server-api-sdk", - "version": "4.0.0", + "version": "dev-4.1.0-1", "description": "Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.", "keywords": [ "swagger", diff --git a/config.json b/config.json index af27acf9..548a5937 100644 --- a/config.json +++ b/config.json @@ -8,5 +8,5 @@ "gitUserId": "fingerprintjs", "gitRepoId": "fingerprint-pro-server-api-php-sdk", "description": "Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.", - "artifactVersion": "4.0.0" + "artifactVersion": "dev-4.1.0-1" } diff --git a/src/Api/FingerprintApi.php b/src/Api/FingerprintApi.php index bb1c6c27..cb678843 100644 --- a/src/Api/FingerprintApi.php +++ b/src/Api/FingerprintApi.php @@ -63,7 +63,7 @@ class FingerprintApi */ protected $headerSelector; - protected $integration_info = 'fingerprint-pro-server-php-sdk/4.0.0'; + protected $integration_info = 'fingerprint-pro-server-php-sdk/dev-4.1.0-1'; /** * @param ClientInterface $client diff --git a/src/Configuration.php b/src/Configuration.php index 86cd1ca5..518476de 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -90,7 +90,7 @@ class Configuration * * @var string */ - protected $userAgent = 'Swagger-Codegen/4.0.0/php'; + protected $userAgent = 'Swagger-Codegen/dev-4.1.0-1/php'; /** * Debug switch (default set to false) @@ -431,7 +431,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' OpenAPI Spec Version: 3' . PHP_EOL; - $report .= ' SDK Package Version: 4.0.0' . PHP_EOL; + $report .= ' SDK Package Version: dev-4.1.0-1' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;