Skip to content

Releases: spatie/laravel-tags

1.3.4

07 Feb 13:59
Compare
Choose a tag to compare
  • fix bug where the same tag would be created multiple times

1.3.3

06 Feb 12:44
Compare
Choose a tag to compare
  • removed typehint from HasTags::convertToTags to allow and instance of Tag to be passed in

1.3.2

23 Jan 16:08
Compare
Choose a tag to compare
  • remove classmap from composer.json

1.3.1

23 Jan 15:33
Compare
Choose a tag to compare
  • fix missings deps

1.3.0

23 Jan 10:21
Compare
Choose a tag to compare
  • add compatibility with Laravel 5.4

1.2.0

14 Nov 11:15
Compare
Choose a tag to compare
  • the withAllTags and withAnyTags scopes now optionally accept a type

1.1.1

08 Nov 07:22
Compare
Choose a tag to compare
  • fix bug where a custom tag model would not be used in tags()

1.1.0

03 Nov 08:38
Compare
Choose a tag to compare

The function that determines the value of the slug can now be modified in the config file

1.0.2

01 Nov 08:38
Compare
Choose a tag to compare
  • fixed bug in attachTag where using a Tag model would be converted to a string

1.0.1

30 Oct 09:38
Compare
Choose a tag to compare
  • fix migration path in service provider