PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / trunk
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar vtrunk
3.3.1 3.3.0 3.2.14 3.2.13 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 trunk 0.2.5.5 0.2.5.6 0.2.5.7 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 All 156 releases
notificationx / vendor / composer / installed.php

installed.php in NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar trunk, at vendor/composer/installed.php

66 lines 2.4 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' => 'wpdeveloper/notificationx',
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
6 'reference' => '41e925ef6b48080026eeec5394295deee8a3c128',
7 'type' => 'wordpress-plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 'priyomukul/wp-notice' => array(
14 'pretty_version' => 'v2.x-dev',
15 'version' => '2.9999999.9999999.9999999-dev',
16 'reference' => '5471f3262e583ebcba56062d84faecc910bd04d6',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../priyomukul/wp-notice',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'wpdeveloper/lib-settings' => array(
23 'pretty_version' => 'dev-master',
24 'version' => 'dev-master',
25 'reference' => '5ddf9c46be5e06d27ac3eb1860fa6e2cb2b9b7df',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../wpdeveloper/lib-settings',
28 'aliases' => array(
29 0 => '9999999-dev',
30 ),
31 'dev_requirement' => false,
32 ),
33 'wpdeveloper/lib-utility' => array(
34 'pretty_version' => 'dev-master',
35 'version' => 'dev-master',
36 'reference' => '9b8ebd1ec89f2c0ae5c4207cfe7b1daddf592fe1',
37 'type' => 'library',
38 'install_path' => __DIR__ . '/../wpdeveloper/lib-utility',
39 'aliases' => array(
40 0 => '9999999-dev',
41 ),
42 'dev_requirement' => false,
43 ),
44 'wpdeveloper/notificationx' => array(
45 'pretty_version' => 'dev-master',
46 'version' => 'dev-master',
47 'reference' => '41e925ef6b48080026eeec5394295deee8a3c128',
48 'type' => 'wordpress-plugin',
49 'install_path' => __DIR__ . '/../../',
50 'aliases' => array(),
51 'dev_requirement' => false,
52 ),
53 'wpdeveloper/query-builder' => array(
54 'pretty_version' => 'dev-main',
55 'version' => 'dev-main',
56 'reference' => 'ea37ced8aabf66712da49b6744dddbde5fe80505',
57 'type' => 'library',
58 'install_path' => __DIR__ . '/../wpdeveloper/query-builder',
59 'aliases' => array(
60 0 => '9999999-dev',
61 ),
62 'dev_requirement' => false,
63 ),
64 ),
65 );
66