Simple CAPTCHA with Cloudflare Turnstile

Changelog

Version 1.43.2 – 17th September 2026

  • Fix: Fixed an issue since 1.42.3 where the Turnstile widget could be missing from the WooCommerce checkout while the order was still rejected for a missing challenge, leaving the checkout impossible to complete. A theme, page builder or template that renders the checkout more than once could use the widget up on a copy that is never shown. Each checkout form now gets its own widget, and the block checkout checks its own markup for one before deciding it is not needed.

Version 1.43.1 – 11th September 2026

  • Fix: Fixed an issue since 1.42.3 where the “Before Payment”, “After Payment” and “Before Pay Button” widget positions could place the Turnstile widget outside the WooCommerce block checkout, away from the form, on a checkout page whose saved content is missing the payment or place order blocks. The widget is now always placed inside the checkout, above the payment section.
  • Fix: Fixed an issue since 1.38.0 where the Turnstile widget was added twice to a form inside an Elementor popup, which could leave the form unable to be submitted. Elementor rebuilds a popup from a copy of its markup each time it opens, so the widget is now added when the popup opens rather than before it.

Version 1.43.0 – 9th September 2026

  • New: Added support for Elementor’s new Atomic forms, using the same “Enable Elementor Forms” setting as classic Elementor Pro forms.
  • New: Added support for Wordfence 9.0.0’s Login Security passkeys, which were rejected with a missing challenge error when the WordPress login check was enabled.
  • Tweak: Added the cfturnstile_is_partial_checkout_render filter, so other page builders can flag any extra renders of the checkout template.
  • Fix: Fixed an issue since 1.42.3 where WooCommerce orders paid with a card gateway such as Stripe or WooPayments could be rejected with a Turnstile error.
  • Fix: Fixed an issue since 1.42.3 where every order on a WooCommerce checkout built with the Divi Builder’s Checkout modules was rejected with a Turnstile error.
  • Fix: Fixed a WooCommerce checkout token remaining usable for up to two minutes when the request that used it ended unexpectedly, such as after a fatal error.

Version 1.42.3 – 7th September 2026

  • Fix: Fixed the Turnstile widget not being reset after a failed submission on forms that submit without a page reload, such as AJAX login forms and single page (SPA) themes.
  • Fix: Fixed the Turnstile widget not appearing on the WooCommerce checkout when the section chosen in the “Widget Position” setting was not part of the checkout. It now falls back to a position above the “Place Order” button.
  • Fix: Fixed the “After Payment” widget position removing the entire payment section, including the payment methods, from the WooCommerce block checkout.
  • Fix: Fixed the Turnstile widget not appearing on the WooCommerce app authorization screen (/wc-auth/). You are now sent to the WordPress login form to complete the challenge, then returned to the authorization screen.
  • Fix: Fixed the “cloudflare turnstile” button in the Contact Form 7 form editor inserting nothing when clicked.
  • Fix: Fixed the Turnstile error message not being shown on the Gravity Forms User Registration login form ([gravityform action=”login”]).
  • Security: Fixed vulnerabilities where the Turnstile check on the WooCommerce checkout and lost password form, and WordPress login and lost password forms could be potentially be bypassed.
  • Security: Fixed a vulnerability in the Contact Form 7 integration, where an unauthenticated visitor could run any shortcode registered on the site by submitting it as a field value. Reported by Jakub Herman via WPScan.
  • Security: Fixed a vulnerability where the Turnstile check on Gravity Forms could be bypassed by adding a page number to the request. The check is now only skipped on forms that really do have more than one page.
  • Tweak: The Turnstile form-tag for Contact Form 7 is now [cf7_simple_turnstile]. Your existing [cf7-simple-turnstile] tags keep working and do not need to be changed.

