Releases: xsolla/xsolla-sdk-php
Releases · xsolla/xsolla-sdk-php
v2.5.0
Added
- Added support for Project Settings API methods to
XsollaClient
.
v2.4.1
Fixed
- [BC BREAK] Added required integer parameters
limit
andoffset
toXsollaClient::ListEvents
. - [BC BREAK] Renamed Frontend API to Storefront
v2.4.0
Added
- Added Frontend API http methods.
- Added Update Subscription webhook method.
Added Get Pin Code webhook method.
Added
- Added Get Pin Code webhook method.
v2.2.0
Added
- Added Game Delivery methods to
XsollaClient
.
Removed
- [BC BREAK] Removed deprecated methods
UpdateVirtualItemImage
,DeleteVirtualItemImage
fromXsollaClient
.
v2.1.0
Added
- Added
TokenRequest::setPurchase($amount, $currency)
method for Simple Checkout module
v2.0.0
Added
- Added
XsollaClient::SearchPaymentsRegistry
method for getting a transaction list based on specific search parameters.
Fixed
- Fixed various TLS cURL errors, e.g. '77: error setting certificate verify locations'. Guzzle TLS default options replaced with cURL OS defaults.
- Set
format
,datetime_from
,datetime_to
,limit
,offset
,in_transfer_currency
,show_total
as required parameters inXsollaClient::ListPaymentsRegistry
Changed
- Added optional argument
$sandboxMode
toXsollaClient::createCommonPaymentUIToken
- [BC BREAK]
XsollaClient::ListSubscriptionPayments
returns subscription payments for all users;user_id
parameter removed. AddedListUserSubscriptionPayments
insteadListSubscriptionPayments
with same parameters. - [BC BREAK] Changed
plan_id
type in Subscriptions API fromstring
toint
v2.0.0-BETA1
Added
- Simplified
XsollaClient
andTokenRequest
methods for obtaining Payment UI token WebhookServer
for receiving notifications from Xsolla- All API methods available through
XsollaClient
Removed
- Removed all deprecated functionality from previous API version
v1.1.1
v1.1.0
Add Shopping Cart Protocol 3.0 http://xsolla.github.io/en/shopingcart3.html