PluginProbe ʕ •ᴥ•ʔ
WP 2FA – Two-factor authentication for WordPress / 4.1.0
WP 2FA – Two-factor authentication for WordPress v4.1.0
4.1.0 4.0.0 1.7.1 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0 2.9.0 2.9.1 2.9.2 2.9.3 3.0.0 3.0.1 3.1.0 3.1.1 3.1.1.2 trunk 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.7.0
wp-2fa / vendor / composer / installed.php
wp-2fa / vendor / composer Last commit date
ClassLoader.php 3 days ago InstalledVersions.php 3 days ago LICENSE 3 days ago autoload_classmap.php 3 days ago autoload_namespaces.php 3 days ago autoload_psr4.php 3 days ago autoload_real.php 3 days ago autoload_static.php 3 days ago installed.json 3 days ago installed.php 3 days ago
installed.php
6 lines
1 <?php
2
3 namespace WP2FA_Vendor;
4
5 return array('root' => array('name' => 'wp-white-security/wp-2fa', 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => null, 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('arcturial/clickatell' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '541ab55c3a807374fe727aad57004c09887080cf', 'type' => 'library', 'install_path' => __DIR__ . '/../arcturial/clickatell', 'aliases' => array(), 'dev_requirement' => \false), 'freemius/wordpress-sdk' => array('pretty_version' => '2.13.4', 'version' => '2.13.4.0', 'reference' => 'fa43eb92ae9dffa0d9f5ae11b5a1739bd7222308', 'type' => 'library', 'install_path' => __DIR__ . '/../freemius/wordpress-sdk', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/options-resolver' => array('dev_requirement' => \false, 'replaced' => array(0 => 'v5.0.11')), 'symfony/polyfill-ctype' => array('dev_requirement' => \false, 'replaced' => array(0 => 'v1.20.0')), 'symfony/string' => array('dev_requirement' => \false, 'replaced' => array(0 => 'v5.0.11')), 'wp-white-security/wp-2fa' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => null, 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false)));
6