Version 1.42.1 – 27th July 2026

  • Fix: Fixed an issue since 1.42.0 where the submit button could stay disabled after the Turnstile challenge was completed, when the “Disable Submit Button” option is enabled. On the login form this could lock you out of your site.
  • Fix: Fixed the submit button staying disabled after the widget was re-rendered, such as after an AJAX comment or on the Blocksy account modal.
  • Fix: Fixed the submit button staying disabled on Jetpack forms when the “Disable Submit Button” option is enabled.
  • Fix: Fixed WooCommerce checkout failing with a “please verify that you are human” error when using the GlobalPayments GPAPI gateway with 3D Secure enabled.
  • Fix: Fixed the Turnstile API script loading render-blocking, even with the “Defer Scripts” option enabled.
  • Tweak: Changing the API keys programmatically, such as with WP-CLI or a provisioning script, no longer switches Turnstile off on every form until the manual test is run.
  • Tweak: Tightened the Forminator integration further, so a solved Turnstile challenge can no longer be re-used for up to 30 seconds.

Version 1.42.0 – 26th July 2026

  • New: Added support for CIDR ranges (IPv4 and IPv6) in the IP whitelist, e.g. 203.0.113.0/24 or 2001:db8::/32, so visitors can be whitelisted by subnet.
  • Fix: Fixed IP whitelist matching for IPv6 addresses written in a different format, and for IPv4-mapped IPv6 addresses such as ::ffff:203.0.113.5. A /0 range is now ignored.
  • Fix: Fixed an issue since 1.41 where the login widget could be reset while a two-factor prompt was open (e.g. Wordfence 2FA), causing the login to fail.
  • Fix: Turnstile now always loads in explicit render mode, fixing the widget not appearing on slow connections, with a “delay JavaScript” optimization, or in AJAX-loaded forms such as comment forms and popups.
  • Fix: Fixed several WooCommerce issues, including the checkout script erroring when a “delay JavaScript” optimization runs it before jQuery, widgets not rendering on the block checkout, and the “Click here to login” toggle.
  • Fix: Fixed the Turnstile widget not appearing in the Blocksy theme’s header account modal, and the integration now also loads when a Blocksy child theme is active.
  • Fix: Fixed a conflict with FluentAuth’s email two-factor and magic login, where the second step could fail with a Turnstile error.
  • Fix: Fixed a conflict with Simple Membership where a member logging in was not also logged into their WordPress user account, breaking is_user_logged_in() checks, .htaccess protection and user synchronization.
  • Security: Fixed a vulnerability in the Forminator integration where a solved Turnstile challenge could potentially be reused to bypass verification, as the validation was cached against a form value instead of the single-use token. (Reported by Meher Sudhakar Abbireddi via WPScan.)

Version 1.41.1 – 22nd June 2026

  • Tweak: Added a view button to show the secret key in the settings page, which is hidden by default.
  • Tweak: Made a few small changes to the settings page.
  • Tweak: On the Ultimate Member login form, added a check to prevent further login validation if Turnstile failed.
  • Fix: Fixed an issue with the Ultimate Member login form since the last update.

Version 1.41.0 – 18th June 2026

  • New: Added a new “Analytics” option which when enabled will start tracking some basic analytics data for Turnstile form submissions. This includes the number of successful and failed submissions, and the reasons for any failures.
  • Improvement: Added some new tabs to the settings page, with a “Settings” tab for all the main settings, a new “Analytics” tab for the new analytics feature and the debug logging, and an “Import” tab for the import/export feature.
  • Tweak: Updated the verified transient check to work better with certain 2FA plugins.
  • Tweak: Updated the Contact Form 7 integration to now show the correct error message when the Turnstile check fails.
  • Tweak: The “Widget Label Text” is now hidden when “Interaction Only” is selected, and only displayed when the widget actually requires an interaction.
  • Tweak: Added spacing below the widget when it shows in “Interaction Only” mode, which is hidden when the widget is not displayed.
  • Tweak: The Turnstile widget now re-renders shortly after clicking the login button on the wp-login.php page, to ensure a fresh token is ready in case of a failed login.
  • Fix: Fixed an issue with Turnstile not rendering on the block checkout “pay for order” page in some cases.
  • Fix: Fixed the “Show Widget Label Text” option not displaying on Elementor forms.
  • Fix: Fixed the “Logged In Users” whitelist option not bypassing Turnstile on Contact Form 7 submissions.
  • Fix: Fixed the “Appearance Mode” setting not being applied to Elementor forms and the WooCommerce block checkout, causing the widget to always display even when “Interaction Only” was selected.
  • Other: Renamed the plugin from “Simple CAPTCHA Alternative with Cloudflare Turnstile” to “Simple CAPTCHA with Cloudflare Turnstile”.

