Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
95.11 KB
MD5: e0e5368f1c95a29c82e0866a76521596
SHA-1: 15095d308424ca31353e93a310dcaf3f83913b37
SHA-256: 606b0e7d52b4d329f3011450a093a59e5b11c4040b263a6075d7a950bd0b22d2
Download zip
150.16 KB
MD5: 5fd50d908d715a2113676223c19a03bd
SHA-1: 9bd7482d7a7f30c17fadfd00906d80a2aeb1bd0d
SHA-256: 02add493f60759f77e24e503b93a162a13bef9a36c1db0d6704bc44624994fcb
Release notes
This is the 15th beta release of Election version 1.0. It is intended to be used in development and testing, not production.
Significant changes since -beta14:
- Fixed: vote access was not blocked when there aren't enough candidates to vote for (this was a regression in the Election Candidate module introduced after -beta12).
Significant changes since -beta13:
- Many internal simplifications to the Election Condition submodule have been made, which include the removal of a database table (
{election_condition}) and changes to another table ({election_post_condition}). If you have previously had the Election Condition module enabled, you will need to run update.php (or drush updb). See CHANGELOG.txt.
and since -beta12:
- #1774514: Allow Rules to be used for eligibility conditions
- API change: (election_vote) the hook
hook_election_vote_access()has been removed. Similar functionality can be achieved withhook_election_vote_before_grant().