• Resolved mehranattari

    (@mehranattari)


    Your plugin is installed in one of my client’s site. In your recent update, i.e. 5.0.10, the website filters stopped working for the visitors. Upon investigating, I found the bug in your plugin file includes/class-gs-service.php.

    Here, you are aborting all of the visitors requests with wp_die() if the user has no manage_options permission.

    To fix it, please move the permission check to if(isset($_POST['gs_cf7free_debug_settings'])) { So it’ll only be for your plugin need and won’t interfere with other website functionalities.

    I hope this helps many others as well.

Viewing 1 replies (of 1 total)
  • Plugin Author westerndeal

    (@westerndeal)

    Hello @mehranattari
    Thanks for getting in touch,
    We have already fixed the issue in Version 5.0.11,
    and now we have released Version 5.0.12, along with other security patches,
    Please update the plugin, and let me know if issue exists.

    Thanks
    Abdullah

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.