Version 1.40.0 – 29th May 2026

  • New: Added an option to enable Turnstile on the WooCommerce Account Details form.
  • Tweak: Added a warning message to the “Logged In Users” whitelist option.
  • Tweak: Added an additional check to prevent the Turnstile widget from rendering twice on WooCommerce checkout in rare cases.
  • Tweak: Prevent any kind of form submission (shortkeys etc) for the default login form when Turnstile is not completed, if the “Disable Submit Button” option is enabled.
  • Tweak: Prevent any kind of form submission (shortkeys etc) for Elementor forms when Turnstile is not completed #84.
  • Tweak: Force-render inline script now loads via wp_add_inline_script in the footer, fixing rendering issues in some cases when “Defer Scripts” is disabled.
  • Fix: Fixed widget size setting (Flexible/Compact) not being applied to Elementor forms.
  • Fix: Fixed a mobile performance issue in some cases. Replaced the fixed 200ms setTimeout fallback which could cause scroll-locking and double-rendering.
  • Fix: Performance plugin compatibility hooks now register correctly regardless of which performance plugin is active.
  • Fix: Improved WooCommerce checkout login form Turnstile rendering, which was not working for some themes.
  • Fix: Fixed a JS error on WooCommerce classic checkout when the Blocks checkout store isn’t registered.
  • Fix: Fixed duplicate Turnstile widget on Paid Memberships Pro login page.
  • Fix: Fixed a JS error with wpDiscuz integration when Perfmatters plugin was active.

Version 1.39.1 – 1st May 2026

  • Fix: Fixed a potential issue with the Turnstile check on login forms failing in certain cases when it runs multiple checks in the same request.

