Skip to content

Commit 44985e1

Browse files
committed
chore: Bump version
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
1 parent 86e0e9e commit 44985e1

15 files changed

+18
-14
lines changed

.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### v11.0.0 - TBA
4+
5+
- Updated for Laravel 8.
6+
37
### v10.0.1 - 2020-03-06
48

59
`FIXED`

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ An open source package by [Cartalyst](https://cartalyst.com), code well, rock on
1313

1414
Version | Laravel | PHP Version
1515
------- | --------- | ------------
16+
11.x | 8.x | >= 7.3
1617
10.x | 7.x | >= 7.2.5
1718
9.x | 6.x | >= 7.2
1819
8.x | 5.8.x | >= 7.1.3
@@ -50,7 +51,7 @@ This software is released under the [BSD 3-Clause](LICENSE) License.
5051
[link-license]: https://opensource.org/licenses/MIT
5152
[link-packagist]: https://packagist.org/packages/cartalyst/tags
5253

53-
[icon-travis]: https://travis-ci.org/cartalyst/tags.svg?branch=10.x
54+
[icon-travis]: https://travis-ci.org/cartalyst/tags.svg?branch=11.x
5455
[icon-license]: https://poser.pugx.org/cartalyst/tags/license
5556
[icon-version]: https://poser.pugx.org/cartalyst/tags/version
5657
[icon-downloads]: https://poser.pugx.org/cartalyst/tags/downloads

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"extra": {
4444
"component": "package",
4545
"branch-alias": {
46-
"dev-master": "10.0.x-dev"
46+
"dev-master": "11.0.x-dev"
4747
},
4848
"laravel": {
4949
"providers": [

resources/migrations/2014_10_29_202547_migration_cartalyst_tags_create_tables.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

src/IlluminateTag.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

src/IlluminateTagged.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

src/TaggableInterface.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

src/TaggableTrait.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

src/TagsServiceProvider.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

tests/FunctionalTestCase.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

tests/IlluminateTagTest.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

tests/Stubs/Post.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

tests/Stubs/Post2.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

tests/TaggableTraitTest.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 Tags
14-
* @version 10.0.1
14+
* @version 11.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
1717
* @copyright (c) 2011-2020, Cartalyst LLC

0 commit comments

Comments
 (0)