Skip to content

Commit 2720088

Browse files
committed
chore: Release v13.0.0
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
1 parent f5ea7e2 commit 2720088

7 files changed

Lines changed: 13 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
65
- 7.4
76

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### v13.0.0 - 2020-09-08
4+
5+
`REVISED`
6+
7+
- Support for Laravel 8.0+
8+
39
### v12.0.0 - 2020-03-03
410

511
`REVISED`

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
[![Latest Version on Packagist][icon-version]][link-packagist]
66
[![Total Downloads][icon-downloads]][link-packagist]
77

8-
Laravel 7 integration for the [Cartalyst Stripe](https://cartalyst.com/manual/stripe/2.0) package.
8+
Laravel 8 integration for the [Cartalyst Stripe](https://cartalyst.com/manual/stripe/2.0) package.
99

1010
An open source package by [Cartalyst](https://cartalyst.com), code well, rock on!
1111

1212
## Version Matrix
1313

1414
Version | Laravel | PHP Version
1515
------- | --------- | ------------
16+
13.x | 8.x | >= 7.3
1617
12.x | 7.x | >= 7.2.5
1718
11.x | 6.x | >= 7.2.0
1819
10.x | 5.8 | >= 7.1.3
@@ -52,7 +53,7 @@ This software is released under the [BSD 3-Clause](LICENSE) License.
5253
[link-license]: https://opensource.org/licenses/MIT
5354
[link-packagist]: https://packagist.org/packages/cartalyst/stripe-laravel
5455

55-
[icon-travis]: https://travis-ci.org/cartalyst/stripe-laravel.svg?branch=12.x
56+
[icon-travis]: https://travis-ci.org/cartalyst/stripe-laravel.svg?branch=13.x
5657
[icon-license]: https://poser.pugx.org/cartalyst/stripe-laravel/license
5758
[icon-version]: https://poser.pugx.org/cartalyst/stripe-laravel/version
5859
[icon-downloads]: https://poser.pugx.org/cartalyst/stripe-laravel/downloads

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"extra": {
4343
"component": "implementation",
4444
"branch-alias": {
45-
"dev-master": "12.0.x-dev"
45+
"dev-master": "13.0.x-dev"
4646
},
4747
"laravel": {
4848
"providers": [

src/Facades/Stripe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Stripe Laravel
14-
* @version 12.0.0
14+
* @version 13.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

src/StripeServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Stripe Laravel
14-
* @version 12.0.0
14+
* @version 13.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

tests/FacadeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Stripe Laravel
14-
* @version 12.0.0
14+
* @version 13.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

0 commit comments

Comments
 (0)