From 9c0531ef96d8771fc7a894b3485dd400b48bc819 Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Sun, 10 Jan 2016 18:30:57 +0000 Subject: [PATCH] Bump version. Signed-off-by: Bruno Gaspar --- CHANGELOG.md | 10 ++++++++++ ...9_202547_migration_cartalyst_tags_create_tables.php | 2 +- src/IlluminateTag.php | 2 +- src/IlluminateTagged.php | 2 +- src/TaggableInterface.php | 2 +- src/TaggableTrait.php | 2 +- src/TagsServiceProvider.php | 2 +- tests/FunctionalTestCase.php | 2 +- tests/IlluminateTagTest.php | 2 +- tests/Stubs/Post.php | 2 +- tests/Stubs/Post2.php | 2 +- tests/TaggableTraitTest.php | 2 +- 12 files changed, 21 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1053d..66b3c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,16 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.0.3 - 2016-01-10 + +`FIXED` + +- Fix issue when trying to fetch the tagged entities from a tag. + +`REVISED` + +- Improve tests. + ### v2.0.2 - 2015-07-24 `ADDED` diff --git a/resources/migrations/2014_10_29_202547_migration_cartalyst_tags_create_tables.php b/resources/migrations/2014_10_29_202547_migration_cartalyst_tags_create_tables.php index c63ae84..3e580df 100644 --- a/resources/migrations/2014_10_29_202547_migration_cartalyst_tags_create_tables.php +++ b/resources/migrations/2014_10_29_202547_migration_cartalyst_tags_create_tables.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/src/IlluminateTag.php b/src/IlluminateTag.php index 4bfdf98..6a1d335 100644 --- a/src/IlluminateTag.php +++ b/src/IlluminateTag.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/src/IlluminateTagged.php b/src/IlluminateTagged.php index 7d16c4d..f035371 100644 --- a/src/IlluminateTagged.php +++ b/src/IlluminateTagged.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/src/TaggableInterface.php b/src/TaggableInterface.php index d73e0d4..ba593c6 100644 --- a/src/TaggableInterface.php +++ b/src/TaggableInterface.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/src/TaggableTrait.php b/src/TaggableTrait.php index 3fdafea..5f7124d 100644 --- a/src/TaggableTrait.php +++ b/src/TaggableTrait.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/src/TagsServiceProvider.php b/src/TagsServiceProvider.php index e921cfe..f7b6cb2 100644 --- a/src/TagsServiceProvider.php +++ b/src/TagsServiceProvider.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/tests/FunctionalTestCase.php b/tests/FunctionalTestCase.php index 1aa139c..59956f6 100644 --- a/tests/FunctionalTestCase.php +++ b/tests/FunctionalTestCase.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/tests/IlluminateTagTest.php b/tests/IlluminateTagTest.php index c2cea36..922a5fe 100644 --- a/tests/IlluminateTagTest.php +++ b/tests/IlluminateTagTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/tests/Stubs/Post.php b/tests/Stubs/Post.php index b20a46e..f91138c 100644 --- a/tests/Stubs/Post.php +++ b/tests/Stubs/Post.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/tests/Stubs/Post2.php b/tests/Stubs/Post2.php index cbd4066..15fcb22 100644 --- a/tests/Stubs/Post2.php +++ b/tests/Stubs/Post2.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC diff --git a/tests/TaggableTraitTest.php b/tests/TaggableTraitTest.php index 9c743bb..80e586c 100644 --- a/tests/TaggableTraitTest.php +++ b/tests/TaggableTraitTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Tags - * @version 2.0.2 + * @version 2.0.3 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2016, Cartalyst LLC