Skip to content

Latest commit

 

History

History
115 lines (61 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

115 lines (61 loc) · 1.87 KB

Change Log

This project follows Semantic Versioning.

Proposals

We do not give estimated times for completion on Accepted Proposals.


v2.0.4 - 2016-04-27

ADDED

  • Guzzle retry middleware.

v2.0.3 - 2016-02-26

ADDED

  • Country Specs API.
  • Delete endpoint to the Skus API.

v2.0.2 - 2016-02-17

FIXED

  • Fixed exception handler to only handle client exceptions.

v2.0.1 - 2016-02-10

FIXED

  • Version constant on Stripe class.

v2.0.0 - 2016-01-17

UPDATED

  • Updated to Guzzle 6.

v1.0.9 - 2016-02-26

ADDED

  • Country Specs API.
  • Delete endpoint to the Skus API.

v1.0.8 - 2016-02-17

FIXED

  • Fixed __call method to work with Mockery.

v1.0.7 - 2015-12-12

FIXED

  • Issue when the rate limit was reached a wrong exception was being thrown.

v1.0.6 - 2015-10-14

FIXED

  • Issue where the amount was not being converted properly if passed without decimals! This reverts the previous fix with a better fix.

ADDED

  • Bank Accounts (ExternalAccounts) API.
  • API tests.

v1.0.5 - 2015-09-29

ADDED

v1.0.4 - 2015-09-18

FIXED

  • Issue where the amount that was not being automatically converted properly.

ADDED

  • A new AmountConverter class that automatically converts the amount.
  • A methods to the Stripe class to get and set the Amount Converter class easily.

v1.0.3 - 2015-07-08

FIXED

  • Wrong returns on some docblocks.
  • Incorrect coding standards.

v1.0.2 - 2015-06-30

ADDED

  • .gitattributes and .travis.yml file.

v1.0.1 - 2015-06-03

ADDED

  • Added new methods to create and update an account and to retrieve all the connected accounts.

v1.0.0 - 2015-04-02

INIT

  • Initial release.