Skip to content

Releases: UnrulyNatives/attitudes-laravel-upvote-solutions

Upgrade for Laravel 5.4

05 Feb 13:16
Compare
Choose a tag to compare
1.4.0

Upgrade for Laravel 5.4

bugfixes

04 Oct 01:20
Compare
Choose a tag to compare
1.3.1

Minor fixes in the trait

New function: a collection of downvoted, upvoted and voted models.

01 Oct 09:56
Compare
Choose a tag to compare
  • Quotation::whereUpvotedBy(Auth::id())->get(); // collection of Quotations upvoted by the user
  • Quotation::whereDownvotedBy(Auth::id())->get(); // collection of Quotations downvoted by the user
  • Quotation::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 includes null and 0)

a bugfix to trait

25 Sep 03:58
Compare
Choose a tag to compare
1.2.2

a bugfix to trait

Bugfixes in traits

18 Sep 01:46
Compare
Choose a tag to compare
1.2.1

bugfixes to traits

Traits development complete

18 Sep 01:09
Compare
Choose a tag to compare
  • 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

16 Sep 04:59
Compare
Choose a tag to compare
1.0.2

migration tool fixes

Added feature to migrate data from rtconner's package.

16 Sep 02:54
Compare
Choose a tag to compare
  • 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!

16 Sep 00:34
Compare
Choose a tag to compare
1.0.0

This battle station is now fully operational

update to readme file and minor bugfixes

15 Sep 15:33
Compare
Choose a tag to compare
0.1.2

update to readme file and minor bugfixes