Add range of new languages to further localize the plugin
Updated the shortcodes to be better sanitized to prevent possibility of XSS
2.0.11
Fix for CSS bug on admin pages with WordPress 3.3
Update Translation files from GlotPress to use
2.0.10
Added option to custom style editor to set direction of text.
Added option to allow shortcodes to load inline rather than in the footer. Some themes need this.
2.0.9
Added support for slider popup polls and variable sized surveys
Added activity logging
Added Latvian translation
Added setting to configure filter used on blog title with ratings
Fixed bug in preview polls
2.0.8
Fixed display of ratings on posts and pages.
Fixed confirmation dialog when deleting polls
Changed PollDaddy to Polldaddy
2.0.7
Fixed bug in displaying multiple polls in a post
Fixed bug when using json_encode, it converts utf8 charaters to unicode values in post title but they were not getting escaped properly and thus were not displayed properly in reports or in top rated widget.
2.0.6
Tidy up shortcodes - remove keywords from no script tags, inline javascript is now xhtml compatible, load survey and poll javascript files in the footer to assist page load speeds
2.0.5
Tested with version 3.2
Added extra shortcode handler for inline surveys
Fix Polldaddy icon position on poll pages
Remove rating javascript code from feeds and ajax
2.0.4
Fixed bugs with using new ajax.php in PHP 4
Fixed issue with conflicts with other plugins using ajax.php
Fixed bug in poll question media upload
Fixed bug in adding answers, if you clicked button multiple times, multiple answers were added with same name.
2.0.3
Fixed side nav gray theme icon bug introduced by usage of sprite image
2.0.2
Added support to the shortcode for alignment. Usage: [polldaddy poll=xxxxxx align=right|left]
Fixed layout issues in Firefox 4 on embed interface
Fixed extraneous dividers bug
Changed nav menu icon to sprite to fix hover flash bug
2.0.1
Fixed bug in selecting custom styles in poll editor for webkit browsers
2.0
Updated the UI
Added media embeds in poll editor
Added poll comments option
Fixed layout issues when viewing plugin in iframe/popup
Fixed bug in multiple choices dropdown
Fixed bug in updating style when updating all polls using that style
1.8.10
Updated shortcodes to use latest Polldaddy code
Fixed minor bug in rating results
Fixed minor bug in poll editor to allow use of 0 as poll answer
Added extra check to edit permissions on whether user is a blog member
Added Turkish and Polish language packs
1.8.9
Added option to rating settings to disable ratings results popup
Fixed bug in choosing rating text color
1.8.8
Updated style editor to catch some missing strings so they can be now be localised
Added string maps to javascript files to allow them to be localised
Added extra label to ratings settings, vote, so now the label votes has a singular expression for localisation.
Added option to style editor to update all polls that use this style, so any update to style will automatically be reflected in the poll.
Bug Fix: Embed options are now in readonly text inputs, resolves issue of pre tags being pasted along with embed code/URL in the HTML editor.
1.8.7
Added delete option to rating reports to allow you to reset ratings results for posts/pages/comments
Tidied poll and rating reports tables to use WordPress standard tables
1.8.6
Added new Embed options, added short URL to community site and Facebook directory
1.8.5
Added option to allow ratings to be excluded from posts and pages
1.8.4
Bug Fix: Fix bug in ratings template tag that prevented it from working without being 1st enabled
Added Arabic language.
1.8.3
Bug Fix: Use of WP_Widget caused fatal error in installations pre 2.8
Added Localisation to Top Rated Widget.
1.8.2
Bug Fix: Rating were showing up on front page when posts ratings were enabled
Added fields to options menu to set the rating id for posts/pages/comments
1.8.1
Added a template tag to allow themes to place the rating wherever they want by echoing the function polldaddy_get_rating_html()
Added shortcodes to text widget, so now all Polldaddy shortcodes will work in the text widget.
Added an option to synchronize the ratings account API key, useful if key in blog database is out of date or invalidated.
1.8.0
Added option to Rating settings to allow ratings on the front page.
Added more phrases to the pot file.
Added stylesheet for blos that have a right to left language.
Bug Fix: Fixed javascript bug, clash with prototype in P2 theme, use of $ function.
1.7.9
Bug Fix: Fixed typo in API request URL.
1.7.8
Added Options menu, that will allow users to set poll defaults settings, import another Polldaddy account and there is also a setting to allow each blog user to import their own Polldaddy account.
Added the Top Rated widget.
Added survey and rating short codes.
Added a pot file to allow the plugin to be localized.
1.7.7
Added a block repeat vote expiration setting to allow users to set how long to block out repeat voters from repeat voting
Bug Fix: Fixed notices thrown by ratings when first loaded, empty response from API.
1.7.6
Added Polldaddy Ratings, you can now add ratings to your posts, pages and comments
Bug Fix: Sub-menu now highlights the correct option
1.7.5
Bug Fix: Added fix for php warning when custom styles array empty
Bug Fix: Added fix for cookie&ip option not getting set due to API change
1.7.4
Bug Fix: Added fix for missing styles array (used when javascript is disabled)
Bug Fix: Added fix for Internet Explorer 8 and jQuery fadeIn, fadeOut methods
Bug Fix: Fixed some php warnings
1.7.3
Added poll option to allow you to set limit on number of answers for multiple choice polls.
1.7.2
Bug Fix: Added fix for open/close poll
1.7.1
Bug Fix: Answer text in results now displaying the correct text
1.7
Added Poll Style Editor
Updated the Polldaddy API Client code
Removed style picker javascript, now reference static file on Polldaddy
Bug Fix: Polldaddy Answers link to poll in poll embed code now correct
Bug Fix: iframe view of poll editor now display design area
Bug Fix: Only print API error once
1.6
Added Poll Question and Answer fields now accept limited HTML tags
Added 'Share This' link option to allow voters to share the poll around the interweb
1.5
Bug Fix: Other answers in the poll results are now displaying.
1.4
Added new poll styles selector
1.3
Added Close/Open poll to poll actions
Added Custom Styles link to Edit poll, under Design. This link will be only present when the user has custom styles created on the Polldaddy.com site.
Added option to make normal request every login
1.2
Bug Fix: SSL request for Polldaddy API key sometimes failed due to host constraints, included option to make a normal http request in this case.
Bug Fix: Redirect after login now goes to list polls
1.1
Bug Fix: Don't call Polldaddy API on every admin page load
Bug Fix: Correct Image locations
Bug Fix: CSS Tweaks for upcoming WordPress 2.8
Make Javascript image selector more robust
1.0
New Polldaddy API
Do not store UserCode, retrieve from API
Bug Fix: Fix API key retrieval. Improper use of wp_remote_post()
0.9
Compatiblity with WordPress 2.7
Bug Fix: Potential charset issues
0.8
Bug fix: prevent some PHP define errors
Bug fix: send content-length header when using wp_remote_post()
0.7
Potential bug fix: Maybe get rid of 'Invalid Poll Author' error... again.
0.6
Bug fix: Allow reauthentication with Polldaddy email address and Polldaddy password. This is necessary because the stored Polldaddy User API key is invalidated if the user's details change on Polldaddy.com.
Buf fix: Speed up CSS and JS.
Feature: Link to view Shortcode and JavaScript code for each poll.
0.5
A few more helpful error messages.
Bug fix: Password field should be a password field, not a text field.
Potential bug fix: Maybe get rid of 'Invalid Poll Author' error.
0.4
Bug fix: Shortcode handler was commented out in earlier versions.
Bug fix: PHP Warning: in_array() [function.in-array]: Wrong datatype for second argument in polldaddy-xml.php on line 78
0.3
Bug fix: Send text data escaped in CDATA to prevent XML errors.
Bug fix: Append to text value, don't overwrite it. XML parser can call text handler many times per node.
Bug fix: No more slashes when a poll reloads in the edit form after an error.
0.2
Bug fix: Get rid of slashes.
Bug fix: PHP Fatal Error: call to undefined function
0.1
Initial release
Requires: 2.6 or higher Compatible up to: 3.3.1 Last Updated: 2012-1-11
Downloads: 424,996