Plugin Directory

Changeset 2449827


Ignore:
Timestamp:
01/04/2021 09:43:03 AM (5 years ago)
Author:
2fas
Message:

Release v3.0.1

Location:
2fas-light/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • 2fas-light/trunk/changelog.txt

    r2443462 r2449827  
    11== Changelog ==
    22
    3 = 3.0 (Dec.21, 2020) =
     3= 3.0.1 (Jan. 1, 2021) =
     4* Fixed bug in custom column filter
     5
     6= 3.0 (Dec. 21, 2020) =
    47* Major update of plugin core
    58* Dropped support for PHP 5.* Minimum required PHP version is now 7.0
  • 2fas-light/trunk/constants.php

    r2443462 r2449827  
    1515define( 'TWOFAS_LIGHT_TEMPLATES_PATH', $templates_path );
    1616define( 'TWOFAS_LIGHT_WP_ADMIN_PATH', $admin_url );
    17 define( 'TWOFAS_LIGHT_PLUGIN_VERSION', '3.0.0' );
     17define( 'TWOFAS_LIGHT_PLUGIN_VERSION', '3.0.1' );
  • 2fas-light/trunk/readme.txt

    r2443462 r2449827  
    103103== Changelog ==
    104104
     105= 3.0.1 (Jan. 1, 2021) =
     106* Fixed bug in custom column filter
     107
    105108= 3.0 (Dec.21, 2020) =
    106109* Major update of plugin core
  • 2fas-light/trunk/src/Hooks/Add_Custom_Column_Filter.php

    r2443462 r2449827  
    7474     * @throws NotFoundException
    7575     */
    76     public function manage_users_custom_column( string $value, string $column_name, int $user_id ): string {
     76    public function manage_users_custom_column( $value, string $column_name, int $user_id ): string {
    7777        switch ( $column_name ) {
    7878            case 'twofas_2fa_status':
  • 2fas-light/trunk/twofas_light.php

    r2443462 r2449827  
    44 * Plugin URI:        https://wordpress.org/plugins/2fas-light/
    55 * Description:       Free, simple, token-based authentication (Google Authenticator) for your WordPress. No registration needed.
    6  * Version:           3.0
     6 * Version:           3.0.1
    77 * Requires PHP:      7.0
    88 * Requires at least: 4.9
  • 2fas-light/trunk/vendor/composer/InstalledVersions.php

    r2443462 r2449827  
    2020    array (
    2121    ),
    22     'reference' => 'a90676183d331bae902c8c623190a481dbb667c3',
     22    'reference' => '6a5bc1a9c38312b15f39bf27d550475c5fec9e8c',
    2323    'name' => 'twofas/wp-plugin-secure',
    2424  ),
     
    210210      array (
    211211      ),
    212       'reference' => 'a90676183d331bae902c8c623190a481dbb667c3',
     212      'reference' => '6a5bc1a9c38312b15f39bf27d550475c5fec9e8c',
    213213    ),
    214214    'whichbrowser/parser' =>
  • 2fas-light/trunk/vendor/composer/installed.php

    r2443462 r2449827  
    77    array (
    88    ),
    9     'reference' => 'a90676183d331bae902c8c623190a481dbb667c3',
     9    'reference' => '6a5bc1a9c38312b15f39bf27d550475c5fec9e8c',
    1010    'name' => 'twofas/wp-plugin-secure',
    1111  ),
     
    197197      array (
    198198      ),
    199       'reference' => 'a90676183d331bae902c8c623190a481dbb667c3',
     199      'reference' => '6a5bc1a9c38312b15f39bf27d550475c5fec9e8c',
    200200    ),
    201201    'whichbrowser/parser' =>
Note: See TracChangeset for help on using the changeset viewer.