Releases: UnrulyNatives/attitudes-laravel-upvote-solutions
Releases · UnrulyNatives/attitudes-laravel-upvote-solutions
Upgrade for Laravel 5.4
1.4.0 Upgrade for Laravel 5.4
bugfixes
1.3.1 Minor fixes in the trait
New function: a collection of downvoted, upvoted and voted models.
Quotation::whereUpvotedBy(Auth::id())->get();
// collection of Quotations upvoted by the userQuotation::whereDownvotedBy(Auth::id())->get();
// collection of Quotations downvoted by the userQuotation::whereVotedBy(Auth::id())->get();
// collection of Quotations voted in any way by the user (mind that the function counts records existing in DB, so it includesnull
and0
)
a bugfix to trait
1.2.2 a bugfix to trait
Bugfixes in traits
1.2.1 bugfixes to traits
Traits development complete
- Traits are now working well. No need to manually copy code from readme.md file
- added two alternative frontend solutions. One for Bootstrap 4 + AwesomeFont, the other for UnrulyNatives Starter Kit integration
- updates to the readme.md file
migration tool fixes
1.0.2 migration tool fixes
Added feature to migrate data from rtconner's package.
- Added feature to migrate data from rtconner's package. See url
attitudes-migrate-likeable
- seeding now works properly
- demo page
attitudes-demo
improvements - improvements of of the readmen file
The package now delivers!
1.0.0 This battle station is now fully operational
update to readme file and minor bugfixes
0.1.2 update to readme file and minor bugfixes