Changeset 3401573
- Timestamp:
- 11/24/2025 06:46:57 AM (4 months ago)
- Location:
- r2k-captcha
- Files:
-
- 4 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
trunk/r2k-captcha.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
r2k-captcha/trunk/r2k-captcha.php
r3401571 r3401573 4 4 * Plugin URI: https://wordpress.org/support/plugin/r2k-security-captcha 5 5 * Description: Protect your WordPress website from spam and abuse with R2K Security Captcha. This plugin offers powerful security by integrating with two of the most trusted services: Google's reCAPTCHA Enterprise and Cloudflare's Turnstile. Choose the best protection for your site and keep your forms secure. 6 * Version: 1.0 6 * Version: 1.0.1 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 8.0 … … 19 19 $plugin_data = get_plugin_data( __FILE__ ); 20 20 21 define('R2K_CAPTCHA_VERSION', '1.0 ');21 define('R2K_CAPTCHA_VERSION', '1.0.1'); 22 22 define('R2K_CAPTCHA_PLGUIN_NAME', $plugin_data['Name']); 23 23 -
r2k-captcha/trunk/readme.txt
r3401571 r3401573 5 5 Requires at least: 6.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 Requires PHP: 8.0 9 9 License: GPLv2 or later … … 55 55 56 56 == Changelog == 57 = 1.0.1 = 58 * Update Screenshots 57 59 58 60 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.