Changeset 3117616
- Timestamp:
- 07/13/2024 09:00:47 PM (17 months ago)
- Location:
- xo-security
- Files:
-
- 6 edited
- 1 copied
-
tags/3.10.4 (copied) (copied from xo-security/trunk)
-
tags/3.10.4/inc/class-xo-security-two-factor.php (modified) (1 diff)
-
tags/3.10.4/readme.txt (modified) (2 diffs)
-
tags/3.10.4/xo-security.php (modified) (2 diffs)
-
trunk/inc/class-xo-security-two-factor.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/xo-security.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xo-security/tags/3.10.4/inc/class-xo-security-two-factor.php
r3068905 r3117616 107 107 108 108 $issuer = get_bloginfo( 'name', 'display' ); 109 $totp_title = $issuer . ': ' . $user->user_login;109 $totp_title = $issuer . ': ' . $user->user_login; 110 110 $totp_url = add_query_arg( 111 111 array( -
xo-security/tags/3.10.4/readme.txt
r3070835 r3117616 3 3 Tags: security, login, two factor, brute force, maintenance 4 4 Requires at least: 4.9 5 Tested up to: 6. 55 Tested up to: 6.6 6 6 Requires PHP: 5.6 7 Stable tag: 3.10. 37 Stable tag: 3.10.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 3.10.4 = 75 76 * Supported WordPress 6.6. 77 74 78 = 3.10.3 = 75 79 -
xo-security/tags/3.10.4/xo-security.php
r3070835 r3117616 11 11 * Plugin URI: https://xakuro.com/wordpress/xo-security/ 12 12 * Description: XO Security is a plugin to enhance login related security. 13 * Version: 3.10. 313 * Version: 3.10.4 14 14 * Requires at least: 4.9 15 15 * Requires PHP: 5.6 … … 25 25 } 26 26 27 define( 'XO_SECURITY_VERSION', '3.10. 3' );27 define( 'XO_SECURITY_VERSION', '3.10.4' ); 28 28 define( 'XO_SECURITY_URL', plugins_url( '', __FILE__ ) ); 29 29 define( 'XO_SECURITY_DIR', __DIR__ ); -
xo-security/trunk/inc/class-xo-security-two-factor.php
r3068905 r3117616 107 107 108 108 $issuer = get_bloginfo( 'name', 'display' ); 109 $totp_title = $issuer . ': ' . $user->user_login;109 $totp_title = $issuer . ': ' . $user->user_login; 110 110 $totp_url = add_query_arg( 111 111 array( -
xo-security/trunk/readme.txt
r3070835 r3117616 3 3 Tags: security, login, two factor, brute force, maintenance 4 4 Requires at least: 4.9 5 Tested up to: 6. 55 Tested up to: 6.6 6 6 Requires PHP: 5.6 7 Stable tag: 3.10. 37 Stable tag: 3.10.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 3.10.4 = 75 76 * Supported WordPress 6.6. 77 74 78 = 3.10.3 = 75 79 -
xo-security/trunk/xo-security.php
r3070835 r3117616 11 11 * Plugin URI: https://xakuro.com/wordpress/xo-security/ 12 12 * Description: XO Security is a plugin to enhance login related security. 13 * Version: 3.10. 313 * Version: 3.10.4 14 14 * Requires at least: 4.9 15 15 * Requires PHP: 5.6 … … 25 25 } 26 26 27 define( 'XO_SECURITY_VERSION', '3.10. 3' );27 define( 'XO_SECURITY_VERSION', '3.10.4' ); 28 28 define( 'XO_SECURITY_URL', plugins_url( '', __FILE__ ) ); 29 29 define( 'XO_SECURITY_DIR', __DIR__ );
Note: See TracChangeset
for help on using the changeset viewer.