Skip to content

Commit

Permalink
chore: Release v2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Dec 21, 2019
1 parent e3dd6e9 commit 6bfc254
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ We do not give estimated times for completion on `Accepted` Proposals.

---

### v2.4.0 - 2019-12-21

`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 - 2019-09-27

`UPDATED`
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP library for Stripe, by Cartalyst

[![Build Status](https://travis-ci.org/cartalyst/stripe.svg?branch=2.3)](https://travis-ci.org/cartalyst/stripe)
[![Build Status](https://travis-ci.org/cartalyst/stripe.svg?branch=2.4)](https://travis-ci.org/cartalyst/stripe)

A comprehensive PHP Library for [Stripe](https://stripe.com/).

Expand All @@ -21,6 +21,7 @@ Raw files can be found via this projects docs/version branch.

Important versions listed below. Refer to the [Change Log](CHANGELOG.md) for a full history of the project.

- [2.4](CHANGELOG.md) - 2019-12-21
- [2.3](CHANGELOG.md) - 2019-09-27
- [2.2](CHANGELOG.md) - 2019-04-21
- [2.1](CHANGELOG.md) - 2017-05-10
Expand Down

0 comments on commit 6bfc254

Please sign in to comment.