PluginProbe ʕ •ᴥ•ʔ
CommerceBird – AI Command Center, ERP Integrations & B2B for WooCommerce (Zoho, Exact Online). / trunk
CommerceBird – AI Command Center, ERP Integrations & B2B for WooCommerce (Zoho, Exact Online). vtrunk
3.0.3 3.0.2 3.0.1 trunk 2.2.14 2.2.15 2.2.16 2.2.17 2.2.18 2.2.19 2.3.0 2.3.1 2.3.10 2.3.11 2.3.12 2.3.13 2.3.14 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5.0 2.5.1 2.5.2 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.7.91 2.7.92 2.7.93 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.9.0 2.9.1 2.9.2 2.9.3 3.0.0
commercebird / vendor / composer / installed.php
commercebird / vendor / composer Last commit date
ClassLoader.php 1 year ago InstalledVersions.php 1 year ago LICENSE 1 year ago autoload_classmap.php 4 weeks ago autoload_namespaces.php 1 year ago autoload_psr4.php 2 months ago autoload_real.php 4 weeks ago autoload_static.php 4 weeks ago installed.json 3 weeks ago installed.php 1 week ago jetpack_autoload_classmap.php 1 week ago platform_check.php 6 months ago
installed.php
69 lines
1 <?php return array(
2 'root' => array(
3 'name' => 'commercebird/commercebird',
4 'pretty_version' => '3.0.3',
5 'version' => '3.0.3.0',
6 'reference' => '0fe5f7f3b474330e5ca28ce561eeae83397f19c3',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'afragen/wp-dependency-installer' => array(
14 'pretty_version' => '4.3.14',
15 'version' => '4.3.14.0',
16 'reference' => '38f127feeaeb1cfc8544c120d4e9e372fa41f79e',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../afragen/wp-dependency-installer',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'afragen/wp-dismiss-notice' => array(
23 'pretty_version' => '0.3.7',
24 'version' => '0.3.7.0',
25 'reference' => '3e2c694ca891fe94771457f54a3a5457a70c0aec',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../afragen/wp-dismiss-notice',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'automattic/jetpack-autoloader' => array(
32 'pretty_version' => 'v5.0.20',
33 'version' => '5.0.20.0',
34 'reference' => 'b6abf43a9ea638d6a0edc02f0dd7575703f9c2a1',
35 'type' => 'composer-plugin',
36 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'commercebird/commercebird' => array(
41 'pretty_version' => '3.0.3',
42 'version' => '3.0.3.0',
43 'reference' => '0fe5f7f3b474330e5ca28ce561eeae83397f19c3',
44 'type' => 'wordpress-plugin',
45 'install_path' => __DIR__ . '/../../',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'wordpress/mcp-adapter' => array(
50 'pretty_version' => 'v0.5.0',
51 'version' => '0.5.0.0',
52 'reference' => '7bfc49f46b3ea7544dded49d5a606089f825a80b',
53 'type' => 'wordpress-plugin',
54 'install_path' => __DIR__ . '/../wordpress/mcp-adapter',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 'wordpress/php-mcp-schema' => array(
59 'pretty_version' => 'v0.1.2',
60 'version' => '0.1.2.0',
61 'reference' => '95df8a50a3bd54f6b7c4869c6e2185db380d4d63',
62 'type' => 'library',
63 'install_path' => __DIR__ . '/../wordpress/php-mcp-schema',
64 'aliases' => array(),
65 'dev_requirement' => false,
66 ),
67 ),
68 );
69