Channel Polls Changelog

2024-04-11

5.0.0

Changed

  • A lot of the way the Google charts work to display them

    Fixed

  • {poll:chart} tag in general in many cases
  • {poll:percent} tag would sometimes be hidden when it should not be
2024-04-02

4.3.0

Fixed

  • PHP 8+ warnings
  • Allow multiple vote setting when logged in as someone new
  • Fields saving their settings incorrectly in some use cases
  • Division by 0 errors on charts with no sumbissions yet
2023-09-12

4.2.2

Fixed

  • PHP 8+ warnings
  • Update Foundation
2022-08-11

4.2.1

Fixed

  • PHP 8+ warnings from settings
2022-02-09

4.2.0

Added

  • Support for cloning entries!

Fixed

  • Division by 0 error when no votes have been submitted
2021-11-12

4.1.1

Changed

  • Updated EEHarbor Foundation to fix issue with multiple add-ons ignoring MSM sites
2021-10-28

4.1.0

Added

  • Added ignore option for MSM sites (licenses management)

Fixed

  • PHP error in some environments that occurred when saving new entries with poll fields.
2021-01-29

4.0.1

Added

  • Added icon.svg license attribution

Fixed

  • Icon display issue
  • Remove answer option not visible
  • Add Answer button being disabled
  • Removed extra closing tag
2021-01-26

4.0.0

Added

  • EE4 / EE5 Support
  • EE6 Compatibility

Fixed

  • Issue saving an entry with no value in the Channel Polls' Votes field
  • Fieldtype answer color swatch display
2017-05-12

3.0.1

Fixed

  • polls_helper error
  • upgrade error from EE2
2016-01-26

3.0.0

Added

  • Initial Release for ExpressionEngine 3
2014-07-02

2.7.5

Changed

  • Adjusted some code for EE 2.8.1
2014-07-02

2.7.4

Added

  • EE 2.6 support
  • Support for url_third_themes config override
2012-12-13

2.7.3

Added

  • Option to delete the poll

Fixed

  • You could not change the default chart size in the fieldtype settings
  • Improved form params garbage collection
  • Poll:closed in poll tag was not being parsed
2012-08-15

2.7.2

Added

  • check_ip="" parameter (default: yes)
  • cookie based check for duplicates
  • field="" and field_id=""
  • cookies_only="" (default: no)
  • Backspace support to {poll:answers} in the display poll tag
  • Support for Ip2Nation module V3

Fixed

  • The return URL sometimes had double slashes
2011-10-15

2.7.1

Added

  • "After Poll Closed (non-voters) OR After Vote" to the "Show Poll Result" option in the fieldtype
  • { if poll:can_vote_multiple } conditional
2011-08-24

2.7.0

Added

  • support for votes on multiple answers (per poll setting)
  • precision="" thousands="" fractions=""
2011-07-31

2.6.0

Added

  • Country data to poll votes (Requires: Ip2Nation Module to be enabled)
2011-04-29

2.5.0

Added

  • NSM Addon Updater compatibility
  • Default Answer colors to the fieldtype
  • Chart Background color option to the Fieldtype
  • separate Poll end date to each poll setting
  • {poll:my_choice} to the {poll:answers} variable pair
  • "if poll:closed" conditional to exp:channel_polls:new_vote
  • {poll:end_date} variable (and some others) to exp:channel_polls:new_vote & exp:channel_polls:poll
  • preset votes to all answers in the fieldtype
  • {poll:votes_log} variable pair to display a log of the people who voted.

Changed

  • the Channel Polls to be more effecient and future-proof
  • Poll State (answers/config) is retained after a form submission error
  • The Channel Polls field now triggers an form submission error if the "Field Required" setting is set to "yes"

Fixed

  • a bug where on initial setup with no member groups specified, a php error could occur
2011-02-02

2.0.0

Added

  • Initial Commercial Release