Changeset 3278200
- Timestamp:
- 04/21/2025 01:30:16 PM (12 months ago)
- Location:
- trustcaptcha/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
src/php/Trustcaptcha.php (modified) (1 diff)
-
trustcaptcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trustcaptcha/trunk/readme.txt
r3260309 r3278200 3 3 Tags: captcha, trustcaptcha, bot-protection, gdpr, reCAPTCHA-alternative 4 4 Requires at least: 4.0 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 63 63 == Changelog == 64 64 65 = 1.2.1 = 66 * Add support for wordpress 6.8.x 67 * Fix custom translation bug 68 * Fix custom design bug 69 65 70 = 1.2.0 = 66 71 * Add proxy support … … 77 82 == Upgrade Notice == 78 83 84 = 1.2.1 = 85 * Add support for wordpress 6.8.x 86 * Fix custom translation bug 87 * Fix custom design bug 88 79 89 = 1.2.0 = 80 90 * Add proxy support -
trustcaptcha/trunk/src/php/Trustcaptcha.php
r3260309 r3278200 88 88 invisible-hint="'.$options['invisible_hint'].'" 89 89 mode="'.$options['mode'].'" 90 custom-translations= "'.$options['custom_translations'].'"91 custom-design= "'.$options['custom_design'].'"90 custom-translations=\''.$options['custom_translations'].'\' 91 custom-design=\''.$options['custom_design'].'\' 92 92 framework="wordpress" 93 93 ></trustcaptcha-component> -
trustcaptcha/trunk/trustcaptcha.php
r3260309 r3278200 8 8 * Plugin URI: https://docs.trustcaptcha.com/en/platforms/wordpress 9 9 * Description: GDPR-compliant reCAPTCHA alternative with bot score. Protect your website from bot attacks and spam with our invisible and GDPR-compliant reCAPTCHA alternative. Benefit from our multi-layered security concept with proof-of-work and intelligent bot score for reliable bot detection. 10 * Version: 1.2. 010 * Version: 1.2.1 11 11 * Author: Trustcaptcha GmbH 12 12 * Author URI: https://www.trustcaptcha.com … … 15 15 * 16 16 * Requires at least:4.0 17 * Tested up to: 6. 717 * Tested up to: 6.8 18 18 * Requires PHP: 7.0 19 19 *
Note: See TracChangeset
for help on using the changeset viewer.