- Django 1.11 compatibility.
- Django 1.8 - 1.10 compatibility. Since django-secretballot has deprecated support for Django < 1.8 we follow suit.
- Django 1.6 compatibility.
- Refactor live to on so a jQuery >= 1.9 can be used.
- Translations.
- 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.