Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.48 KB

CHANGELOG.rst

File metadata and controls

70 lines (53 loc) · 1.48 KB

Changelog

1.11

  1. Django 1.11 compatibility.

1.10

  1. Django 1.8 - 1.10 compatibility. Since django-secretballot has deprecated support for Django < 1.8 we follow suit.

0.2

  1. Django 1.6 compatibility.

0.1 (2013-11-08)

  1. Refactor live to on so a jQuery >= 1.9 can be used.
  2. Translations.

0.0.12 (2013-08-16)

  1. Only use jQuery if it is present.

0.0.11 (2013-01-31)

  1. Remove error thrown by middleware when there is no user agent and use alternative to prevent spambot likes. This is a django-secretballot bug.

0.0.10 (2012-10-08)

  1. Added object_liked signal that is sent on like.

0.0.9 (2012-09-28)

  1. Added ability to specify a template to be rendered for likes inclusion tag.

0.0.8 (2012-08-20)

  1. Updated likes_enabled_test and can_vote_test signals to send through sender, thereby allowing listeners to listen to specific senders.

0.0.7 (2012-08-20)

  1. Revert to vote_total on inclusion tag.

0.0.6 (2012-07-24)

  1. Allow for downvotes.

0.0.5 (2011-09-15)

  1. Corrected manifest to include missing static resources.

0.0.4 (2011-09-14)

  1. Documentation, number of fixes.

0.0.3

  1. Handle multiple likes buttons on the same page
  2. Remove dependency on jmbo
  3. Unit tests

0.0.2

  1. Prevent local cache on like redirect.

0.0.1

  1. Initial release.