- Only use jQuery if it is present.
- Remove error thrown by middleware when there is no user agent and use alternative to prevent spambot likes. This is a django-secretballot bug.
- Added
object_liked
signal that is sent on like.
- Added ability to specify a template to be rendered for
likes
inclusion tag.
- Updated
likes_enabled_test
andcan_vote_test
signals to send through sender, thereby allowing listeners to listen to specific senders.
- Revert to vote_total on inclusion tag.
- Allow for downvotes.
- Corrected manifest to include missing static resources.
- Documentation, number of fixes.
- Handle multiple likes buttons on the same page
- Remove dependency on jmbo
- Unit tests
- Prevent local cache on like redirect.
- Initial release.