Skip to content

Releases: spatie/laravel-tags

4.3.3

21 Oct 07:08
8a155c5
Compare
Choose a tag to compare

What's Changed

  • Added support for strings and corresponding tests by @zupolgec in #395

New Contributors

Full Changelog: 4.3.2...4.3.3

4.3.2

04 Jun 02:59
e0838c2
Compare
Choose a tag to compare

What's Changed

  • Added example of getting all the tags of a model by @titonova in #394
  • Update using-tags.md typo by changing "Find" to "find" by @jorgemurta in #401
  • readme: add example apply trait by @erlangparasu in #403
  • Update .gitattributes to decrease package installed size by @lakuapik in #407

New Contributors

Full Changelog: 4.3.1...4.3.2

4.3.1

08 Mar 07:37
2f787a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.0...4.3.1

4.3.0

14 Jan 07:47
Compare
Choose a tag to compare
  • allow Laravel 9

4.2.1

24 Nov 09:13
78997ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.2.1

4.2.0

22 Nov 07:47
Compare
Choose a tag to compare

What's Changed

  • Make convertToTags() method $values arg support Tag instance by @chuoke in #371

New Contributors

Full Changelog: 4.1.0...4.2.0

4.1.0

17 Nov 10:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.5...4.1.0

4.0.5

10 Nov 15:55
fe4d379
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.4...4.0.5

4.0.4

01 Sep 08:50
b6ae5f9
Compare
Choose a tag to compare
  • get the tag model table name when syncing tags (#351)

4.0.3

28 Apr 10:00
29c4b38
Compare
Choose a tag to compare
  • allow eloquent-sortable v4