From 028f7c086478750a0a00a6d5c311f1d9832f56ec Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Wed, 27 Mar 2024 11:53:57 +0100 Subject: [PATCH] chore: release v2.3.1 --- .openapi-generator/FILES | 1 + build/config.json | 2 +- build/package.json | 2 +- lib/Configuration.php | 4 ++-- lib/MoneiClient.php | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index aaf4488..599df73 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -1,3 +1,4 @@ +.php-cs-fixer.dist.php lib/Api/ApplePayDomainApi.php lib/Api/BizumApi.php lib/Api/PaymentsApi.php diff --git a/build/config.json b/build/config.json index b9ed97e..ad3c6f4 100644 --- a/build/config.json +++ b/build/config.json @@ -1,6 +1,6 @@ { "packageName": "MONEI PHP SDK", - "artifactVersion": "2.3.0", + "artifactVersion": "2.3.1", "gitHost": "github.com", "gitUserId": "monei", "gitRepoId": "monei-php-sdk" diff --git a/build/package.json b/build/package.json index 9c4a647..16d8966 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "monei-php-sdk", - "version": "2.3.0", + "version": "2.3.1", "description": "MONEI PHP SDK", "author": "monei", "scripts": { diff --git a/lib/Configuration.php b/lib/Configuration.php index 379a12f..686a8bc 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -100,7 +100,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/2.3.0/PHP'; + protected $userAgent = 'OpenAPI-Generator/2.3.1/PHP'; /** * Debug switch (default set to false) @@ -433,7 +433,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 1.4.4' . PHP_EOL; - $report .= ' SDK Package Version: 2.3.0' . PHP_EOL; + $report .= ' SDK Package Version: 2.3.1' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/lib/MoneiClient.php b/lib/MoneiClient.php index 0e81fae..eeb6ea3 100644 --- a/lib/MoneiClient.php +++ b/lib/MoneiClient.php @@ -32,7 +32,7 @@ class MoneiClient /** * SDK Version. */ - const SDK_VERSION = '2.3.0'; + const SDK_VERSION = '2.3.1'; /** * @var Configuration