Changeset 2601706
- Timestamp:
- 09/20/2021 12:01:11 PM (5 years ago)
- Location:
- 2fas-light/trunk
- Files:
-
- 5 edited
-
changelog.txt (modified) (1 diff)
-
constants.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
twofas_light.php (modified) (1 diff)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
2fas-light/trunk/changelog.txt
r2551387 r2601706 1 1 == Changelog == 2 3 = 3.3.1 (Sep. 20, 2021) = 4 * Tested on version 5.8 of WordPress 2 5 3 6 = 3.3 (Jun, 21, 2021) = -
2fas-light/trunk/constants.php
r2551387 r2601706 15 15 define( 'TWOFAS_LIGHT_TEMPLATES_PATH', $templates_path ); 16 16 define( 'TWOFAS_LIGHT_WP_ADMIN_PATH', $admin_url ); 17 define( 'TWOFAS_LIGHT_PLUGIN_VERSION', '3.3 ' );17 define( 'TWOFAS_LIGHT_PLUGIN_VERSION', '3.3.1' ); 18 18 define( 'TWOFAS_LIGHT_WP_MINIMUM_VERSION', '5.0' ); 19 19 if ( ! defined( 'TWOFAS_LIGHT_CHECK_CONFLICTED_PLUGINS' ) ) { -
2fas-light/trunk/readme.txt
r2551387 r2601706 3 3 Tags: 2FA, 2 factor authentication, 2-fa, 2-step verification, 2fa wordpress, two factor authentication, security, multifactor authentication, google authenticator, token, otp, totp 4 4 Requires at least: 5.0 5 Tested up to: 5. 75 Tested up to: 5.8 6 6 Requires PHP: 7.2 7 7 Stable tag: trunk … … 100 100 == Changelog == 101 101 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) = 103 106 * Minimum required PHP version is now 7.2 104 107 * Fixed bug in Time class 105 108 * Update dependencies 106 109 107 = 3.2.1 (May ,20, 2021) =110 = 3.2.1 (May. 20, 2021) = 108 111 * Fixed bug in Trusted Devices Hook 109 112 -
2fas-light/trunk/twofas_light.php
r2551387 r2601706 4 4 * Plugin URI: https://wordpress.org/plugins/2fas-light/ 5 5 * Description: Free, simple and secure token-based authentication for your WordPress. No registration required. 6 * Version: 3.3 6 * Version: 3.3.1 7 7 * Requires PHP: 7.2 8 8 * Requires at least: 5.0 -
2fas-light/trunk/vendor/composer/installed.php
r2551387 r2601706 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 7f252044f168ba65538096151046329ccb84a593',8 'reference' => '6b2da0cef311d25a4661c633bdfc94b7bdb432ba', 9 9 'name' => 'twofas/wp-plugin-secure', 10 10 'dev' => false, … … 158 158 'install_path' => __DIR__ . '/../../', 159 159 'aliases' => array(), 160 'reference' => ' 7f252044f168ba65538096151046329ccb84a593',160 'reference' => '6b2da0cef311d25a4661c633bdfc94b7bdb432ba', 161 161 'dev_requirement' => false, 162 162 ),
Note: See TracChangeset
for help on using the changeset viewer.