Skip to content

Releases: cartalyst/stripe

v1.0.7

12 Dec 01:26
Compare
Choose a tag to compare

FIXED

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

v1.0.6

14 Oct 01:40
Compare
Choose a tag to compare

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

29 Sep 00:26
Compare
Choose a tag to compare

ADDED

v1.0.4

18 Sep 19:11
Compare
Choose a tag to compare

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

18 Sep 19:11
Compare
Choose a tag to compare

FIXED

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

v1.0.2

18 Sep 19:10
Compare
Choose a tag to compare

ADDED

  • .gitattributes and .travis.yml file.

v1.0.1

03 Jun 20:27
Compare
Choose a tag to compare

ADDED

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

v1.0.0

02 Apr 16:51
Compare
Choose a tag to compare

INIT

  • Initial release.