Skip to content

Releases: rtconner/laravel-tagging

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

Major upgrades

06 Sep 02:07
Compare
Choose a tag to compare
  • Add interfaces
  • Improve speed
  • Allow override of the utility class
  • Improve names of classes
  • Fire events on tag add and remove

Bugfix on use of delete_unused_tags config

09 Aug 00:54
Compare
Choose a tag to compare
1.1.3

#59 bugfix on shouldDeleteUnused