Skip to content

Latest commit

 

History

History
75 lines (33 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

75 lines (33 loc) · 1.57 KB

Changelog

All notable changes to laravel-rateable will be documented in this file

2.2.1

  • tumelo-mapheto - Fix typo preventing vendor publish from successfully publishing the migration file

2.2.0

  • Refactor codebase to be based on spatie's package-skeleton-laravel
  • Add new rate() and rateOnce() methods to simplify rating, and facilitate restricting users to one rating per model
  • Add new timesRated() and usersRated() methods to get counts of total ratings or unique users' ratings for a model

2.1.0

2.0.0

1.0.9

1.0.8

  • Prevent duplicate migration files if the rateable:migration command is run multiple times

1.0.7

Redacted

1.0.6

1.0.5

1.0.4

1.0.3

  • Fixes critical call to undefined method bindShared() error in Laravel 5.2+

1.0.2

  • zOxta - Added protection for division by zero

1.0.1

  • Test +1/-1 format ratings.

1.0.0

  • initial release