All notable changes to this project will be documented in this file.
v2.6.1 - 2016-10-26
- Added missing parameters for GET requests
v2.6.0 - 2016-05-31
- Added public user id processing for User Search webhook method.
- Added support for Saved Payment Accounts API methods to
XsollaClient
.
v2.5.0 - 2016-05-18
- Added support for Project Settings API methods to
XsollaClient
.
v2.4.1 - 2016-05-11
- [BC BREAK] Added required integer parameters
limit
andoffset
toXsollaClient::ListEvents
. - [BC BREAK] Renamed Frontend API to Storefront
v2.4.0 - 2016-04-27
- Added Frontend API http methods.
- Added Update Subscription webhook method.
v2.3.0 - 2016-02-03
- Added Get Pin Code webhook method.
v2.2.0 - 2016-01-13
- Added Game Delivery methods to
XsollaClient
.
- [BC BREAK] Removed deprecated methods
UpdateVirtualItemImage
,DeleteVirtualItemImage
fromXsollaClient
.
v2.1.0 - 2015-09-29
- Added
TokenRequest::setPurchase($amount, $currency)
method for Simple Checkout module
v2.0.0 - 2015-08-10
- Added
XsollaClient::SearchPaymentsRegistry
method for getting a transaction list based on specific search parameters.
- 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
- 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 - 2015-07-27
- Simplified
XsollaClient
andTokenRequest
methods for obtaining Payment UI token WebhookServer
for receiving notifications from Xsolla- All API methods available through
XsollaClient
- Removed all deprecated functionality from previous API version
v1.1.1 - 2014-08-05
- add payment_amount, payment_currency to default locked parameters list for generation of paystation2 payment page url
v1.1.0 - 2014-07-24
- add Shopping Cart Protocol 3.0 http://xsolla.github.io/en/shopingcart3.html
v1.0.4 - 2014-06-04
- fix incorrect sign code for Shopping Cart Protocol 2.0
- add
$reasonCode
and$reasonDescription
optional arguments toPaymentStorageInterface::cancel
v1.0.3 - 2014-04-22
- added missed sandbox key to UrlBuilder for sandbox-secure.xsolla.com
- fixed wrong error code for IPN requests with zero valued parameters
v1.0.2 - 2014-02-27
- add
$baseUrl
optional argument toUrlBuilder::getUrl()
andUrlBuilder::SANDBOX_URL
constant
v1.0.1 - 2014-02-25
- fix
description
response field name for UnprocessableRequestException handling in Shopping Cart protocol - fix repeated notifications handling in Shopping Cart protocol