Polls Changelog

2023-10-25

2.4.4

Fixed

  • PHP 8.2 bug
  • Updated foundation
2022-09-27

2.4.3

  • Verified ExpressionEngine 7 Compatibility
2022-04-04

2.4.2

Changed

  • Added support of Conditional Fields
2021-11-19

2.4.1

Changed

  • Updated EEHarbor Foundation to fix issue with multiple add-ons ignoring MSM sites
  • Updated for PSR-12 compatibility (custom ruleset)
  • Updated for PHP 8 compatibility
2021-01-25

2.4.0

Added

  • EE6 Compatibility
2020-01-09

2.3.1

Fixed

  • Fixed missing lang entry for duplicate feature
2020-01-09

2.3.0

Added

  • Ability to duplicate a poll
2019-11-07

2.2.2

Fixed

  • Fixed pagination on poll results page
2019-04-08

2.2.1

Fixed

  • Add-on control panel sidebar in EE3+
  • PHP error when submitting a poll without selecting a value and then trying to submit a second time

Updated

  • EEHarbor Foundation
2018-11-21

2.2.0

Added

  • ExpressionEngine 5 support
2018-01-22

2.1.2

Fixed

  • Now uses CP's jQuery UI library instead of referencing it's own
2017-12-07

2.1.1

Fixed

  • Fixed an issue with trying to type a namespaced variable to an integer
2017-12-05

2.1.0

Added

  • EE4 Compatibility!
2017-09-27

2.0.6

Fixed

  • Fixed null value being sent when changing from an already selected poll
2017-09-27

2.0.5

Fixed

  • Fixed bug introduced in 2.0.4 that caused issues with creating new poll when changing from an already selected poll
2017-09-25

2.0.4

Fixed

  • Fixed issue where channel entry wouldn't save your Polls selection if you chose an existing poll
2017-09-25

2.0.3

Fixed

  • Added missing update method on fieldtype file so EE3 add-on update now shows version number correctly.
2017-08-08

2.0.2

Added

  • Added Poll Status to fieldtype dropdown for existing polls
2017-08-02

2.0.1

Fixed

  • Fixed issues saving Polls fieldtype in EE3
2017-01-01

2.0.0

Added

  • EE3 Compatible version!
2016-11-11

1.5.1

Fixed

  • Fixed issue with deprecated EE_Fieldtype call
2015-11-02

1.5.0

Added

  • Added AJAX and a brief example
  • Added new hidden field to toggle poll_id being appended to submission URL
  • Added display of Guest votes to CP
  • Added return URL override
  • Added examples for Google charts, and gRaphael

Fixed

  • Added EE 2.10.x support
2012-10-02

1.4.0

Added

  • Added support for custom return url after poll submission with use of return_url field element.
  • Added option to remove a poll form an existing entry.
  • Added ability to choose different polls from the fieldtype or create an additional one.

Changed

  • (code) Changed statuses on Polls.
  • Newest parameter now pulls the newest poll with an "Open" status.
  • Fixed error when poll is submitted without options selected.
2012-02-09

1.3.0

Added

  • Added a new option type for Other where a user can select it and fill in the option they'd like.
  • Added the ability to select an already created poll, instead of creating a new one when using the fieldtype.
  • Limiting votes is now managed with a cookie instead of per IP or per member.
  • Added the ability to reset votes on a poll (useful for testing).
2011-10-04

1.2.1

Added

  • No longer displaying all votes on the stats page. Results are now paginated.
  • poll_view_option tag added to output a button to view the poll options, normally when in the poll results view).
  • poll_limit_votes conditional tag added. Returns true if the poll is set to limit votes.

Fixed

  • Fixed an issue in the upgrade script caused upgrades to fail or prevented new votes.
  • Fixed a display issue with the "mini-stats" next to the option input fields when using the fieldtype.
2011-09-09

1.2.0

Added

  • Added a new template tag which outputs if the user has already voted or not. Limiting the votes is now optional, per poll. Limitations are currently only by IP address right now.
2011-07-25

1.1.3

Fixed

  • Fixed a typo.
2011-07-11

1.1.2

Added

  • Implemented a quick check on the member_id (if a member is logged in) and the ip address to limit how many times a user can vote. Currently it is limited to one vote per poll. This is a quick fix only to provide a temporary solution until we can develop a much better way to handle this per poll.
2011-04-20

1.1.1

Added

  • Ability to set the Site ID of a poll in the control panel.

Fixed

  • Polls using newest or random were not being displayed which arose from a poll not having a site_id. Update your polls by selected the site a poll is to be contained in from the Polls Module CP.
2011-04-18

1.1.0

Added

  • SafeCracker module supported
  • Custom field type was added
  • Multiple Site Manager Supported
  • Passing random to the poll_id parameter will return a random poll
  • Passing newest to the poll_id parameter will return the latest poll
  • Parameter submit added to modify the text of the submit button
  • Parameter view_results added to modify the text of the view results button

Fixed

  • Missing language file definitions.
  • Poll database tables won't be removed if they exist if improperly uninstalled.