PluginProbe ʕ •ᴥ•ʔ
Hostinger Reach – AI-Powered Email Marketing for WordPress / 1.5.8
Hostinger Reach – AI-Powered Email Marketing for WordPress v1.5.8
1.8.0 1.7.2 1.7.1 1.7.0 1.6.0 1.5.9 1.5.8 1.5.7 1.5.6 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 trunk 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6
hostinger-reach / vendor / composer / installed.php
hostinger-reach / vendor / composer Last commit date
ClassLoader.php 1 year ago InstalledVersions.php 1 year ago LICENSE 1 year ago autoload_classmap.php 3 months ago autoload_namespaces.php 1 year ago autoload_psr4.php 3 months ago autoload_real.php 2 months ago autoload_static.php 2 months ago installed.json 2 months ago installed.php 1 month ago jetpack_autoload_classmap.php 2 months ago platform_check.php 1 year ago
installed.php
91 lines
1 <?php return array(
2 'root' => array(
3 'name' => 'hostinger/hostinger-reach',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => '2b9b655bc957b54bca86d1acfb3150c905f824de',
7 'type' => 'plugin',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'automattic/jetpack-autoloader' => array(
14 'pretty_version' => 'dev-trunk',
15 'version' => 'dev-trunk',
16 'reference' => '2fb6eba161b990cfb1fe92486ed6c12508a33598',
17 'type' => 'composer-plugin',
18 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
19 'aliases' => array(
20 0 => '5.0.x-dev',
21 ),
22 'dev_requirement' => false,
23 ),
24 'hostinger/hostinger-reach' => array(
25 'pretty_version' => 'dev-main',
26 'version' => 'dev-main',
27 'reference' => '2b9b655bc957b54bca86d1acfb3150c905f824de',
28 'type' => 'plugin',
29 'install_path' => __DIR__ . '/../../',
30 'aliases' => array(),
31 'dev_requirement' => false,
32 ),
33 'hostinger/hostinger-wp-amplitude' => array(
34 'pretty_version' => '1.0.18',
35 'version' => '1.0.18.0',
36 'reference' => 'bad88dd1fe2bd97d84cc5db3c574c072fc1a6f9b',
37 'type' => 'library',
38 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-amplitude',
39 'aliases' => array(),
40 'dev_requirement' => false,
41 ),
42 'hostinger/hostinger-wp-helper' => array(
43 'pretty_version' => '1.0.15',
44 'version' => '1.0.15.0',
45 'reference' => '4ed53bfa1c2ad4e8d0662a416e760428a93a994b',
46 'type' => 'library',
47 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-helper',
48 'aliases' => array(),
49 'dev_requirement' => false,
50 ),
51 'hostinger/hostinger-wp-menu-manager' => array(
52 'pretty_version' => '1.2.23',
53 'version' => '1.2.23.0',
54 'reference' => 'c97a06dc717769541b6fc2524474eb06103aefc9',
55 'type' => 'library',
56 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-menu-manager',
57 'aliases' => array(),
58 'dev_requirement' => false,
59 ),
60 'hostinger/hostinger-wp-surveys' => array(
61 'pretty_version' => '1.1.23',
62 'version' => '1.1.23.0',
63 'reference' => '4ad88bce29b30ec4c8728fa02fe67492967061d2',
64 'type' => 'library',
65 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-surveys',
66 'aliases' => array(),
67 'dev_requirement' => false,
68 ),
69 'psr/container' => array(
70 'pretty_version' => 'dev-master',
71 'version' => 'dev-master',
72 'reference' => '707984727bd5b2b670e59559d3ed2500240cf875',
73 'type' => 'library',
74 'install_path' => __DIR__ . '/../psr/container',
75 'aliases' => array(
76 0 => '2.0.x-dev',
77 ),
78 'dev_requirement' => false,
79 ),
80 'woocommerce/action-scheduler' => array(
81 'pretty_version' => '3.9.3',
82 'version' => '3.9.3.0',
83 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c',
84 'type' => 'wordpress-plugin',
85 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
86 'aliases' => array(),
87 'dev_requirement' => false,
88 ),
89 ),
90 );
91