Skip to content

Releases: spatie/laravel-tags

4.0.1

12 Mar 21:14
d793364

Choose a tag to compare

  • fix translatable attributes (#300)

4.0.0

09 Mar 19:21
bafa520

Choose a tag to compare

  • internals cleanup
  • drop support for PHP 7 and older Laravel versions

3.1.0

01 Mar 08:17
1c3fbda

Choose a tag to compare

-add tag_model config variable (#301)

3.0.2

29 Dec 08:54
164cd45

Choose a tag to compare

Get all registered tag types (#296)

3.0.1

05 Nov 10:53
e190d14

Choose a tag to compare

  • add support for PHP 8

3.0.0

09 Sep 12:13

Choose a tag to compare

  • drop support for anything below Laravel 8
  • add HasFactory to tags model.

2.7.2

08 Sep 18:24

Choose a tag to compare

  • add support for Laravel 8

2.7.1

25 Aug 16:34
78e36a0

Choose a tag to compare

  • avoid duplicate error on syncTagsWithType (#274)

2.7.0

22 Aug 09:03
a430034

Choose a tag to compare

  • allow specifying type when using attachTags() or detachTags() (#273)

2.6.2

28 May 08:30
94193bf

Choose a tag to compare

  • change mutator behaviour: use sync instead of attach (#260)