Releases: cartalyst/stripe
Releases · cartalyst/stripe
v2.4.6
v2.4.5
FIXED
- Allow currencies to be also defined as lowercase.
v2.4.4
ADDED
- Mandates API
v2.4.3
ADDED
- Prices API
v2.4.2
ADDED
- Support for Guzzle 7
FIXED
- Issue with the payload being sent to Stripe
v2.4.1
SECURITY
- Remove usage of the unsafe
getenv
method outside of CLI
v2.3.1
SECURITY
- Remove usage of the unsafe
getenv
method outside of CLI
v2.4.0
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
UPDATED
- Api Key checker moved to the create handler method.
v2.2.12
ADDED
- Add all method to the Setup Intents API