PluginProbe
Hostinger Tools / 3.0.78
Hostinger Tools v3.0.78
3.0.78 3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 All 109 releases
← All changes | vendor/composer/jetpack_autoload_psr4.php +4 -4 3.0.71 → 3.0.78 View file →
@@ -6,17 +6,17 @@
6 6 $baseDir = dirname($vendorDir);
7 7
8 8 return array(
9 9 'Hostinger\\WpMenuManager\\' => array(
10 - 'version' => '1.2.23.0',
10 + 'version' => '1.2.33.0',
11 11 'path' => array( $vendorDir . '/hostinger/hostinger-wp-menu-manager/src' )
12 12 ),
13 13 'Hostinger\\WpHelper\\' => array(
14 - 'version' => '1.0.15.0',
14 + 'version' => '1.0.17.0',
15 15 'path' => array( $vendorDir . '/hostinger/hostinger-wp-helper/src' )
16 16 ),
17 17 'Hostinger\\Tests\\' => array(
18 - 'version' => '1.0.15.0',
18 + 'version' => '1.0.17.0',
19 19 'path' => array( $baseDir . '/tests/phpunit', $vendorDir . '/hostinger/hostinger-wp-helper/tests/phpunit' )
20 20 ),
21 21 'Hostinger\\' => array(
22 22 'version' => 'dev-main',
@@ -22,8 +22,8 @@
22 22 'version' => 'dev-main',
23 23 'path' => array( $baseDir . '/includes' )
24 24 ),
25 25 'Automattic\\Jetpack\\Autoloader\\' => array(
26 - 'version' => '5.0.20',
26 + 'version' => '5.0.23',
27 27 'path' => array( $vendorDir . '/automattic/jetpack-autoloader/src' )
28 28 ),
29 29 );