PluginProbe ʕ •ᴥ•ʔ
Kirki – Freeform Page Builder, Website Builder & Customizer / 6.3.0
Kirki – Freeform Page Builder, Website Builder & Customizer v6.3.0
6.3.0 6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.1 6.1.0 6.0.14 6.0.13 6.0.12 6.0.11 6.0.10 6.0.9 6.0.8 6.0.7 6.0.6 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0.19 4.0.20 4.0.21 4.0.22 4.0.23 4.0.24 4.1 4.2.0 5.0.0 5.1.0 5.1.1 5.2.0 5.2.1 5.2.2 5.2.3 6.0.0 trunk 3.0.40 3.0.41 3.0.42 3.0.43 3.0.44 3.0.45 3.1.0 3.1.1 3.1.2
kirki / vendor / composer / installed.php
kirki / vendor / composer Last commit date
ClassLoader.php 4 months ago InstalledVersions.php 4 months ago autoload_classmap.php 2 months ago autoload_files.php 2 months ago autoload_namespaces.php 6 months ago autoload_psr4.php 2 months ago autoload_real.php 2 months ago autoload_static.php 2 months ago include_paths.php 6 months ago installed.php 2 weeks ago platform_check.php 2 months ago
installed.php
42 lines
1 <?php return array(
2 'root' => array(
3 'name' => 'kirki/free',
4 'pretty_version' => '5.0.0',
5 'version' => '5.0.0.0',
6 'reference' => null,
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'enshrined/svg-sanitize' => array(
14 'pretty_version' => '0.22.0',
15 'version' => '0.22.0.0',
16 'reference' => '0afa95ea74be155a7bcd6c6fb60c276c39984500',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../enshrined/svg-sanitize',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'kirki/free' => array(
23 'pretty_version' => '5.0.0',
24 'version' => '5.0.0.0',
25 'reference' => null,
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'themeum/framework' => array(
32 'pretty_version' => '2.1.16',
33 'version' => '2.1.16.0',
34 'reference' => '38153ccd9dbb6af4cf81db2151250208a127d360',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../themeum/framework',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 ),
41 );
42