=== Cloudflare Captcha Overlay === Contributors: yourname Tags: captcha, security, cloudflare, turnstile, verification Requires at least: 5.0 Tested up to: 6.4 Stable tag: 2.0.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A Cloudflare-style captcha overlay that launches immediately on page load for Windows users. == Description == This plugin adds a Cloudflare Turnstile-style captcha overlay to your WordPress site. When visitors click on interactive elements (links, buttons, forms), they will be prompted to complete a verification process. **Features:** * Authentic Cloudflare Turnstile design * Multi-language support (English, German, French, Spanish) * Smooth animations and transitions * 90-day verification cookie * Privacy-focused design * Mobile-friendly == Installation == 1. Upload the `cloudflare-captcha` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add the required images to `/wp-content/plugins/cloudflare-captcha/assets/images/`: - cloudflare-logo.png - cloudflare-color.png - fingerprint.png - clock.png - shield.png == Frequently Asked Questions == = How do I customize the verification process? = You can modify the JavaScript in `assets/js/captcha-loader.js` to customize the verification steps. = How long does the verification last? = By default, verification lasts 90 days. You can change this by modifying the `COOKIE_DURATION_DAYS` variable in the JavaScript file. == Changelog == = 2.0.0 = * Auto-launch on page load (no click required) * Captcha now shows immediately when Windows users visit the page * Removed click interceptor in favor of instant display * Windows-only detection still active = 1.0.0 = * Initial release == Upgrade Notice == = 2.0.0 = Major update: Captcha now launches immediately on page load for Windows users instead of waiting for a click. = 1.0.0 = Initial release of Cloudflare Captcha Overlay.