Version Description
- Release date: February 14, 2020
Bug fixes
- Synchronization: address missing function within Full Sync needed for sync/close endpoint.
Download this release
Release Info
Developer | jeherve |
Plugin | Jetpack by WordPress.com |
Version | 8.2.0.1 |
Comparing to | |
See all releases |
Code changes from version 8.2 to 8.2.0.1
- _inc/jetpack-strings.php +15 -15
- composer.json +1 -1
- jetpack.php +2 -2
- readme.txt +8 -0
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +2 -2
- vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php +9 -0
- vendor/composer/autoload_classmap_package.php +42 -42
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +6 -6
_inc/jetpack-strings.php
CHANGED
@@ -662,21 +662,6 @@ __( "You're fueled up and ready to go, Jetpack is now active.", "jetpack" ), //
|
|
662 |
__( "You're fueled up and ready to go.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:213
|
663 |
__( "Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:217
|
664 |
__( "Learn More", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:223
|
665 |
-
__( "Disconnect Jetpack", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:122
|
666 |
-
__( "Disable Jetpack", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:122
|
667 |
-
__( "Are you sure you want to disconnect?", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:138
|
668 |
-
__( "Are you sure you want to disconnect and deactivate?", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:139
|
669 |
-
__( "Cancel", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:142
|
670 |
-
__( "Disconnect", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:144
|
671 |
-
__( "Disable", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:144
|
672 |
-
__( "Speed up your site and provide mobile-ready images with {{a}}our CDN{{/a}}", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:30
|
673 |
-
__( "Block {{a}}brute force attacks{{/a}} and get immediate notifications if your site is down", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:49
|
674 |
-
__( "Grow your traffic with automated social {{a}}publishing and sharing{{/a}}", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:71
|
675 |
-
__( "Jetpack is currently powering features on your site. Once you disconnect Jetpack, these features will no longer be available and your site may no longer function the same way.", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:99
|
676 |
-
__( "Jetpack is currently powering features on your site. Once you disable Jetpack, these features will no longer be available and your site may no longer function the same way.", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:102
|
677 |
-
__( " We’ve highlighted some of the features you rely on below.", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:106
|
678 |
-
__( "Jetpack has many powerful tools that can help you achieve your goals", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:128
|
679 |
-
__( "Have a question? We’d love to help! {{a}}Send a question to the Jetpack support team.{{/a}}", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:139
|
680 |
__( "Dashboard", "jetpack" ), // _inc/client/components/masthead/index.jsx:95
|
681 |
__( "Settings", "jetpack" ), // _inc/client/components/masthead/index.jsx:103
|
682 |
__( "Email me a link to log in to the app", "jetpack" ), // _inc/client/components/mobile-magic-link/index.jsx:52
|
@@ -720,6 +705,21 @@ _x( "Discussion", "Navigation item.", "jetpack" ), // _inc/client/components/nav
|
|
720 |
_x( "Traffic", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:186
|
721 |
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:203
|
722 |
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
723 |
__( "Manage Subscription", "jetpack" ), // _inc/client/components/product-card/index.jsx:100
|
724 |
__( "Purchased on %s.", "jetpack" ), // _inc/client/components/product-expiration/index.jsx:35
|
725 |
__( "Expired on %s.", "jetpack" ), // _inc/client/components/product-expiration/index.jsx:49
|
662 |
__( "You're fueled up and ready to go.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:213
|
663 |
__( "Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:217
|
664 |
__( "Learn More", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:223
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
665 |
__( "Dashboard", "jetpack" ), // _inc/client/components/masthead/index.jsx:95
|
666 |
__( "Settings", "jetpack" ), // _inc/client/components/masthead/index.jsx:103
|
667 |
__( "Email me a link to log in to the app", "jetpack" ), // _inc/client/components/mobile-magic-link/index.jsx:52
|
705 |
_x( "Traffic", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:186
|
706 |
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:203
|
707 |
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:217
|
708 |
+
__( "Disconnect Jetpack", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:122
|
709 |
+
__( "Disable Jetpack", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:122
|
710 |
+
__( "Are you sure you want to disconnect?", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:138
|
711 |
+
__( "Are you sure you want to disconnect and deactivate?", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:139
|
712 |
+
__( "Cancel", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:142
|
713 |
+
__( "Disconnect", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:144
|
714 |
+
__( "Disable", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/dialog.jsx:144
|
715 |
+
__( "Speed up your site and provide mobile-ready images with {{a}}our CDN{{/a}}", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:30
|
716 |
+
__( "Block {{a}}brute force attacks{{/a}} and get immediate notifications if your site is down", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:49
|
717 |
+
__( "Grow your traffic with automated social {{a}}publishing and sharing{{/a}}", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:71
|
718 |
+
__( "Jetpack is currently powering features on your site. Once you disconnect Jetpack, these features will no longer be available and your site may no longer function the same way.", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:99
|
719 |
+
__( "Jetpack is currently powering features on your site. Once you disable Jetpack, these features will no longer be available and your site may no longer function the same way.", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:102
|
720 |
+
__( " We’ve highlighted some of the features you rely on below.", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:106
|
721 |
+
__( "Jetpack has many powerful tools that can help you achieve your goals", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:128
|
722 |
+
__( "Have a question? We’d love to help! {{a}}Send a question to the Jetpack support team.{{/a}}", "jetpack" ), // _inc/client/components/jetpack-termination-dialog/features.jsx:139
|
723 |
__( "Manage Subscription", "jetpack" ), // _inc/client/components/product-card/index.jsx:100
|
724 |
__( "Purchased on %s.", "jetpack" ), // _inc/client/components/product-expiration/index.jsx:35
|
725 |
__( "Expired on %s.", "jetpack" ), // _inc/client/components/product-expiration/index.jsx:49
|
composer.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
"automattic/jetpack-partner": "^1.0",
|
27 |
"automattic/jetpack-roles": "^1.0",
|
28 |
"automattic/jetpack-status": "^1.1",
|
29 |
-
"automattic/jetpack-sync": "
|
30 |
"automattic/jetpack-terms-of-service": "^1.0",
|
31 |
"automattic/jetpack-tracking": "^1.2"
|
32 |
},
|
26 |
"automattic/jetpack-partner": "^1.0",
|
27 |
"automattic/jetpack-roles": "^1.0",
|
28 |
"automattic/jetpack-status": "^1.1",
|
29 |
+
"automattic/jetpack-sync": "dev-fork/jetpack-sync-v1.7.4+vip",
|
30 |
"automattic/jetpack-terms-of-service": "^1.0",
|
31 |
"automattic/jetpack-tracking": "^1.2"
|
32 |
},
|
jetpack.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://jetpack.com
|
5 |
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
|
6 |
* Author: Automattic
|
7 |
-
* Version: 8.2
|
8 |
* Author URI: https://jetpack.com
|
9 |
* License: GPL2+
|
10 |
* Text Domain: jetpack
|
@@ -15,7 +15,7 @@
|
|
15 |
|
16 |
define( 'JETPACK__MINIMUM_WP_VERSION', '5.2' );
|
17 |
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
|
18 |
-
define( 'JETPACK__VERSION', '8.2' );
|
19 |
define( 'JETPACK_MASTER_USER', true );
|
20 |
define( 'JETPACK__API_VERSION', 1 );
|
21 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
4 |
* Plugin URI: https://jetpack.com
|
5 |
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
|
6 |
* Author: Automattic
|
7 |
+
* Version: 8.2.0.1
|
8 |
* Author URI: https://jetpack.com
|
9 |
* License: GPL2+
|
10 |
* Text Domain: jetpack
|
15 |
|
16 |
define( 'JETPACK__MINIMUM_WP_VERSION', '5.2' );
|
17 |
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
|
18 |
+
define( 'JETPACK__VERSION', '8.2.0.1' );
|
19 |
define( 'JETPACK_MASTER_USER', true );
|
20 |
define( 'JETPACK__API_VERSION', 1 );
|
21 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
readme.txt
CHANGED
@@ -96,6 +96,14 @@ There are opportunities for developers at all levels to contribute. [Learn more
|
|
96 |
|
97 |
== Changelog ==
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
= 8.2 =
|
100 |
|
101 |
* Release date: February 11, 2020
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
+
= 8.2.0.1 =
|
100 |
+
|
101 |
+
* Release date: February 14, 2020
|
102 |
+
|
103 |
+
**Bug fixes**
|
104 |
+
|
105 |
+
* Synchronization: address missing function within Full Sync needed for sync/close endpoint.
|
106 |
+
|
107 |
= 8.2 =
|
108 |
|
109 |
* Release date: February 11, 2020
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit231c3eb4b1afcd564ab498c30ed7fa27::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -103,7 +103,7 @@ if ( ! function_exists( __NAMESPACE__ . '\autoloader' ) ) {
|
|
103 |
/**
|
104 |
* Prepare all the classes for autoloading.
|
105 |
*/
|
106 |
-
function
|
107 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
108 |
foreach ( $class_map as $class_name => $class_info ) {
|
109 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
@@ -122,4 +122,4 @@ function enqueue_packages_f137cd6dcbae01924c8c99495af80f18() {
|
|
122 |
}
|
123 |
}
|
124 |
}
|
125 |
-
|
103 |
/**
|
104 |
* Prepare all the classes for autoloading.
|
105 |
*/
|
106 |
+
function enqueue_packages_36824a85f112c67f64f3ad1784ea9689() {
|
107 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
108 |
foreach ( $class_map as $class_name => $class_info ) {
|
109 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
122 |
}
|
123 |
}
|
124 |
}
|
125 |
+
enqueue_packages_36824a85f112c67f64f3ad1784ea9689();
|
vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php
CHANGED
@@ -392,4 +392,13 @@ class Full_Sync_Immediately extends Module {
|
|
392 |
// Setting autoload to true means that it's faster to check whether we should continue enqueuing.
|
393 |
$this->update_status( array( 'finished' => time() ) );
|
394 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
395 |
}
|
392 |
// Setting autoload to true means that it's faster to check whether we should continue enqueuing.
|
393 |
$this->update_status( array( 'finished' => time() ) );
|
394 |
}
|
395 |
+
|
396 |
+
/**
|
397 |
+
* Empty Function as we don't close buffers on Immediate Full Sync.
|
398 |
+
*
|
399 |
+
* @param Array $actions an array of actions, ignored for queueless sync.
|
400 |
+
*/
|
401 |
+
public function update_sent_progress_action( $actions ) {
|
402 |
+
return;
|
403 |
+
}
|
404 |
}
|
vendor/composer/autoload_classmap_package.php
CHANGED
@@ -19,171 +19,171 @@ return array(
|
|
19 |
'path' => $baseDir . '/src/class-tracking.php'
|
20 |
),
|
21 |
'Automattic\\Jetpack\\Sync\\Defaults' => array(
|
22 |
-
'version' => '
|
23 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-defaults.php'
|
24 |
),
|
25 |
'Automattic\\Jetpack\\Sync\\Sender' => array(
|
26 |
-
'version' => '
|
27 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-sender.php'
|
28 |
),
|
29 |
'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array(
|
30 |
-
'version' => '
|
31 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-replicastore.php'
|
32 |
),
|
33 |
'Automattic\\Jetpack\\Sync\\Replicastore' => array(
|
34 |
-
'version' => '
|
35 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-replicastore.php'
|
36 |
),
|
37 |
'Automattic\\Jetpack\\Sync\\Actions' => array(
|
38 |
-
'version' => '
|
39 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-actions.php'
|
40 |
),
|
41 |
'Automattic\\Jetpack\\Sync\\Functions' => array(
|
42 |
-
'version' => '
|
43 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-functions.php'
|
44 |
),
|
45 |
'Automattic\\Jetpack\\Sync\\Utils' => array(
|
46 |
-
'version' => '
|
47 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-utils.php'
|
48 |
),
|
49 |
'Automattic\\Jetpack\\Sync\\Lock' => array(
|
50 |
-
'version' => '
|
51 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-lock.php'
|
52 |
),
|
53 |
'Automattic\\Jetpack\\Sync\\Codec_Interface' => array(
|
54 |
-
'version' => '
|
55 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-codec.php'
|
56 |
),
|
57 |
'Automattic\\Jetpack\\Sync\\Main' => array(
|
58 |
-
'version' => '
|
59 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-main.php'
|
60 |
),
|
61 |
'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array(
|
62 |
-
'version' => '
|
63 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue-buffer.php'
|
64 |
),
|
65 |
'Automattic\\Jetpack\\Sync\\Users' => array(
|
66 |
-
'version' => '
|
67 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-users.php'
|
68 |
),
|
69 |
'Automattic\\Jetpack\\Sync\\Simple_Codec' => array(
|
70 |
-
'version' => '
|
71 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-simple-codec.php'
|
72 |
),
|
73 |
'Automattic\\Jetpack\\Sync\\Queue' => array(
|
74 |
-
'version' => '
|
75 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue.php'
|
76 |
),
|
77 |
'Automattic\\Jetpack\\Sync\\Modules' => array(
|
78 |
-
'version' => '
|
79 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-modules.php'
|
80 |
),
|
81 |
'Automattic\\Jetpack\\Sync\\Listener' => array(
|
82 |
-
'version' => '
|
83 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-listener.php'
|
84 |
),
|
85 |
'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array(
|
86 |
-
'version' => '
|
87 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-posts.php'
|
88 |
),
|
89 |
'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array(
|
90 |
-
'version' => '
|
91 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-attachments.php'
|
92 |
),
|
93 |
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array(
|
94 |
-
'version' => '
|
95 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php'
|
96 |
),
|
97 |
'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array(
|
98 |
-
'version' => '
|
99 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-woocommerce.php'
|
100 |
),
|
101 |
'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array(
|
102 |
-
'version' => '
|
103 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'
|
104 |
),
|
105 |
'Automattic\\Jetpack\\Sync\\Modules\\Module' => array(
|
106 |
-
'version' => '
|
107 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-module.php'
|
108 |
),
|
109 |
'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array(
|
110 |
-
'version' => '
|
111 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-plugins.php'
|
112 |
),
|
113 |
'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array(
|
114 |
-
'version' => '
|
115 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-menus.php'
|
116 |
),
|
117 |
'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array(
|
118 |
-
'version' => '
|
119 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-stats.php'
|
120 |
),
|
121 |
'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array(
|
122 |
-
'version' => '
|
123 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-meta.php'
|
124 |
),
|
125 |
'Automattic\\Jetpack\\Sync\\Modules\\Users' => array(
|
126 |
-
'version' => '
|
127 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-users.php'
|
128 |
),
|
129 |
'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array(
|
130 |
-
'version' => '
|
131 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-comments.php'
|
132 |
),
|
133 |
'Automattic\\Jetpack\\Sync\\Modules\\Options' => array(
|
134 |
-
'version' => '
|
135 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-options.php'
|
136 |
),
|
137 |
'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array(
|
138 |
-
'version' => '
|
139 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-constants.php'
|
140 |
),
|
141 |
'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array(
|
142 |
-
'version' => '
|
143 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-term-relationships.php'
|
144 |
),
|
145 |
'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array(
|
146 |
-
'version' => '
|
147 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-terms.php'
|
148 |
),
|
149 |
'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array(
|
150 |
-
'version' => '
|
151 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-themes.php'
|
152 |
),
|
153 |
'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array(
|
154 |
-
'version' => '
|
155 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-network-options.php'
|
156 |
),
|
157 |
'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array(
|
158 |
-
'version' => '
|
159 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-protect.php'
|
160 |
),
|
161 |
'Automattic\\Jetpack\\Sync\\Modules\\Import' => array(
|
162 |
-
'version' => '
|
163 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-import.php'
|
164 |
),
|
165 |
'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array(
|
166 |
-
'version' => '
|
167 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-callables.php'
|
168 |
),
|
169 |
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array(
|
170 |
-
'version' => '
|
171 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync.php'
|
172 |
),
|
173 |
'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array(
|
174 |
-
'version' => '
|
175 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-updates.php'
|
176 |
),
|
177 |
'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array(
|
178 |
-
'version' => '
|
179 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-json-deflate-array-codec.php'
|
180 |
),
|
181 |
'Automattic\\Jetpack\\Sync\\Settings' => array(
|
182 |
-
'version' => '
|
183 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-settings.php'
|
184 |
),
|
185 |
'Automattic\\Jetpack\\Sync\\Server' => array(
|
186 |
-
'version' => '
|
187 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-server.php'
|
188 |
),
|
189 |
'Automattic\\Jetpack\\Partner' => array(
|
19 |
'path' => $baseDir . '/src/class-tracking.php'
|
20 |
),
|
21 |
'Automattic\\Jetpack\\Sync\\Defaults' => array(
|
22 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
23 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-defaults.php'
|
24 |
),
|
25 |
'Automattic\\Jetpack\\Sync\\Sender' => array(
|
26 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
27 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-sender.php'
|
28 |
),
|
29 |
'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array(
|
30 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
31 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-replicastore.php'
|
32 |
),
|
33 |
'Automattic\\Jetpack\\Sync\\Replicastore' => array(
|
34 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
35 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-replicastore.php'
|
36 |
),
|
37 |
'Automattic\\Jetpack\\Sync\\Actions' => array(
|
38 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
39 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-actions.php'
|
40 |
),
|
41 |
'Automattic\\Jetpack\\Sync\\Functions' => array(
|
42 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
43 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-functions.php'
|
44 |
),
|
45 |
'Automattic\\Jetpack\\Sync\\Utils' => array(
|
46 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
47 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-utils.php'
|
48 |
),
|
49 |
'Automattic\\Jetpack\\Sync\\Lock' => array(
|
50 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
51 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-lock.php'
|
52 |
),
|
53 |
'Automattic\\Jetpack\\Sync\\Codec_Interface' => array(
|
54 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
55 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-codec.php'
|
56 |
),
|
57 |
'Automattic\\Jetpack\\Sync\\Main' => array(
|
58 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
59 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-main.php'
|
60 |
),
|
61 |
'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array(
|
62 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
63 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue-buffer.php'
|
64 |
),
|
65 |
'Automattic\\Jetpack\\Sync\\Users' => array(
|
66 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
67 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-users.php'
|
68 |
),
|
69 |
'Automattic\\Jetpack\\Sync\\Simple_Codec' => array(
|
70 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
71 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-simple-codec.php'
|
72 |
),
|
73 |
'Automattic\\Jetpack\\Sync\\Queue' => array(
|
74 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
75 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue.php'
|
76 |
),
|
77 |
'Automattic\\Jetpack\\Sync\\Modules' => array(
|
78 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
79 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-modules.php'
|
80 |
),
|
81 |
'Automattic\\Jetpack\\Sync\\Listener' => array(
|
82 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
83 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-listener.php'
|
84 |
),
|
85 |
'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array(
|
86 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
87 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-posts.php'
|
88 |
),
|
89 |
'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array(
|
90 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
91 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-attachments.php'
|
92 |
),
|
93 |
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array(
|
94 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
95 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php'
|
96 |
),
|
97 |
'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array(
|
98 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
99 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-woocommerce.php'
|
100 |
),
|
101 |
'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array(
|
102 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
103 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'
|
104 |
),
|
105 |
'Automattic\\Jetpack\\Sync\\Modules\\Module' => array(
|
106 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
107 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-module.php'
|
108 |
),
|
109 |
'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array(
|
110 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
111 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-plugins.php'
|
112 |
),
|
113 |
'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array(
|
114 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
115 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-menus.php'
|
116 |
),
|
117 |
'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array(
|
118 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
119 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-stats.php'
|
120 |
),
|
121 |
'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array(
|
122 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
123 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-meta.php'
|
124 |
),
|
125 |
'Automattic\\Jetpack\\Sync\\Modules\\Users' => array(
|
126 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
127 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-users.php'
|
128 |
),
|
129 |
'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array(
|
130 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
131 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-comments.php'
|
132 |
),
|
133 |
'Automattic\\Jetpack\\Sync\\Modules\\Options' => array(
|
134 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
135 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-options.php'
|
136 |
),
|
137 |
'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array(
|
138 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
139 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-constants.php'
|
140 |
),
|
141 |
'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array(
|
142 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
143 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-term-relationships.php'
|
144 |
),
|
145 |
'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array(
|
146 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
147 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-terms.php'
|
148 |
),
|
149 |
'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array(
|
150 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
151 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-themes.php'
|
152 |
),
|
153 |
'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array(
|
154 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
155 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-network-options.php'
|
156 |
),
|
157 |
'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array(
|
158 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
159 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-protect.php'
|
160 |
),
|
161 |
'Automattic\\Jetpack\\Sync\\Modules\\Import' => array(
|
162 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
163 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-import.php'
|
164 |
),
|
165 |
'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array(
|
166 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
167 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-callables.php'
|
168 |
),
|
169 |
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array(
|
170 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
171 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync.php'
|
172 |
),
|
173 |
'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array(
|
174 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
175 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-updates.php'
|
176 |
),
|
177 |
'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array(
|
178 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
179 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-json-deflate-array-codec.php'
|
180 |
),
|
181 |
'Automattic\\Jetpack\\Sync\\Settings' => array(
|
182 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
183 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-settings.php'
|
184 |
),
|
185 |
'Automattic\\Jetpack\\Sync\\Server' => array(
|
186 |
+
'version' => 'dev-fork/jetpack-sync-v1.7.4+vip',
|
187 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-server.php'
|
188 |
),
|
189 |
'Automattic\\Jetpack\\Partner' => array(
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit457c6a685d733b3485601d6462817d51
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$classMap = require __DIR__ . '/autoload_classmap.php';
|
33 |
if ($classMap) {
|
@@ -39,19 +39,19 @@ class ComposerAutoloaderInit457c6a685d733b3485601d6462817d51
|
|
39 |
$loader->register(true);
|
40 |
|
41 |
if ($useStaticLoader) {
|
42 |
-
$includeFiles = Composer\Autoload\
|
43 |
} else {
|
44 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
45 |
}
|
46 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
47 |
-
|
48 |
}
|
49 |
|
50 |
return $loader;
|
51 |
}
|
52 |
}
|
53 |
|
54 |
-
function
|
55 |
{
|
56 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
57 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit231c3eb4b1afcd564ab498c30ed7fa27
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit231c3eb4b1afcd564ab498c30ed7fa27', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit231c3eb4b1afcd564ab498c30ed7fa27', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit231c3eb4b1afcd564ab498c30ed7fa27::getInitializer($loader));
|
31 |
} else {
|
32 |
$classMap = require __DIR__ . '/autoload_classmap.php';
|
33 |
if ($classMap) {
|
39 |
$loader->register(true);
|
40 |
|
41 |
if ($useStaticLoader) {
|
42 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit231c3eb4b1afcd564ab498c30ed7fa27::$files;
|
43 |
} else {
|
44 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
45 |
}
|
46 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
47 |
+
composerRequire231c3eb4b1afcd564ab498c30ed7fa27($fileIdentifier, $file);
|
48 |
}
|
49 |
|
50 |
return $loader;
|
51 |
}
|
52 |
}
|
53 |
|
54 |
+
function composerRequire231c3eb4b1afcd564ab498c30ed7fa27($fileIdentifier, $file)
|
55 |
{
|
56 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
57 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
|
@@ -108,9 +108,9 @@ class ComposerStaticInit457c6a685d733b3485601d6462817d51
|
|
108 |
public static function getInitializer(ClassLoader $loader)
|
109 |
{
|
110 |
return \Closure::bind(function () use ($loader) {
|
111 |
-
$loader->prefixLengthsPsr4 =
|
112 |
-
$loader->prefixDirsPsr4 =
|
113 |
-
$loader->classMap =
|
114 |
|
115 |
}, null, ClassLoader::class);
|
116 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit231c3eb4b1afcd564ab498c30ed7fa27
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
|
108 |
public static function getInitializer(ClassLoader $loader)
|
109 |
{
|
110 |
return \Closure::bind(function () use ($loader) {
|
111 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit231c3eb4b1afcd564ab498c30ed7fa27::$prefixLengthsPsr4;
|
112 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit231c3eb4b1afcd564ab498c30ed7fa27::$prefixDirsPsr4;
|
113 |
+
$loader->classMap = ComposerStaticInit231c3eb4b1afcd564ab498c30ed7fa27::$classMap;
|
114 |
|
115 |
}, null, ClassLoader::class);
|
116 |
}
|
vendor/composer/installed.json
CHANGED
@@ -529,17 +529,17 @@
|
|
529 |
},
|
530 |
{
|
531 |
"name": "automattic/jetpack-sync",
|
532 |
-
"version": "v1.7.4",
|
533 |
-
"version_normalized": "
|
534 |
"source": {
|
535 |
"type": "git",
|
536 |
"url": "https://github.com/Automattic/jetpack-sync.git",
|
537 |
-
"reference": "
|
538 |
},
|
539 |
"dist": {
|
540 |
"type": "zip",
|
541 |
-
"url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/
|
542 |
-
"reference": "
|
543 |
"shasum": ""
|
544 |
},
|
545 |
"require": {
|
@@ -549,7 +549,7 @@
|
|
549 |
"automattic/jetpack-roles": "@dev",
|
550 |
"automattic/jetpack-status": "@dev"
|
551 |
},
|
552 |
-
"time": "2020-
|
553 |
"type": "library",
|
554 |
"installation-source": "dist",
|
555 |
"autoload": {
|
529 |
},
|
530 |
{
|
531 |
"name": "automattic/jetpack-sync",
|
532 |
+
"version": "dev-fork/jetpack-sync-v1.7.4+vip",
|
533 |
+
"version_normalized": "dev-fork/jetpack-sync-v1.7.4+vip",
|
534 |
"source": {
|
535 |
"type": "git",
|
536 |
"url": "https://github.com/Automattic/jetpack-sync.git",
|
537 |
+
"reference": "26ab953f4b65d14597ade6c48f99e86f2796647a"
|
538 |
},
|
539 |
"dist": {
|
540 |
"type": "zip",
|
541 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/26ab953f4b65d14597ade6c48f99e86f2796647a",
|
542 |
+
"reference": "26ab953f4b65d14597ade6c48f99e86f2796647a",
|
543 |
"shasum": ""
|
544 |
},
|
545 |
"require": {
|
549 |
"automattic/jetpack-roles": "@dev",
|
550 |
"automattic/jetpack-status": "@dev"
|
551 |
},
|
552 |
+
"time": "2020-02-14T13:35:39+00:00",
|
553 |
"type": "library",
|
554 |
"installation-source": "dist",
|
555 |
"autoload": {
|