PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / vendor / composer / installed.php

installed.php in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.2, at vendor/composer/installed.php

33 lines 1.2 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' => 'athemes/merchant',
4 'pretty_version' => 'dev-release/2.3.2',
5 'version' => 'dev-release/2.3.2',
6 'reference' => 'd34acd9707c03a53ec2c25acf45584868558830f',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'athemes/merchant' => array(
14 'pretty_version' => 'dev-release/2.3.2',
15 'version' => 'dev-release/2.3.2',
16 'reference' => 'd34acd9707c03a53ec2c25acf45584868558830f',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'woocommerce/action-scheduler' => array(
23 'pretty_version' => '3.9.3',
24 'version' => '3.9.3.0',
25 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c',
26 'type' => 'wordpress-plugin',
27 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33