Skip to content

Releases: cartalyst/stripe

v2.4.6

09 Oct 11:26
Compare
Choose a tag to compare

UPDATED

  • Refunds API was updated to work with Payment Intents.

v2.4.5

15 Apr 16:47
Compare
Choose a tag to compare

FIXED

  • Allow currencies to be also defined as lowercase.

v2.4.4

15 Apr 16:47
Compare
Choose a tag to compare

ADDED

  • Mandates API

v2.4.3

15 Apr 16:46
Compare
Choose a tag to compare

ADDED

  • Prices API

v2.4.2

26 Jul 15:49
Compare
Choose a tag to compare

ADDED

  • Support for Guzzle 7

FIXED

  • Issue with the payload being sent to Stripe

v2.4.1

03 Jan 12:45
Compare
Choose a tag to compare

SECURITY

  • Remove usage of the unsafe getenv method outside of CLI

v2.3.1

03 Jan 12:45
Compare
Choose a tag to compare

SECURITY

  • Remove usage of the unsafe getenv method outside of CLI

v2.4.0

03 Jan 12:44
Compare
Choose a tag to compare

ADDED

  • Account Links API
  • Account Capabilities API
  • Balance Transactions API

REMOVED

  • Cartalyst Collections dependency, since it was no longer being used.
  • Subscription Schedule Revisions API since it was fully removed from the Stripe API
  • The verify() method from the Account API. Stripe made it more difficult to make this verification more straightforward, so this method was unfortunately redundant.

v2.3.0

28 Sep 00:38
Compare
Choose a tag to compare

UPDATED

  • Api Key checker moved to the create handler method.

v2.2.12

10 Sep 18:13
Compare
Choose a tag to compare

ADDED

  • Add all method to the Setup Intents API