Skip to content

Latest commit

 

History

History
151 lines (116 loc) · 7.28 KB

CHANGELOG.md

File metadata and controls

151 lines (116 loc) · 7.28 KB

Change Log

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

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 - 2018-12-04

Added

v4.0.1 - 2018-09-18

Fixed

  • Phar and rar archive

v4.0.0 - 2018-09-14

Fixed

  • Update guzzle version from 5.3 to 6.0
  • Change code and tests for new guzzle version
  • Change phar build
  • Change debug output format for tests

v3.3.0 - 2018-09-14

Fixed

  • Update version of guzzle from 3.8 to 5.3
  • Fixed descriptions of methods

Added

  • Test for check exception of guzzle

v3.2.0 - 2018-09-11

Added

  • Method UpdatePromotionCampaigns
  • Tests

Fixed

  • Dates of license
  • Descriptions of methods

v3.1.0 - 2018-09-05

Added

  • Methods CreateCouponPromotion, ListCouponPromotions, CreateCoupon
  • Tests
  • Fixation version of api

Fixed

  • Date of releases

v3.0.3 - 2018-09-04

Added

  • Backward compatibility for symfony < 4.0

v3.0.2 - 2018-08-17

Fixed

  • Fixed tests

v3.0.1 - 2018-08-17

Fixed

  • Changed php images at .travis.yml (add php72, php71, delete old php versions)
  • Changed README.md

v3.0.0 - 2018-08-10

Added

  • Changed support version of php from 5.* to 7.1.*

v2.6.2 - 2017-07-07

Updated

  • Updated version of the paystation widget used to open the lightbox from 1.0.2 to 1.0.7.

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