Changeset 2405165
- Timestamp:
- 10/23/2020 09:35:56 AM (5 years ago)
- Location:
- 2fas/trunk
- Files:
-
- 6 edited
-
changelog.txt (modified) (1 diff)
-
constants.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
start.php (modified) (1 diff)
-
twofas.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
2fas/trunk/changelog.txt
r2356137 r2405165 1 1 == Changelog == 2 3 = 3.0.2 (Oct. 23, 2020) = 4 * Fixed paths to works with WP-CLI 2 5 3 6 = 3.0.1 (Aug. 10, 2020) = -
2fas/trunk/constants.php
r2356137 r2405165 15 15 define( 'TWOFAS_TEMPLATES_PATH', $templates_path ); 16 16 define( 'TWOFAS_WP_ADMIN_PATH', $admin_url ); 17 define( 'TWOFAS_PLUGIN_VERSION', '3.0. 1' );17 define( 'TWOFAS_PLUGIN_VERSION', '3.0.2' ); 18 18 define( 'TWOFAS_DEPRECATE_PHP_OLDER_THAN', '5.6' ); -
2fas/trunk/readme.txt
r2356137 r2405165 130 130 == Changelog == 131 131 132 = 3.0. 1 (Aug. 10, 2020) =133 * Fixed Push Notifications132 = 3.0.2 (Oct. 23, 2020) = 133 * Fixed paths to works with WP-CLI -
2fas/trunk/start.php
r2343404 r2405165 9 9 } 10 10 11 require_once 'vendor/autoload.php';12 require_once 'dependencies.php';11 require_once TWOFAS_PLUGIN_PATH . 'vendor/autoload.php'; 12 require_once TWOFAS_PLUGIN_PATH . 'dependencies.php'; 13 13 14 14 /** @var Requirement_Checker $requirements */ -
2fas/trunk/twofas.php
r2356137 r2405165 4 4 * Plugin URI: https://wordpress.org/plugins/2fas/ 5 5 * Description: 2FAS strengthens WordPress admin security by requiring an additional verification code on untrusted devices. 6 * Version: 3.0. 16 * Version: 3.0.2 7 7 * Author: Two Factor Authentication Service Inc. 8 8 * Author URI: https://2fas.com -
2fas/trunk/vendor/composer/autoload_real.php
r2343404 r2405165 14 14 } 15 15 16 /** 17 * @return \Composer\Autoload\ClassLoader 18 */ 16 19 public static function getLoader() 17 20 {
Note: See TracChangeset
for help on using the changeset viewer.