Skip to content

Releases: spatie/laravel-tags

3.0.1

05 Nov 10:53
e190d14
Compare
Choose a tag to compare
  • add support for PHP 8

3.0.0

09 Sep 12:13
Compare
Choose a tag to compare
  • drop support for anything below Laravel 8
  • add HasFactory to tags model.

2.7.2

08 Sep 18:24
Compare
Choose a tag to compare
  • add support for Laravel 8

2.7.1

25 Aug 16:34
78e36a0
Compare
Choose a tag to compare
  • avoid duplicate error on syncTagsWithType (#274)

2.7.0

22 Aug 09:03
a430034
Compare
Choose a tag to compare
  • allow specifying type when using attachTags() or detachTags() (#273)

2.6.2

28 May 08:30
94193bf
Compare
Choose a tag to compare
  • change mutator behaviour: use sync instead of attach (#260)

2.6.1

04 Mar 17:09
386a39d
Compare
Choose a tag to compare

update deps

2.6.0

03 Mar 07:48
Compare
Choose a tag to compare
  • add support for Laravel 7

2.5.4

12 Feb 08:48
a83d0f2
Compare
Choose a tag to compare
  • make sure each tag is unique on the database level (#251)

2.5.3

07 Nov 16:28
c773c10
Compare
Choose a tag to compare
  • use morphs in migration