Plugin Directory

Changeset 2601706


Ignore:
Timestamp:
09/20/2021 12:01:11 PM (5 years ago)
Author:
2fas
Message:

Release v3.3.1

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

Legend:

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

    r2551387 r2601706  
    11== Changelog ==
     2
     3= 3.3.1 (Sep. 20, 2021) =
     4* Tested on version 5.8 of WordPress
    25
    36= 3.3 (Jun, 21, 2021) =
  • 2fas-light/trunk/constants.php

    r2551387 r2601706  
    1515define( 'TWOFAS_LIGHT_TEMPLATES_PATH', $templates_path );
    1616define( 'TWOFAS_LIGHT_WP_ADMIN_PATH', $admin_url );
    17 define( 'TWOFAS_LIGHT_PLUGIN_VERSION', '3.3' );
     17define( 'TWOFAS_LIGHT_PLUGIN_VERSION', '3.3.1' );
    1818define( 'TWOFAS_LIGHT_WP_MINIMUM_VERSION', '5.0' );
    1919if ( ! defined( 'TWOFAS_LIGHT_CHECK_CONFLICTED_PLUGINS' ) ) {
  • 2fas-light/trunk/readme.txt

    r2551387 r2601706  
    33Tags: 2FA, 2 factor authentication, 2-fa, 2-step verification, 2fa wordpress, two factor authentication, security, multifactor authentication, google authenticator, token, otp, totp
    44Requires at least: 5.0
    5 Tested up to: 5.7
     5Tested up to: 5.8
    66Requires PHP: 7.2
    77Stable tag: trunk
     
    100100== Changelog ==
    101101
    102 = 3.3 (Jun, 21, 2021) =
     102= 3.3.1 (Sep. 20, 2021) =
     103* Tested on version 5.8 of WordPress
     104
     105= 3.3 (Jun. 21, 2021) =
    103106* Minimum required PHP version is now 7.2
    104107* Fixed bug in Time class
    105108* Update dependencies
    106109
    107 = 3.2.1 (May, 20, 2021) =
     110= 3.2.1 (May. 20, 2021) =
    108111* Fixed bug in Trusted Devices Hook
    109112
  • 2fas-light/trunk/twofas_light.php

    r2551387 r2601706  
    44 * Plugin URI:        https://wordpress.org/plugins/2fas-light/
    55 * Description:       Free, simple and secure token-based authentication for your WordPress. No registration required.
    6  * Version:           3.3
     6 * Version:           3.3.1
    77 * Requires PHP:      7.2
    88 * Requires at least: 5.0
  • 2fas-light/trunk/vendor/composer/installed.php

    r2551387 r2601706  
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '7f252044f168ba65538096151046329ccb84a593',
     8        'reference' => '6b2da0cef311d25a4661c633bdfc94b7bdb432ba',
    99        'name' => 'twofas/wp-plugin-secure',
    1010        'dev' => false,
     
    158158            'install_path' => __DIR__ . '/../../',
    159159            'aliases' => array(),
    160             'reference' => '7f252044f168ba65538096151046329ccb84a593',
     160            'reference' => '6b2da0cef311d25a4661c633bdfc94b7bdb432ba',
    161161            'dev_requirement' => false,
    162162        ),
Note: See TracChangeset for help on using the changeset viewer.