Skip to content

Commit 27b4f07

Browse files
committed
chore: Release v10.0.1
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
1 parent 40774f5 commit 27b4f07

12 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### v10.0.1 - 2020-03-06
4+
5+
`FIXED`
6+
7+
- Regression on the getter and setter for the custom slug generator.
8+
39
### v10.0.0 - 2020-03-03
410

511
- Updated for Laravel 7.

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

0 commit comments

Comments
 (0)