PluginProbe ʕ •ᴥ•ʔ
Secure Custom Fields / 6.9.1
Secure Custom Fields v6.9.1
6.9.1 6.9.0 6.8.9 6.8.7 6.8.8 6.8.6 6.8.4 6.8.5 trunk 6.4.0-beta1 6.4.0-beta2 6.4.1 6.4.1-beta3 6.4.1-beta4 6.4.1-beta5 6.4.1-beta6 6.4.1-beta7 6.4.2 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 6.6.0 6.7.0 6.7.1 6.8.0 6.8.1 6.8.2 6.8.3
secure-custom-fields / vendor / composer / installed.php
secure-custom-fields / vendor / composer Last commit date
ClassLoader.php 1 year ago InstalledVersions.php 11 months ago LICENSE 1 year ago autoload_classmap.php 1 month ago autoload_namespaces.php 1 year ago autoload_psr4.php 1 month ago autoload_real.php 2 months ago autoload_static.php 2 days ago installed.json 3 weeks ago installed.php 2 days ago platform_check.php 2 months ago
installed.php
33 lines
1 <?php return array(
2 'root' => array(
3 'name' => 'wordpress/secure-custom-fields',
4 'pretty_version' => 'dev-trunk',
5 'version' => 'dev-trunk',
6 'reference' => '1855d0b3c73b69c30121a53005b0ae0d8141de55',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'justinrainbow/json-schema' => array(
14 'pretty_version' => '5.3.0',
15 'version' => '5.3.0.0',
16 'reference' => 'feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../justinrainbow/json-schema',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'wordpress/secure-custom-fields' => array(
23 'pretty_version' => 'dev-trunk',
24 'version' => 'dev-trunk',
25 'reference' => '1855d0b3c73b69c30121a53005b0ae0d8141de55',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33