Skip to content

Latest commit

 

History

History
153 lines (100 loc) · 4.58 KB

CHANGELOG.md

File metadata and controls

153 lines (100 loc) · 4.58 KB

Changelog

3.1.0 - 2024-05-23

Added

3.0.0 - 2024-02-21

Changed

  • Craft 5 compatibility.

2.3.3 - 2024-02-19

Changed

  • Improved performance of sort method for larger datasets. (thanks @andrewmenich)

2.3.2 - 2023-05-06

Fixed

  • Fixed warning from element queries running before Craft was ready. (thanks @engram-design)

2.3.1 - 2022-12-29

Fixed

  • Fixed typed parameter bug in anonymous voting. (thanks @bilnader)

2.3.0 - 2022-04-12

Added

  • Craft 4 compatibility.

2.2.2 - 2022-01-15

Changed

  • New plugin icon.

2.2.1 - 2020-08-19

Changed

  • Craft 3.5 is now required.

Fixed

  • Adjusted raw HTML output on settings page.

2.2.0 - 2020-08-04

Added

  • Added elementHistory method for getting the entire vote history of a specific element.
  • Added userHistoryByKey method for getting the entire vote history of a specific user, organized by the unique key of their votes.
  • Added userVote method for getting the specific vote of a specific user for a specific element.

Fixed

  • Ensure JS gets loaded for containers.
  • Fixed a bug which was setting the anonymous history cookie too frequently.

2.1.2 - 2020-02-24

Added

2.1.1 - 2020-02-08

Fixed

  • Fixed PHP 7.4 compatibility issues.

2.1.0 - 2020-02-04

Added

  • Cache-proof!! Now works flawlessly with caching plugins or native Craft caching.
  • Added "Data Preloading" setting, which can be disabled to manually trigger page setup.
  • Added ability to vote on behalf of a specific user (via PHP).
  • Voting now has a visible impact on the Total Upvotes and Total Downvotes (if they are being displayed).

Changed

  • Improved the parameters returned when using events.

2.0.4 - 2019-09-24

Added

  • Added ability to vote on behalf of a specific user.
  • Allow override of keepVoteLog.

Fixed

  • Ensure plugins have been loaded before running init.

2.0.3 - 2018-07-01

Fixed

  • Patched to run via CLI without errors.

2.0.2 - 2018-06-26

Fixed

  • Fixed bug in userHistory variable.

2.0.1 - 2018-05-08

Fixed

  • Fixed "table does not exist" error when installing.

2.0.0 - 2018-05-08

Added

  • Craft 3 compatibility.

1.3.1 - 2017-11-06

Fixed

  • Fixed bug in sorting mechanism.
  • Respect custom action URL.

1.3.0 - 2017-10-31

Added

  • Added "Vote Tally" column to entries index page.
  • Added "Total Votes" column to entries index page.
  • Added "Total Upvotes" column to entries index page.
  • Added "Total Downvotes" column to entries index page.
  • Added totalVotes variable and service method.
  • Added totalUpvotes variable and service method.
  • Added totalDownvotes variable and service method.
  • Added events.

1.2.2 - 2016-08-19

Fixed

  • Prevents console conflicts.

1.2.1 - 2016-05-26

Added

  • Added userHistory variable, to see what specific people have voted on.

1.2.0 - 2015-12-22

Added

Changed

  • Compatible with Craft 2.5.

1.0.1 - 2015-07-15

Fixed

  • Fixed bug occurring when downvoting is disabled.

1.0.0 - 2014-12-04

Initial release.