Changeset 3298747
- Timestamp:
- 05/22/2025 12:03:15 PM (7 months ago)
- Location:
- protect-login
- Files:
-
- 6 edited
- 1 copied
-
tags/1.4.7 (copied) (copied from protect-login/trunk)
-
tags/1.4.7/modules/LimitLoginAttempts/includes/lib.php (modified) (1 diff)
-
tags/1.4.7/protect-login.php (modified) (1 diff)
-
tags/1.4.7/readme.txt (modified) (2 diffs)
-
trunk/modules/LimitLoginAttempts/includes/lib.php (modified) (1 diff)
-
trunk/protect-login.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
protect-login/tags/1.4.7/modules/LimitLoginAttempts/includes/lib.php
r3297390 r3298747 61 61 } 62 62 63 if (true === $value ) { 64 return 1; 65 } 66 67 if (false === $value ) { 68 return 0; 69 } 70 63 71 if ( ! is_string( $value ) ) { 64 72 throw new Exception( -
protect-login/tags/1.4.7/protect-login.php
r3297390 r3298747 4 4 * Plugin URI: https://github.com/protecthaus/protect-login 5 5 * 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. 66 * Version: 1.4.7 7 7 * Tags: login, security, authentication 8 8 * Requires at least: 5.7 -
protect-login/tags/1.4.7/readme.txt
r3297390 r3298747 4 4 Requires at least: 5.7 5 5 Tested up to: 6.8 6 Stable tag: 1.4. 66 Stable tag: 1.4.7 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 56 56 57 57 == Changelog == 58 = 1.4.7 = 59 * Bugfix: Fixed Bug in at-a-glance widget 60 58 61 = 1.4.6 = 59 62 * Migration path of password strength rules -
protect-login/trunk/modules/LimitLoginAttempts/includes/lib.php
r3297390 r3298747 61 61 } 62 62 63 if (true === $value ) { 64 return 1; 65 } 66 67 if (false === $value ) { 68 return 0; 69 } 70 63 71 if ( ! is_string( $value ) ) { 64 72 throw new Exception( -
protect-login/trunk/protect-login.php
r3297390 r3298747 4 4 * Plugin URI: https://github.com/protecthaus/protect-login 5 5 * 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. 66 * Version: 1.4.7 7 7 * Tags: login, security, authentication 8 8 * Requires at least: 5.7 -
protect-login/trunk/readme.txt
r3297390 r3298747 4 4 Requires at least: 5.7 5 5 Tested up to: 6.8 6 Stable tag: 1.4. 66 Stable tag: 1.4.7 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 56 56 57 57 == Changelog == 58 = 1.4.7 = 59 * Bugfix: Fixed Bug in at-a-glance widget 60 58 61 = 1.4.6 = 59 62 * Migration path of password strength rules
Note: See TracChangeset
for help on using the changeset viewer.