Version 1.39.0 – 20th April 2026

  • New: Added integration for the “SureForms” plugin.
  • New: Added integration for the “Sunshine Photo Cart” plugin (#70).
  • Tweak: Adjusted the “Widget Label Text” alignment in some cases so it always shows above the widget.

Version 1.38.4 – 17th April 2026

  • Fix: Fixed Turnstile verification failures on WooCommerce checkout caused by payment gateway plugins (e.g. PayPal Commerce, Amazon Pay, Mollie) consuming the single-use token during pre-checkout AJAX validation requests.
  • Fix: Fixed a fatal error occurring on pages where WooCommerce has been selectively disabled (e.g. via Plugin Organizer).

Version 1.38.3 – 17th April 2026

  • Tweak: Made some tweaks to the WooCommerce checkout duplicate submission check, with a longer expiration for the transient, and improved the auto re-render for Turnstile on payment error in certain cases.
  • Tweak: Small tweak to the Contact Form 7 integration code with a basic static duplication check.

Version 1.38.2 – 16th April 2026

  • Tweak: Added the transient based duplicate submission check to WooCommerce checkout, to prevent potential duplicate submission check failing issues since the last update.
  • Tweak: Added improved support for Gravity Forms multi-page forms, to prevent the duplicate submission check from failing on page 2 and beyond.

Version 1.38.1 – 13th April 2026

  • Tweak: Replaced all PHP session usage with WordPress transients for the duplicate submission checks, to prevent full-page caching from being broken by the PHPSESSID cookie and Cache-Control headers.
  • Tweak: An invalid-input-secret error from Cloudflare no longer disables Turnstile on all forms. Instead, the admin is notified and a soft re-test prompt is displayed on the settings page.
  • Security: Fixed a broken authentication vulnerability on WooCommerce checkout potentially allowing one successful Turnstile submission to be reused for multiple checks. (Reported by David Marín via Patchstack.)

Version 1.38.0 – 6th April 2026

  • New: Added a “Refresh Timeout” option to the advanced settings.
  • Performance: The Cloudflare health check (used by failover mode) is now cached for 2 minutes, preventing repeated HTTP requests on every form render.
  • Tweak: Added missing WooCommerce ‘cart_checkout_blocks’ and ‘product_block_editor’ feature compatibility declarations.
  • Fix: Fixed a text domain typo in the WooCommerce Store API integration.
  • Fix: Improved the WP Discuz integration to properly validate and block submissions when the Turnstile check fails, and now honors the whitelist.
  • Fix: Fixed an issue with Turnstile not loading on Elementor popup forms in some cases.
  • Fix: The disable submit option should now work correctly on Elementor forms.
  • Fix: The disable submit option should now work correctly on Contact Form 7 forms.
  • Fix: Fix for WooCommerce block checkout sometimes rendering the Turnstile widget twice.
  • Fix: Fixed a “Invalid type for container” JavaScript error with the wpDiscuz integration.
  • Fix: Fixed the right alignment styling for bbpress.
  • Fix: Fixed an issue where Turnstile widgets would repeatedly render when a browser tab is left open for extended periods.
  • Fix: Fixed an issue where CF7 forms would show “One or more fields have an error” when SCT is active but the form doesn’t use the SCT turnstile shortcode.
  • Fix: Fixed an issue with scripts not being enqueued properly in some cases.
  • Dev: Fixed the missing prefix for the add_data_attribute function.
  • Dev: Changed all include() calls to include_once() to prevent fatal errors if the plugin file is loaded more than once.
  • Dev: Fixed cfturnstile_check() returning false instead of array( ‘success’ => false ) when API keys are not set.
  • Security: Made a few small precautionary security enhancements (missing ABSPATH check, and sanitized REQUEST_URI).

Version 1.37.0 – 12th January 2026

  • Improvement: Improved the Elementor integration to work better in more cases, and with Elementor popups.
  • Improvement: Added an alignment option for the Elementor integration.
  • Tweak: Removed the “Integration Method” option for Elementor forms. It will now load globally but has an option to choose where scripts are loaded.
  • Tweak: Small tweaks to the settings page.
  • Tweak: Added a copy button for the debug log.
  • Fix: Fixed a new issue some websites were experiencing with WooCommerce block checkout not working with Turnstile.
  • Fix: Fixed an error “attempt to read property success on null” showing in some cases.
  • Fix: Fixed the widget label not showing in some cases, on the comments form.
  • Fix: Fixed WooCommerce checkout in some cases not re-rendering Turnstile after payment errors. It should now re-render correctly in all cases to prevent Turnstile errors.
  • Fix: Fixed an issue with Forminator forms when using file upload fields.

Version 1.36.1 – 31st December 2025

  • Fix: Fixed an issue with the disable submit feature not working in some cases.

Version 1.36.0 – 30th December 2025

  • New: Added new “Failsafe Mode” option in the advanced settings.
  • New: Added the ability to enable and set a custom “widget label text” that is shown above the Turnstile widget.
  • New: Added an option to enable “Resource Hint (Preconnect)” in the advanced settings.
  • Tweak: Improved the code for getting the user IP address for the Turnstile verification request. Helps with certain server setups and proxy services.
  • Tweak: Changed Turnstile default render to “auto” instead of “explicit”.
  • Tweak: Removed the user ID check on WordPress login Turnstile check, so it still runs if the username is invalid.
  • Tweak: Added “header” info to the debug log entries.
  • Fix: Fixed an issue with Kadence Forms integration in some cases.

Version 1.35.0 – 27th October 2025

  • New: Improvement to Elementor integration to work better with Elementor element caching.
  • New: Added new “Integration Method” for the Elementor integration. The “Load Scripts Globally” option may work better for certain types of caching.
  • Tweak: Updated the Elementor JS code from using jQuery to vanilla JS.
  • Tweak: Added an option in the “Advanced Settings” to toggle “Performance Plugin Compatibility”.
  • Tweak: Ultimate Member forms now have a unique fixed ID instead of a random one each time.
  • Tweak: For WooCommerce checkout, added an alternative check for duplicate execution within a single request.
  • Tweak: Made some changes to the settings page, updated the setup guide link, and updated donation/sponsor details.
  • Fix: Fixed an issue with Turnstile being ignored by certain payment methods like PayPal express, in some cases.
  • Fix: Fixed an issue when the “WordPress Login” option is enabled, but “WooCommerce Login” is disabled, the WooCommerce login still gave a verification failed error.

Version 1.34.3 – 16th October 2025

  • Fix: Fixed an issue with some express payment methods. These will now automatically skip the Turnstile check preventing the error message from showing.

Version 1.34.2 – 15th October 2025

  • Fix: Fixed an issue with WooCommerce checkout in some cases.

Version 1.34.1 – 10th October 2025

  • Fix: Fixed an issue with custom login forms causing an error since version 1.34.0.
  • Fix: Fixed an issue with the “Extra Failure Message” when using quotes in the text.

Version 1.34.0 – 9th October 2025

  • New: Added ability to define the Site Key and Secret Key in the wp-config.php file, using the constants “CF_TURNSTILE_SITE_KEY” and “CF_TURNSTILE_SECRET_KEY”. This is useful for developers, or if you want to prevent the keys from being changed in the admin settings page.
  • New: Added an export/import tool to the settings page, to allow you to easily export your settings and import them on another website.
  • Tweak: Updated the WooCommerce checkout “cfturnstile_checkout_checked” session to clear in more cases to prevent potential issues.
  • Fix: Added better support for smart payment buttons on WooCommerce checkout, to prevent Turnstile from blocking the checkout in some cases.
  • Fix: Fixed an issue with the “Pay for Order” page when using block checkout.
  • Fix: Fixed an issue with the wp_login_form() function integration.

Version 1.33.1 – 5th September 2025

  • Other: Renamed the plugin from “Simple Cloudflare Turnstile” to “Simple CAPTCHA Alternative with Cloudflare Turnstile” due to trademark guidelines.

Version 1.33.0 – 4th September 2025

  • Tweak: Added some better compatibility with certain performance plugins that may be minifying/delaying JavaScript and causing issues with Turnstile loading.
  • Fix: Potential fix for some websites experiencing issues with Elementor forms.

Version 1.32.3 – 21st August 2025

  • Fix: Fixed an issue with the CheckoutWC integration.

Version 1.32.2 – 7th August 2025

  • Fix: Fixed an issue with the Turnstile widget on Elementor forms always being forced to dark mode.
  • Fix: Fixed an issue with Turnstile rendering twice on CheckoutWC checkout page in some cases.

Version 1.32.1 – 7th August 2025

  • Improvement: Improved the CheckoutWC integration (#53).
  • Tweak: Added missing MailPoet JS callback for the disable submit button.
  • Fix: Fixed a error in the woocommerce.js file.

Version 1.32.0 – 7th July 2025

  • New: Added support for the “WP User Manager” plugin.
  • Improvement: Fixed the Elementor integration (contact forms, login form, and popups) and made some improvements to the code.
  • Tweak: Added a check to see if the Turnstile script has already been enqueued.
  • Fix: Fixed an issue with some ajax form plugins, where the Turnstile widget was re-rending duplicates each time there was a failed submission.
  • Fix: Fixed a potential PHP error with the WP login.

Version 1.31.0 – 27th May 2025

  • New: Added support for the wp_login_form() function, so Turnstile can be added to the login form generated by this function.
  • Tweak: Made a few design tweaks to the admin settings page.
  • Fix: Change from gform_pre_submission to gform_validation hook for Gravity Forms integration. (#40).
  • Fix: Fixed “wp is not defined” error on WooCommerce checkout in some cases.

Version 1.30.0 – 12th February 2025

  • New: Added Kadence Forms integration.
  • New: Added MailPoet integration.
  • Fix: Fixed “Cannot read properties of null (reading ‘dataset’)” error with WooCommerce block checkout.
  • Fix: Fixed an issue with Turnstile loading twice in some cases.
  • Fix: Fixed an issue with the “Disable Submit Button” option not working.
  • Fix: Gravity Forms integration rerender on validation. (#38).
  • Tested with WordPress 6.7.2
  • Tested with WooCommerce 9.6.1

Version 1.29.0 – 14th January 2025

  • New: Added Jetpack Forms integration. (#30).

Version 1.28.1 – 13th January 2025

  • Fix: Fixed a undefined array key “error_code” error showing in some cases.
  • Fix: Fix CheckoutWC implementation. (#33).
  • Fix: Fix warning when cf-turnstile-response not present in Fluent Forms. (#32).

Version 1.28.0 – 17th December 2024

  • New: Added Checkout block and Store API support. (Thanks @senadir)
  • Fix: Fixed an issue with Turnstile re-rendering when it does not need to in some cases, on WooCommerce checkout.
  • Other: Tested with WooCommerce 9.4.3

Version 1.27.1 – 10th November 2024

  • New: Added a “Widget Size” option to the advanced settings section.
  • Tweak: Moved the “Appearance Mode” option to the advanced settings section.
  • Tweak: Added support for Elementor PRO Elements.
  • Tweak: Added the new supported languages.
  • Fix: Fixed a “WPCF7_TagGenerator::add()” error with the Contact Form 7 integration.
  • Fix: Prevent Turnstile from showing on the order received page in some cases, such as with the CheckoutWC plugin.
  • Other: Tested with WordPress 6.7.0
  • Other: Tested with WooCommerce 9.3.3

Version 1.27.0 – 7th August 2024

  • New: Added a new option in the admin settings page to “enable debug logging of Turnstile form submission events”. This will add a log event every time a form is submitted with Turnstile enabled, and display the log at the bottom of the settings page.
  • Fix: Fixed issue with Turnstile not rendering on Elementor popup forms.
  • Fix: Fixed issue with Turnstile not resetting properly on Contact Form 7 causing it to display twice on submission error.
  • Fix: Fixed issue with Turnstile showing twice in some cases.

Version 1.26.6 – 27th July 2024

  • Fix: Fixed issue with Turnstile showing twice on Forminator forms in some cases.

Version 1.26.5 – 26th July 2024

  • Fix: Fixed issue with Turnstile showing twice on Elementor forms.

Version 1.26.4 – 26th July 2024

  • Fix: Tweak to help prevent some new rare cases where the Turnstile widget was being shown twice in some cases.
  • Fix: Fixed an issue with the WooCommerce password reset form when using a hide admin login URL plugin like “WPS Hide Login”.
  • Other: Tested with WordPress 6.6.1

Version 1.26.3 – 18th July 2024

  • Tweak: Added a message to state that it is not currently compatible with WooCommerce “block-based” checkout.
  • Fix: Fixed an issue with not being able to save the WP Forms integration settings if using the Pro version of WP Forms.
  • Other: Tested with WordPress 6.6.0
  • Other: Tested with WooCommerce 9.1.2

Version 1.26.2 – 8th May 2024

  • Fix: Fixed an issue with the new “ONLY enable for these Membership IDs” option with the MemberPress integration.

Version 1.26.0 – 8th May 2024

  • New: Added option to whitelist certain “User Agents” in the “Whitelist Settings” section to the settings page.
  • Tweak: Made a few small changes to the admin settings page.
  • Dev: Added a filter (“cfturnstile_widget_disable”) to allow skipping Turnstile check and hiding the Turnstile widget programmatically.
  • Code Fork: auutstudio/simple-cloudflare-turnstile-sometimes
    — New: Added an option to only show Turnstile on specific MemberPress registration forms, based on a declared list of Membership Product IDs.
    — Tweak: Clarify that the Whitelist IP option does not support wildcards.
    — Tweak: Clarify that WPForms has a redundant place in its own settings to configure Turnstile.

Version 1.25.0 – 7th November 2023

  • New: Added compatibility with the “Clean Login” plugin.
  • New: Added an option to only show Turnstile on the default WordPress login and registration form, and not on any other similar forms added by plugins. This is enabled by default for new installs.
  • New: Added a new “Extra Failure Message” option, in advanced settings, which will show a custom notice to the user, under the widget, if the Turnstile challenge fails.
  • New: Added a new “Defer Scripts” option, in advanced settings, to decide whether the javascript files will be deferred or not. This is enabled by default.
  • Tweak: Modified the code for WooCommerce login check.
  • Tweak: Added some information about other form plugins that are not currently supported by our plugin, if they are installed.
  • Tweak: Removed 100ms delay on Turnstile widget render.
  • Tweak: Added an “Advanced Settings” tab to the settings page, and moved some settings into there.
  • Tweak: A few small changes to the admin settings page.
  • Tweak: The “Language” setting is now ordered alphabetically.
  • Tweak: Improvements to the Blocksy integration.
  • Fix: Fixed a compatibility issue with the EDD Auto Register plugin.
  • Dev: Moved around some of the plugin code into different files.
  • Dev: Added some filters for the WP Login and WP Register check functions.
  • Other: Tested with WordPress 6.4.0

Version 1.24.0 – 9th October 2023

  • New: Added integration with the “Paid Memberships Pro” plugin.

Version 1.23.3 – 4th October 2023

  • Tweak: Added some additional sanitization and escaping to the plugin code, as an extra security precaution, and to meet WordPress coding standards better.
  • Tweak: Added a class to the line break displayed below the Turnstile widget, so it can be hidden or edited with CSS if needed.
  • Fix: Fixed issue with Turnstile not loading on WooCommerce checkout login form in some cases.

Version 1.23.2 – 22nd September 2023

  • Fix: Fixed a security vulnerability with the Gravity Forms integration.
  • Tweak: Minified the inline scripts on Contact Form 7 and Gravity Forms integrations.
  • Tweak: Small tweak to styles on wp-login.php page in some cases.
  • Other: Tested with WordPress 6.3.1
  • Other: Tested with WooCommerce 8.1.1

Version 1.23.1 – 24th August 2023

  • Fix: Fixed an issue with “Payment Methods to Skip” toggle on settings page.

Version 1.23.0 – 24th August 2023

  • New: Added “Whitelist Settings” section to the settings page, with options to whitelist logged in users, or certain IP addresses.
  • New: Added support/integration for the CheckoutWC plugin.
  • Tweak: Turnstile will now be disabled on all forms until the “Test Response” is successfully completed on the settings page. An admin error message will now show if the keys are set but the test is not complete.
  • Tweak: If Turnstile returns error code “invalid-input-secret” at any point, it will automatically disable itself and requires a “Test Response” to be completed again in the settings page.
  • Tweak: Modified the “Payment Methods to Skip” option (for WooCommerce) information to be easier to understand, and now displayed as checkboxes instead of a multi-select field.
  • Tweak: Added a session to WooCommerce checkout, to ensure the Turnstile check is only run once during checkout.
  • Tweak: The scripts loaded by the plugin are now automatically defered, to help improve performance.
  • Fix: Fixed undefined array key “mode” error with Ultimate Member integration.
  • Fix: Fixed issue with Turnstile not working on Contact Form 7 in some cases.
  • Other: Tested with WordPress 6.3.0
  • Other: Tested with WooCommerce 8.0.2

Version 1.22.1 – 8th July 2023

  • Tweak: Changed the hook used for validation on Turnstile on the comments form, to an earlier hook, to prevent potential conflicts with other plugins.
  • Fix: Fixed an issue with the “Disable Submit Button” option on Forminator forms, when “Load for using AJAX” was enabled.
  • Fix: Fixed an error with WooCommerce reset password form since last update.

Version 1.22.0 – 6th July 2023

  • Tweak: Updated Turnstile to always load explicitly (instead of implicitly) in all instances. This helps prevent certain potential conflict issues, for example with performance plugins.
  • Fix: Fixed an issue with Forminator forms, where the Turnstile challenge stopped working if there was an error on the form after submitting once.
  • Fix: Fixed a PHP error with WP Forms, since a newer version of the WP Forms plugin.

Version 1.21.3 – 28th June 2023

  • Fix: Fixed the “cfturnstile_uninstall_remove” option no longer saving since last update, and a PHP error when it’s enabled and deleting the plugin.

Version 1.21.2 – 28th June 2023

  • Improvement: Small optimisation so that plugin options are no longer saved in the database for disabled integrations. Existing installs will need to re-save the plugin settings for this to apply.
  • Tweak: Added compatibility fix for Cloudflare “Rocket Loader” feature, which was causing the Turnstile challenge to appear in some cases. May remove this in the future, if Cloudflare fix the issue on their end.
  • Tweak: Remove “cfturnstile_tested” option on plugin uninstall.
  • Tweak: Removed the “-2px” left margin on Turnstile widget, since it is no longer needed.
  • Fix: Fixed an issue with WooCommerce login form.

Version 1.21.1 – 23rd June 2023

  • Tweak: The jQuery for AJAX comments forms support will now only load …

Plugin Website
Visit website

Version:
1.43.2
Last Updated
September 17, 2026
Active Installs
200000
Requires
WordPress 4.7
Tested Up To
WordPress 7.1

Share Post

Join our newsletter.

Get insights into what’s happening at ChangelogWP right in your inbox. We don’t believe in spam.