PluginProbe ʕ •ᴥ•ʔ
WP 2FA – Two-factor authentication for WordPress / 4.0.0
WP 2FA – Two-factor authentication for WordPress v4.0.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 1 day ago InstalledVersions.php 1 day ago LICENSE 1 day ago autoload_classmap.php 1 day ago autoload_namespaces.php 1 day ago autoload_psr4.php 1 day ago autoload_real.php 1 day ago autoload_static.php 1 day ago installed.json 1 day ago installed.php 1 day 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.2', 'version' => '2.13.2.0', 'reference' => '20358d1ef8e11ef17038fc9cb8fca6c6a544c519', '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