Plugin Directory

Changeset 3278200


Ignore:
Timestamp:
04/21/2025 01:30:16 PM (12 months ago)
Author:
trustcaptcha
Message:

Update to v1.2.1

Location:
trustcaptcha/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trustcaptcha/trunk/readme.txt

    r3260309 r3278200  
    33Tags: captcha, trustcaptcha, bot-protection, gdpr, reCAPTCHA-alternative
    44Requires at least: 4.0
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6363== Changelog ==
    6464
     65= 1.2.1 =
     66* Add support for wordpress 6.8.x
     67* Fix custom translation bug
     68* Fix custom design bug
     69
    6570= 1.2.0 =
    6671* Add proxy support
     
    7782== Upgrade Notice ==
    7883
     84= 1.2.1 =
     85* Add support for wordpress 6.8.x
     86* Fix custom translation bug
     87* Fix custom design bug
     88
    7989= 1.2.0 =
    8090* Add proxy support
  • trustcaptcha/trunk/src/php/Trustcaptcha.php

    r3260309 r3278200  
    8888                        invisible-hint="'.$options['invisible_hint'].'"
    8989                        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'].'\'
    9292                        framework="wordpress"
    9393                    ></trustcaptcha-component>
  • trustcaptcha/trunk/trustcaptcha.php

    r3260309 r3278200  
    88 * Plugin URI:            https://docs.trustcaptcha.com/en/platforms/wordpress
    99 * 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.0
     10 * Version:               1.2.1
    1111 * Author:                Trustcaptcha GmbH
    1212 * Author URI:            https://www.trustcaptcha.com
     
    1515 *
    1616 * Requires at least:4.0
    17  * Tested up to: 6.7
     17 * Tested up to: 6.8
    1818 * Requires PHP: 7.0
    1919 *
Note: See TracChangeset for help on using the changeset viewer.