Skip to content

Commit

Permalink
chore: Release v13.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Sep 8, 2020
1 parent f5ea7e2 commit 2720088
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.2
- 7.3
- 7.4

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v13.0.0 - 2020-09-08

`REVISED`

- Support for Laravel 8.0+

### v12.0.0 - 2020-03-03

`REVISED`
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
[![Latest Version on Packagist][icon-version]][link-packagist]
[![Total Downloads][icon-downloads]][link-packagist]

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

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

## Version Matrix

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

[icon-travis]: https://travis-ci.org/cartalyst/stripe-laravel.svg?branch=12.x
[icon-travis]: https://travis-ci.org/cartalyst/stripe-laravel.svg?branch=13.x
[icon-license]: https://poser.pugx.org/cartalyst/stripe-laravel/license
[icon-version]: https://poser.pugx.org/cartalyst/stripe-laravel/version
[icon-downloads]: https://poser.pugx.org/cartalyst/stripe-laravel/downloads
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"extra": {
"component": "implementation",
"branch-alias": {
"dev-master": "12.0.x-dev"
"dev-master": "13.0.x-dev"
},
"laravel": {
"providers": [
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/Stripe.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 Laravel
* @version 12.0.0
* @version 13.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/StripeServiceProvider.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 Laravel
* @version 12.0.0
* @version 13.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/FacadeTest.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 Laravel
* @version 12.0.0
* @version 13.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, Cartalyst LLC
Expand Down

0 comments on commit 2720088

Please sign in to comment.