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 Sep 12, 2020
1 parent 86e0e9e commit 44985e1
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 14 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### v11.0.0 - TBA

- Updated for Laravel 8.

### v10.0.1 - 2020-03-06

`FIXED`
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ An open source package by [Cartalyst](https://cartalyst.com), code well, rock on

Version | Laravel | PHP Version
------- | --------- | ------------
11.x | 8.x | >= 7.3
10.x | 7.x | >= 7.2.5
9.x | 6.x | >= 7.2
8.x | 5.8.x | >= 7.1.3
Expand Down Expand Up @@ -50,7 +51,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/tags

[icon-travis]: https://travis-ci.org/cartalyst/tags.svg?branch=10.x
[icon-travis]: https://travis-ci.org/cartalyst/tags.svg?branch=11.x
[icon-license]: https://poser.pugx.org/cartalyst/tags/license
[icon-version]: https://poser.pugx.org/cartalyst/tags/version
[icon-downloads]: https://poser.pugx.org/cartalyst/tags/downloads
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"extra": {
"component": "package",
"branch-alias": {
"dev-master": "10.0.x-dev"
"dev-master": "11.0.x-dev"
},
"laravel": {
"providers": [
Expand Down
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 Tags
* @version 10.0.1
* @version 11.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/IlluminateTag.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 Tags
* @version 10.0.1
* @version 11.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/IlluminateTagged.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 Tags
* @version 10.0.1
* @version 11.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/TaggableInterface.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 Tags
* @version 10.0.1
* @version 11.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/TaggableTrait.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 Tags
* @version 10.0.1
* @version 11.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/TagsServiceProvider.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 Tags
* @version 10.0.1
* @version 11.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/FunctionalTestCase.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 Tags
* @version 10.0.1
* @version 11.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/IlluminateTagTest.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 Tags
* @version 10.0.1
* @version 11.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/Stubs/Post.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 Tags
* @version 10.0.1
* @version 11.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/Stubs/Post2.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 Tags
* @version 10.0.1
* @version 11.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/TaggableTraitTest.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 Tags
* @version 10.0.1
* @version 11.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, Cartalyst LLC
Expand Down

0 comments on commit 44985e1

Please sign in to comment.