From 870360c2f2a2db88c0840ca94602b27168c5a918 Mon Sep 17 00:00:00 2001 From: Aleksey Brusnitsyn Date: Thu, 16 Jul 2020 14:19:54 +0500 Subject: [PATCH] Added Laravel ^7.0 compatible, php 7.4.5, symfony/http-foundation 5.0 version --- CHANGELOG.md | 12 +++++++++--- composer.json | 2 +- src/Version.php | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017d750..cf1a63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Change Log All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.0...master) +## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.1...master) -## [v4.1.0](https://github.com/vlepigeo/xsolla-sdk-php/compare/v4.0.2...v4.1.0) - 2019-11-29 +## [v4.1.1](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.0...v4.1.1) - 2020-07-16 +### Added +* Changed support version of PHP from 7.1.3 to 7.4.5 +* Added support of symfony/http-foundation 5.0 version +* Added Laravel ^7.0 compatible + +## [v4.1.0](https://github.com/xsolla/xsolla-sdk-php/compare/v4.0.2...v4.1.0) - 2019-11-29 ### Added * Changed support version of PHP from >=7.1.3 <7.3 to >=7.1.3 <=7.3 -## [v4.0.2](https://github.com/vlepigeo/xsolla-sdk-php/compare/v4.0.1...v4.0.2) - 2018-12-04 +## [v4.0.2](https://github.com/xsolla/xsolla-sdk-php/compare/v4.0.1...v4.0.2) - 2018-12-04 ### Added * [Afs reject](https://developers.xsolla.com/api/v1/getting-started/#api_webhooks_afs_reject) webhook method. * [User attributes](https://developers.xsolla.com/api/v1/getting-started/#api_payment_ui_get_token_user_attributes) for token request. diff --git a/composer.json b/composer.json index cbd8ad7..3f95205 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-curl": "*", "ext-json": "*", "guzzlehttp/guzzle": "~6.0", - "symfony/http-foundation": "~2.3 || ~3.0 || ~4.0 || ~4.0 || ~5.0" + "symfony/http-foundation": "~2.3 || ~3.0 || ~4.0 || ~5.0" }, "require-dev": { "phpunit/phpunit": "~7.3", diff --git a/src/Version.php b/src/Version.php index efd9a0f..c1e6ce6 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,7 +6,7 @@ class Version { - const VERSION = 'v4.1.0'; + const VERSION = 'v4.1.1'; /** * @throws XsollaException