- Add Laravel 11 support
- Add Laravel 10 support
- Add Laravel 9 support
- Add PHP 8 support
- Updated for Laravel 8.
FIXED
- Regression on the getter and setter for the custom slug generator.
- Updated for Laravel 7.
FIXED
- Regression on the getter and setter for the custom slug generator.
- BC Break: PHP 7.2 is the minimum required PHP version
- BC Break: Laravel 6.0 is the minimum supported Laravel version
ADDED
- Laravel 5.8 support.
REMOVED
- Laravel 5.7 support.
ADDED
- Laravel 5.7 support.
REMOVED
- Laravel 5.6 support.
FIXED
- Issue where tags were not being reloaded after being updated.
ADDED
- Laravel 5.6 support.
REMOVED
- Laravel 5.5 support.
ADDED
- Laravel 5.5 support.
REMOVED
- Laravel 5.4 support.
FIXED
- Issue with tags having names equal to SQL operators.
- Issue when calling untag multiple times to remove the same tag.
ADDED
- Laravel 5.4 support.
REMOVED
- Laravel 5.3 support.
FIXED
- Issue with tags having names equal to SQL operators.
- Issue when calling untag multiple times to remove the same tag.
ADDED
- Laravel 5.3 support.
REMOVED
- Laravel 5.1 and 5.2 support.
FIXED
- Issue with tags having names equal to SQL operators.
- Issue when calling untag multiple times to remove the same tag.
REVISED
- Tightened dependencies to Laravel 5.1.x, 5.2.x.
FIXED
- Issue with models having the
$table
property as public now allowing for proper extending.
ADDED
- Scope
withoutTag
.
FIXED
- Issue with tags having names equal to SQL operators.
- Issue when calling untag multiple times to remove the same tag.
REVISED
- Tightened dependencies to Laravel 5.1.x, 5.2.x.
FIXED
- Issue with models having the
$table
property as public now allowing for proper extending.
FIXED
- Fix issue when trying to fetch the tagged entities from a tag.
REVISED
- Improve tests.
ADDED
- Service Provider to allow migrations publishing.
REVISED
- Migrations path.
ADDED
.gitattributes
and.travis.yml
file.
UPDATED
- Build status badge to Travis CI.
ADDED
- Laravel 5.1 support.
REMOVED
- Laravel 4.2 and 5.0 support.
ADDED
.gitattributes
and.travis.yml
file.
UPDATED
- Build status badge to Travis CI.
REVISED
- PSR-2 compliance.
- Laravel dependencies.
UPDATED
- Minimum stability on
composer.json
tostable
.
REVISED
- Tightened dependencies to Laravel 4.2.x, 5.0.x.
- Allow tagging by slug.
REVISED
- Loosened dependencies to work with Laravel 5.
ADDED
- When deleting a Tag, it's now deleting the corresponding tagged entities tags.
- Added a
scopeSlug
to the IlluminateTag model to maintain consistency.
- Initial stable release.