PluginProbe ʕ •ᴥ•ʔ
FrontBlocks for Gutenberg/GeneratePress / 1.3.6
FrontBlocks for Gutenberg/GeneratePress v1.3.6
trunk 0.2.0 0.2.1 0.2.2 0.2.3 0.2.4 0.2.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 ci-artifacts
frontblocks / vendor / composer / installed.php
frontblocks / vendor / composer Last commit date
ClassLoader.php 9 months ago InstalledVersions.php 9 months ago LICENSE 9 months ago autoload_classmap.php 1 month ago autoload_namespaces.php 9 months ago autoload_psr4.php 9 months ago autoload_real.php 1 month ago autoload_static.php 1 month ago installed.json 9 months ago installed.php 1 month ago
installed.php
24 lines
1 <?php return array(
2 'root' => array(
3 'name' => 'close/frontblocks',
4 'pretty_version' => '1.3.6',
5 'version' => '1.3.6.0',
6 'reference' => '793e51caac68e2ca5ae8846139e5fa1a0d7f50ba',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'close/frontblocks' => array(
14 'pretty_version' => '1.3.6',
15 'version' => '1.3.6.0',
16 'reference' => '793e51caac68e2ca5ae8846139e5fa1a0d7f50ba',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24