PluginProbe ʕ •ᴥ•ʔ
Menu Icons by Themeisle – Add Icons to Navigation Menus / 0.13.24
Menu Icons by Themeisle – Add Icons to Navigation Menus v0.13.24
0.13.24 trunk 0.1.0 0.1.1 0.1.2 0.1.3 0.1.4 0.1.5 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.11.2 0.11.3 0.11.4 0.11.5 0.12.0 0.12.1 0.12.10 0.12.11 0.12.12 0.12.2 0.12.3 0.12.4 0.12.5 0.12.6 0.12.7 0.12.8 0.12.9 0.13.0 0.13.1 0.13.10 0.13.11 0.13.12 0.13.13 0.13.14 0.13.15 0.13.16 0.13.17 0.13.18 0.13.19 0.13.2 0.13.20 0.13.21 0.13.22 0.13.23 0.13.3 0.13.4 0.13.5 0.13.6 0.13.7 0.13.8 0.13.9 0.2.0 0.2.1 0.2.2 0.2.3 0.3.0 0.3.1 0.3.2 0.4.0 0.5.0 0.5.1 0.6.0 0.7.0 0.8.0 0.8.1 0.9.0 0.9.2
menu-icons / vendor / composer / installed.php
menu-icons / vendor / composer Last commit date
ClassLoader.php 3 years ago InstalledVersions.php 1 year ago LICENSE 5 years ago autoload_classmap.php 2 years ago autoload_files.php 4 years ago autoload_namespaces.php 4 years ago autoload_psr4.php 2 years ago autoload_real.php 2 years ago autoload_static.php 8 months ago installed.json 3 days ago installed.php 3 days ago platform_check.php 1 year ago
installed.php
77 lines
1 <?php return array(
2 'root' => array(
3 'name' => 'codeinwp/wp-menu-icons',
4 'pretty_version' => 'v0.13.24',
5 'version' => '0.13.24.0',
6 'reference' => 'b8d65aaee92081d2661ba0f0029e46688cac52dd',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'codeinwp/gutenberg-menu-icons' => array(
14 'pretty_version' => '1.0.5',
15 'version' => '1.0.5.0',
16 'reference' => 'fce0fae088cc85001620d83253568aeec2af51c0',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../codeinwp/gutenberg-menu-icons',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'codeinwp/icon-picker' => array(
23 'pretty_version' => 'dev-master',
24 'version' => 'dev-master',
25 'reference' => '8efc2e400231ad7d4af94ff9270cd5b50248d4c9',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../codeinwp/icon-picker',
28 'aliases' => array(
29 0 => '9999999-dev',
30 ),
31 'dev_requirement' => false,
32 ),
33 'codeinwp/menu-item-custom-fields' => array(
34 'pretty_version' => 'dev-master',
35 'version' => 'dev-master',
36 'reference' => 'f491fcfa873e92006e3d92a4ede8775e9cf53bae',
37 'type' => 'wordpress-plugin',
38 'install_path' => __DIR__ . '/../codeinwp/menu-item-custom-fields',
39 'aliases' => array(),
40 'dev_requirement' => false,
41 ),
42 'codeinwp/themeisle-sdk' => array(
43 'pretty_version' => '3.3.61',
44 'version' => '3.3.61.0',
45 'reference' => '9fe698b52dec768a0dd8b500fb51efe40962ee99',
46 'type' => 'library',
47 'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
48 'aliases' => array(),
49 'dev_requirement' => false,
50 ),
51 'codeinwp/wp-menu-icons' => array(
52 'pretty_version' => 'v0.13.24',
53 'version' => '0.13.24.0',
54 'reference' => 'b8d65aaee92081d2661ba0f0029e46688cac52dd',
55 'type' => 'wordpress-plugin',
56 'install_path' => __DIR__ . '/../../',
57 'aliases' => array(),
58 'dev_requirement' => false,
59 ),
60 'composer/installers' => array(
61 'dev_requirement' => false,
62 'replaced' => array(
63 0 => '*',
64 ),
65 ),
66 'enshrined/svg-sanitize' => array(
67 'pretty_version' => '0.18.0',
68 'version' => '0.18.0.0',
69 'reference' => '6a2c069dab3843ca4d887ff09c972fc7033888d0',
70 'type' => 'library',
71 'install_path' => __DIR__ . '/../enshrined/svg-sanitize',
72 'aliases' => array(),
73 'dev_requirement' => false,
74 ),
75 ),
76 );
77