Releases: rtconner/laravel-tagging
Releases · rtconner/laravel-tagging
Added support for Lumen
Thanks to @0plus1 for building support for Lumen
Publishing fix
Fix on publishing
Support vendor:publish tags
Support vendor:publish tags
Correct release for Laravel-4
Merge pull request #91 from captn3m0/laravel4-php7 Support php7 series for laravel4
tag_names attribute
- 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
- Don't assume numeric indexes
- Fix from @jakejohns on make tag indexing
- Code updates and cleanups
Fix on tag() and retag() methods
Fixes a bug on tag() and retag() where a string tag was not working.
Allow configurable Tag model class
2.0.4 Bug Fixes
Improve eager loading on tags, improve documentation
2.0.3 Fix on contract
Bugfix on scope
2.0.2 remove debug