Releases: spatie/laravel-tags
Releases · spatie/laravel-tags
2.1.4
- use
getTable()
instead of$table
in the scope
2.1.3
- fix for
withAnyTags
2.1.2
- add support for laravel-translatable v3
2.1.1
improve performance
2.1.0
- add
containing
scope
2.0.2
- add L5.7 compatibility
2.0.1
- add L5.6 compatibility
2.0.0
- added compatiblity with Laravel 5.5, dropped support for all older versions
- renamed config file from
laravel-tags
totags
1.4.1
- deleting a model with tags will nog delete related records in the
taggables
table
1.4.0
- add
syncWithType