Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Latest commit

 

History

History
85 lines (64 loc) · 4.98 KB

CHANGELOG.md

File metadata and controls

85 lines (64 loc) · 4.98 KB

Change Log

All notable changes to this project will be documented in this file.

v2.6.1 - 2016-10-26

Fixed

  • Added missing parameters for GET requests

v2.6.0 - 2016-05-31

Added

v2.5.0 - 2016-05-18

Added

v2.4.1 - 2016-05-11

Fixed

  • [BC BREAK] Added required integer parameters limit and offset to XsollaClient::ListEvents.
  • [BC BREAK] Renamed Frontend API to Storefront

v2.4.0 - 2016-04-27

Added

v2.3.0 - 2016-02-03

Added

v2.2.0 - 2016-01-13

Added

Removed

  • [BC BREAK] Removed deprecated methods UpdateVirtualItemImage, DeleteVirtualItemImage from XsollaClient.

v2.1.0 - 2015-09-29

Added

v2.0.0 - 2015-08-10

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 in XsollaClient::ListPaymentsRegistry

Changed

  • Added optional argument $sandboxMode to XsollaClient::createCommonPaymentUIToken
  • [BC BREAK] XsollaClient::ListSubscriptionPayments returns subscription payments for all users; user_id parameter removed. Added ListUserSubscriptionPayments instead ListSubscriptionPayments with same parameters.
  • [BC BREAK] Changed plan_id type in Subscriptions API from string to int

v2.0.0-BETA1 - 2015-07-27

Added

Removed

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

v1.0.4 - 2014-06-04

  • fix incorrect sign code for Shopping Cart Protocol 2.0
  • add $reasonCode and $reasonDescription optional arguments to PaymentStorageInterface::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 to UrlBuilder::getUrl() and UrlBuilder::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