Plugin Directory

Changeset 3117616


Ignore:
Timestamp:
07/13/2024 09:00:47 PM (17 months ago)
Author:
ishitaka
Message:

Update to version 3.10.4 from GitHub

Location:
xo-security
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • xo-security/tags/3.10.4/inc/class-xo-security-two-factor.php

    r3068905 r3117616  
    107107
    108108        $issuer     = get_bloginfo( 'name', 'display' );
    109         $totp_title = $issuer . ':' . $user->user_login;
     109        $totp_title = $issuer . ': ' . $user->user_login;
    110110        $totp_url   = add_query_arg(
    111111            array(
  • xo-security/tags/3.10.4/readme.txt

    r3070835 r3117616  
    33Tags: security, login, two factor, brute force, maintenance
    44Requires at least: 4.9
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Requires PHP: 5.6
    7 Stable tag: 3.10.3
     7Stable tag: 3.10.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 3.10.4 =
     75
     76* Supported WordPress 6.6.
     77
    7478= 3.10.3 =
    7579
  • xo-security/tags/3.10.4/xo-security.php

    r3070835 r3117616  
    1111 * Plugin URI:        https://xakuro.com/wordpress/xo-security/
    1212 * Description:       XO Security is a plugin to enhance login related security.
    13  * Version:           3.10.3
     13 * Version:           3.10.4
    1414 * Requires at least: 4.9
    1515 * Requires PHP:      5.6
     
    2525}
    2626
    27 define( 'XO_SECURITY_VERSION', '3.10.3' );
     27define( 'XO_SECURITY_VERSION', '3.10.4' );
    2828define( 'XO_SECURITY_URL', plugins_url( '', __FILE__ ) );
    2929define( 'XO_SECURITY_DIR', __DIR__ );
  • xo-security/trunk/inc/class-xo-security-two-factor.php

    r3068905 r3117616  
    107107
    108108        $issuer     = get_bloginfo( 'name', 'display' );
    109         $totp_title = $issuer . ':' . $user->user_login;
     109        $totp_title = $issuer . ': ' . $user->user_login;
    110110        $totp_url   = add_query_arg(
    111111            array(
  • xo-security/trunk/readme.txt

    r3070835 r3117616  
    33Tags: security, login, two factor, brute force, maintenance
    44Requires at least: 4.9
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Requires PHP: 5.6
    7 Stable tag: 3.10.3
     7Stable tag: 3.10.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 3.10.4 =
     75
     76* Supported WordPress 6.6.
     77
    7478= 3.10.3 =
    7579
  • xo-security/trunk/xo-security.php

    r3070835 r3117616  
    1111 * Plugin URI:        https://xakuro.com/wordpress/xo-security/
    1212 * Description:       XO Security is a plugin to enhance login related security.
    13  * Version:           3.10.3
     13 * Version:           3.10.4
    1414 * Requires at least: 4.9
    1515 * Requires PHP:      5.6
     
    2525}
    2626
    27 define( 'XO_SECURITY_VERSION', '3.10.3' );
     27define( 'XO_SECURITY_VERSION', '3.10.4' );
    2828define( 'XO_SECURITY_URL', plugins_url( '', __FILE__ ) );
    2929define( 'XO_SECURITY_DIR', __DIR__ );
Note: See TracChangeset for help on using the changeset viewer.