Changeset 3114791
- Timestamp:
- 07/09/2024 08:20:42 AM (8 months ago)
- Location:
- friendly-captcha
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
friendly-captcha/tags/1.14.5/friendly-captcha.php
r3102176 r3114791 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.14. 46 * Version: 1.14.5 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.3 … … 20 20 } 21 21 22 define('FRIENDLY_CAPTCHA_VERSION', '1.14. 4');22 define('FRIENDLY_CAPTCHA_VERSION', '1.14.5'); 23 23 define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.12'); 24 24 define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.7'); -
friendly-captcha/tags/1.14.5/includes/verification.php
r3095155 r3114791 15 15 { 16 16 $endpoint = 'https://api.friendlycaptcha.com/api/v1/siteverify'; 17 if (FriendlyCaptcha_Plugin::$instance->get_eu_puzzle_endpoint_active()) { 18 $endpoint = 'https://eu-api.friendlycaptcha.eu/api/v1/siteverify'; 19 } 17 20 18 21 $request_body = array( -
friendly-captcha/tags/1.14.5/readme.txt
r3102176 r3114791 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.3 7 Stable tag: 1.14. 47 Stable tag: 1.14.5 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.14.5 = 100 101 * Use the EU endpoint for verification when it's enabled 102 99 103 = 1.14.4 = 100 104 -
friendly-captcha/trunk/friendly-captcha.php
r3102176 r3114791 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.14. 46 * Version: 1.14.5 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.3 … … 20 20 } 21 21 22 define('FRIENDLY_CAPTCHA_VERSION', '1.14. 4');22 define('FRIENDLY_CAPTCHA_VERSION', '1.14.5'); 23 23 define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.12'); 24 24 define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.7'); -
friendly-captcha/trunk/includes/verification.php
r3095155 r3114791 15 15 { 16 16 $endpoint = 'https://api.friendlycaptcha.com/api/v1/siteverify'; 17 if (FriendlyCaptcha_Plugin::$instance->get_eu_puzzle_endpoint_active()) { 18 $endpoint = 'https://eu-api.friendlycaptcha.eu/api/v1/siteverify'; 19 } 17 20 18 21 $request_body = array( -
friendly-captcha/trunk/readme.txt
r3102176 r3114791 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.3 7 Stable tag: 1.14. 47 Stable tag: 1.14.5 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.14.5 = 100 101 * Use the EU endpoint for verification when it's enabled 102 99 103 = 1.14.4 = 100 104
Note: See TracChangeset
for help on using the changeset viewer.