Skip to content

Releases: rtconner/laravel-tagging

Added support for Lumen

08 Apr 16:11
Compare
Choose a tag to compare

Thanks to @0plus1 for building support for Lumen

Publishing fix

15 Feb 17:59
Compare
Choose a tag to compare

Fix on publishing

Support vendor:publish tags

07 Feb 18:14
Compare
Choose a tag to compare

Support vendor:publish tags

Correct release for Laravel-4

13 Jan 03:36
Compare
Choose a tag to compare
Merge pull request #91 from captn3m0/laravel4-php7

Support php7 series for laravel4

tag_names attribute

06 Jan 04:12
Compare
Choose a tag to compare
  • Better handling of refresh of data after save
  • Better unit tests
  • tag_names attribute is added for Article::create(['tag_names'=>'foo, bar']); syntax

Don't assume numeric indexes

28 Nov 22:36
Compare
Choose a tag to compare
  • Don't assume numeric indexes
  • Fix from @jakejohns on make tag indexing
  • Code updates and cleanups

Fix on tag() and retag() methods

23 Oct 22:37
Compare
Choose a tag to compare

Fixes a bug on tag() and retag() where a string tag was not working.

Allow configurable Tag model class

19 Oct 01:07
Compare
Choose a tag to compare

Improve eager loading on tags, improve documentation

12 Sep 16:19
Compare
Choose a tag to compare

Bugfix on scope

11 Sep 13:17
Compare
Choose a tag to compare
2.0.2

remove debug