PluginProbe
Mailchimp List Subscribe Form / trunk
Mailchimp List Subscribe Form vtrunk
1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 All 55 releases
mailchimp / vendor / composer / installed.php

installed.php in Mailchimp List Subscribe Form trunk, at vendor/composer/installed.php

33 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => 'mailchimp/wordpress',
4 'pretty_version' => '2.1.0',
5 'version' => '2.1.0.0',
6 'reference' => 'feaeac0630c6cc2044cd62764d00993516773432',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'mailchimp/wordpress' => array(
14 'pretty_version' => '2.1.0',
15 'version' => '2.1.0.0',
16 'reference' => 'feaeac0630c6cc2044cd62764d00993516773432',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'woocommerce/action-scheduler' => array(
23 'pretty_version' => '3.8.2',
24 'version' => '3.8.2.0',
25 'reference' => '2bc91d88fdbc2c07ab899cbb56b983e11e62cf69',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33