Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
  • Loading branch information
brunogaspar committed Jan 9, 2020
1 parent 9069406 commit c7f3947
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v12.0.0 - TBA

`REVISED`

- Support for Laravel 7.0+

### v11.0.0 - 2019-08-30

`REVISED`
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The BSD 3-Clause License
Copyright (c) 2011-2019, Cartalyst LLC
Copyright (c) 2011-2020, Cartalyst LLC
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
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 6 integration for the [Cartalyst Stripe](https://cartalyst.com/manual/stripe/2.0) package.
Laravel 7 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
------- | --------- | ------------
12.x | 7.x | >= 7.2.5
11.x | 6.x | >= 7.2.0
10.x | 5.8 | >= 7.1.3
9.x | 5.7 | >= 7.1.3
Expand Down Expand Up @@ -51,7 +52,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=11.0
[icon-travis]: https://travis-ci.org/cartalyst/stripe-laravel.svg?branch=12.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": "11.0.x-dev"
"dev-master": "12.0.x-dev"
},
"laravel": {
"providers": [
Expand Down
6 changes: 3 additions & 3 deletions src/Facades/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe Laravel
* @version 11.0.0
* @version 12.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @copyright (c) 2011-2020, Cartalyst LLC
* @link https://cartalyst.com
*/

namespace Cartalyst\Stripe\Laravel\Facades;
Expand Down
6 changes: 3 additions & 3 deletions src/StripeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe Laravel
* @version 11.0.0
* @version 12.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @copyright (c) 2011-2020, Cartalyst LLC
* @link https://cartalyst.com
*/

namespace Cartalyst\Stripe\Laravel;
Expand Down
6 changes: 3 additions & 3 deletions tests/FacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* bundled with this package in the LICENSE file.
*
* @package Stripe Laravel
* @version 11.0.0
* @version 12.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
* @copyright (c) 2011-2020, Cartalyst LLC
* @link https://cartalyst.com
*/

namespace Cartalyst\Stripe\Tests;
Expand Down

0 comments on commit c7f3947

Please sign in to comment.