Skip to content

Commit 35498a9

Browse files
committed
chore: bump version
Signed-off-by: Suhayb Wardany <me@suw.me>
1 parent fadfa5a commit 35498a9

13 files changed

+24
-23
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The BSD 3-Clause License
2-
Copyright (c) 2011-2020, Cartalyst LLC
2+
Copyright (c) 2011-2022, Cartalyst LLC
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 1 addition & 0 deletions
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+
12.x | 9.x | >= 8.0
1617
11.x | 8.x | >= 7.3
1718
10.x | 7.x | >= 7.2.5
1819
9.x | 6.x | >= 7.2

resources/migrations/2014_10_29_202547_migration_cartalyst_tags_create_tables.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

src/IlluminateTag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

src/IlluminateTagged.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

src/TaggableInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

src/TaggableTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

src/TagsServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

tests/FunctionalTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

tests/IlluminateTagTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

tests/Stubs/Post.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

tests/Stubs/Post2.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

tests/TaggableTraitTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* bundled with this package in the LICENSE file.
1212
*
1313
* @package Tags
14-
* @version 11.1.0
14+
* @version 12.0.0
1515
* @author Cartalyst LLC
1616
* @license BSD License (3-clause)
17-
* @copyright (c) 2011-2020, Cartalyst LLC
17+
* @copyright (c) 2011-2022, Cartalyst LLC
1818
* @link https://cartalyst.com
1919
*/
2020

0 commit comments

Comments
 (0)