Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Oct 9, 2021
1 parent 2f90210 commit 16be24b
Show file tree
Hide file tree
Showing 134 changed files with 141 additions and 135 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals.

---

### v2.4.6 - TBA

`UPDATED`

- Refunds API was updated to work with Payment Intents.

### v2.4.5 - 2021-04-15

`FIXED`
Expand Down
2 changes: 1 addition & 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.com/cartalyst/stripe.svg?branch=2.4)](https://travis-ci.com/cartalyst/stripe)
[![Build Status](https://app.travis-ci.com/cartalyst/stripe.svg?branch=2.4)](https://app.travis-ci.com/cartalyst/stripe)

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

Expand Down
2 changes: 1 addition & 1 deletion src/AmountConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Account/AccountLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Account/Capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Account/Persons.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/ApiInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/ApplicationFeeRefunds.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/ApplicationFees.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Balance.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/BalanceTransactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/BankAccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Bitcoin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Cards.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Charges.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Checkout/Sessions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/CountrySpecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Coupons.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/CreditNotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/CustomerBalanceTransactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/CustomerTaxIds.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Customers.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Disputes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/EphemeralKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/ExternalAccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/FileLinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/FileUploads.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Files.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/InvoiceItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Mandates.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/OrderReturns.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/PaymentIntents.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/PaymentMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Payouts.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Plans.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Prices.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Products.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Radar.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe
* @version 2.4.5
* @version 2.4.6
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2021, Cartalyst LLC
Expand Down
Loading

0 comments on commit 16be24b

Please sign in to comment.