Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: WPRigel/pollify

Release list

Release v1.0.14

Choose a tag to compare

@sabbir1991 sabbir1991 released this 13 Jun 18:35

v1.0.14 -> June 13, 2026

  • [Fix] Vote lock name now fits MySQL's 64-character GET_LOCK limit — race protection was silently skipped before
  • [Fix] Voting no longer fails on SQLite-based environments (WP Playground)
  • [Fix] Multi-option votes wrapped in database transaction — prevents partial inserts on failure
  • [Fix] Schedule end-date check no longer triggers PHP 8.1 deprecation warning
  • [Fix] Poll closed status check no longer causes undefined array index notice
  • [Improvement] Staled nonce recovery — cached pages refresh nonce and retry vote automatically
  • [Improvement] Per-IP rate limiting on vote endpoint (30 requests/minute)
  • [Improvement] Geo IP lookups cached via transients — eliminates blocking HTTP call on repeat votes
  • [Improvement] Real visitor IP detected behind Cloudflare (CF-Connecting-IP)
  • [New] uninstall.php added with opt-in data cleanup on plugin removal
  • [New] pollify_enable_geo_lookup filter to disable geo lookups
  • [New] pollify_trust_proxy_headers filter for reverse proxy environments