Changeset 3218473
- Timestamp:
- 01/07/2025 05:02:04 PM (2 months ago)
- Location:
- friendly-captcha
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
friendly-captcha/tags/1.15.9/friendly-captcha.php
r3210421 r3218473 4 4 * Plugin Name: Friendly Captcha for WordPress 5 5 * Description: Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution. 6 * Version: 1.15. 76 * Version: 1.15.9 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.3 … … 20 20 } 21 21 22 define('FRIENDLY_CAPTCHA_VERSION', '1.15. 7');22 define('FRIENDLY_CAPTCHA_VERSION', '1.15.9'); 23 23 define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.18'); 24 24 define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.10'); -
friendly-captcha/tags/1.15.9/readme.txt
r3210421 r3218473 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.3 7 Stable tag: 1.15. 77 Stable tag: 1.15.9 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 97 97 == Changelog == 98 98 99 = 1.15.9 = 100 101 * Fix WordPress login integration when Wordfence 2FA is enabled 102 * Verify captcha solution before password is verified in WordPress login 103 99 104 = 1.15.7 = 100 105 -
friendly-captcha/trunk/friendly-captcha.php
r3210421 r3218473 4 4 * Plugin Name: Friendly Captcha for WordPress 5 5 * Description: Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution. 6 * Version: 1.15. 76 * Version: 1.15.9 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.3 … … 20 20 } 21 21 22 define('FRIENDLY_CAPTCHA_VERSION', '1.15. 7');22 define('FRIENDLY_CAPTCHA_VERSION', '1.15.9'); 23 23 define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.18'); 24 24 define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.10'); -
friendly-captcha/trunk/readme.txt
r3210421 r3218473 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.3 7 Stable tag: 1.15. 77 Stable tag: 1.15.9 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 97 97 == Changelog == 98 98 99 = 1.15.9 = 100 101 * Fix WordPress login integration when Wordfence 2FA is enabled 102 * Verify captcha solution before password is verified in WordPress login 103 99 104 = 1.15.7 = 100 105
Note: See TracChangeset
for help on using the changeset viewer.