Plugin Directory

Changeset 3151802


Ignore:
Timestamp:
09/14/2024 02:58:55 PM (18 months ago)
Author:
as247
Message:

v2.6.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wordpress-2-step-verification/2.x/wordpress-2-step-verification.php

    r3151793 r3151802  
    55 * Description: Wordpress 2-Step Verification adds an extra layer of security to your Wordpress Account. In addition to your username and password, you'll enter a code that generated by Android/iPhone/Blackberry app or Plugin will send you via email upon signing in.
    66 * Author: as247
    7  * Version: 2.6.2
     7 * Version: 2.6.3
    88 * Author URI: https://tinyinstaller.top/
    99 * Compatibility: WordPress 4.0
     
    2020    define('PHP_INT_MIN', ~PHP_INT_MAX);
    2121}
    22 define('WP2SV_VERSION','2.6.2');
     22define('WP2SV_VERSION','2.6.3');
    2323define('WP2SV_ABSPATH', dirname(__FILE__) . '/');
    2424define('WP2SV_INC', WP2SV_ABSPATH . 'includes');
Note: See TracChangeset for help on using the changeset viewer.