Advanced AJAX-powered WordPress comments plugin with live commenting, comment voting, inline feedback, social login, custom comment forms, and engagem …
* Fixed: An issue with wpDiscuz nonce validation
* Added: Load wpDiscuz comments for block themes automatically
* Added: Support for attachment preview replace (no need to re-upload all attachments anymore)
Added: A new filter hook “wpdiscuz_show_vote” to allow hiding/showing vote buttons for certain comments.
Added: A new filter hook “wpdiscuz_post_attachments_as_gallery” to allow controlling whether a post’s attachments should be displayed as a gallery or not.
Fixed: Prevent adding unnecessary statistics on comment deletion.
Fixed: Guests can’t vote on guest comments.
Fixed: Issue with adding nonce in cookies that leads to an issue with nonce verification.
Security: Fixed IDOR vulnerability in AJAX actions (CVE-2025-68997)
Security: Added post access authorization check to voteOnComment – uses $comment->comment_post_ID from database, not user-supplied postId (prevents parameter manipulation bypass)