Plugin Directory

Changeset 3218473


Ignore:
Timestamp:
01/07/2025 05:02:04 PM (2 months ago)
Author:
friendlycaptcha
Message:

Update to version 1.15.9 from GitHub

Location:
friendly-captcha
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • friendly-captcha/tags/1.15.9/friendly-captcha.php

    r3210421 r3218473  
    44 * Plugin Name: Friendly Captcha for WordPress
    55 * Description: Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
    6  * Version: 1.15.7
     6 * Version: 1.15.9
    77 * Requires at least: 5.0
    88 * Requires PHP: 7.3
     
    2020}
    2121
    22 define('FRIENDLY_CAPTCHA_VERSION', '1.15.7');
     22define('FRIENDLY_CAPTCHA_VERSION', '1.15.9');
    2323define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.18');
    2424define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.10');
  • friendly-captcha/tags/1.15.9/readme.txt

    r3210421 r3218473  
    55Tested up to: 6.5
    66Requires PHP: 7.3
    7 Stable tag: 1.15.7
     7Stable tag: 1.15.9
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    9797== Changelog ==
    9898
     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
    99104= 1.15.7 =
    100105
  • friendly-captcha/trunk/friendly-captcha.php

    r3210421 r3218473  
    44 * Plugin Name: Friendly Captcha for WordPress
    55 * Description: Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
    6  * Version: 1.15.7
     6 * Version: 1.15.9
    77 * Requires at least: 5.0
    88 * Requires PHP: 7.3
     
    2020}
    2121
    22 define('FRIENDLY_CAPTCHA_VERSION', '1.15.7');
     22define('FRIENDLY_CAPTCHA_VERSION', '1.15.9');
    2323define('FRIENDLY_CAPTCHA_FRIENDLY_CHALLENGE_VERSION', '0.9.18');
    2424define('FRIENDLY_CAPTCHA_FRIENDLY_CAPTCHA_SDK_VERSION', '0.1.10');
  • friendly-captcha/trunk/readme.txt

    r3210421 r3218473  
    55Tested up to: 6.5
    66Requires PHP: 7.3
    7 Stable tag: 1.15.7
     7Stable tag: 1.15.9
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    9797== Changelog ==
    9898
     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
    99104= 1.15.7 =
    100105
Note: See TracChangeset for help on using the changeset viewer.