Releases: xsolla/xsolla-sdk-php
Releases · xsolla/xsolla-sdk-php
v4.3.2
v4.3.1
Fixed
- Add support version of PHP to ~8.0 (8.0 and higher)
- Add support for http-foundation ~6.0.0 (6.0 to 6.1)
v4.3.0
Added
- New webhooks to handle by web-server
Fixed
- Tests refactoring
- Move all webhooks types into new class NotificationTypeDictionary
- Remove "abandoned" status
v4.2.0
Added
- Changed support version of PHP to ^7.3|^8.0
- Changed version of phpunit/phpunit from ~7.3 to ^9.0
- Fixed null-return in AfsRejectMessage::getExternalPaymentId() (Missing 'return' statement)
- Fixed process creation in ServerTest::setUpPhpServer() (expected parameter of type 'array')
- Fixed "Qualifier can be replaced with an import"
- Fixed "Redundant default attribute value assignment" in phpunit.xml.dist
v4.1.2
Added
- Changed support version of PHP from >=7.1.3 <=7.4.5 to >=7.1.3 <7.5.0
v4.1.1
v4.1.0
v4.0.2
Added
- Afs reject webhook method.
- User attributes for token request.