🔞 ADULT: Changeset/ - Uncensored 2025

Changeset 3298747


Ignore:
Timestamp:
05/22/2025 12:03:15 PM (7 months ago)
Author:
krafit
Message:

Update to version 1.4.7 from GitHub

Location:
protect-login
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • protect-login/tags/1.4.7/modules/LimitLoginAttempts/includes/lib.php

    r3297390 r3298747  
    6161    }
    6262
     63    if (true === $value ) {
     64        return 1;
     65    }
     66
     67    if (false === $value ) {
     68        return 0;
     69    }
     70
    6371    if ( ! is_string( $value ) ) {
    6472        throw new Exception(
  • protect-login/tags/1.4.7/protect-login.php

    r3297390 r3298747  
    44 * Plugin URI:  https://github.com/protecthaus/protect-login
    55 * Description: Add an additional layer of protection to your WordPress login and make sure bad actors have a hard time guessing your user's login credentials.
    6  * Version: 1.4.6
     6 * Version: 1.4.7
    77 * Tags: login, security, authentication
    88 * Requires at least: 5.7
  • protect-login/tags/1.4.7/readme.txt

    r3297390 r3298747  
    44Requires at least: 5.7
    55Tested up to: 6.8
    6 Stable tag: 1.4.6
     6Stable tag: 1.4.7
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5656
    5757== Changelog ==
     58= 1.4.7 =
     59* Bugfix: Fixed Bug in at-a-glance widget
     60
    5861= 1.4.6 =
    5962* Migration path of password strength rules
  • protect-login/trunk/modules/LimitLoginAttempts/includes/lib.php

    r3297390 r3298747  
    6161    }
    6262
     63    if (true === $value ) {
     64        return 1;
     65    }
     66
     67    if (false === $value ) {
     68        return 0;
     69    }
     70
    6371    if ( ! is_string( $value ) ) {
    6472        throw new Exception(
  • protect-login/trunk/protect-login.php

    r3297390 r3298747  
    44 * Plugin URI:  https://github.com/protecthaus/protect-login
    55 * Description: Add an additional layer of protection to your WordPress login and make sure bad actors have a hard time guessing your user's login credentials.
    6  * Version: 1.4.6
     6 * Version: 1.4.7
    77 * Tags: login, security, authentication
    88 * Requires at least: 5.7
  • protect-login/trunk/readme.txt

    r3297390 r3298747  
    44Requires at least: 5.7
    55Tested up to: 6.8
    6 Stable tag: 1.4.6
     6Stable tag: 1.4.7
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5656
    5757== Changelog ==
     58= 1.4.7 =
     59* Bugfix: Fixed Bug in at-a-glance widget
     60
    5861= 1.4.6 =
    5962* Migration path of password strength rules
Note: See TracChangeset for help on using the changeset viewer.