Version Description
- Release date: December 1, 2020
- Release post: https://wp.me/p1moTy-scn
Enhancements
- Connection Flow: clarify error message when the options table is not writable.
- Contact Form Block: display fallback link when the block is rendered in non-WordPress contexts, such as subscription emails.
- Contact Form Block: display the correct default email address and subject in the form block settings.
- Dashboard: clarify language around support options.
- Dashboard: replace /plans and /plans-prompt routes with a redirect to cloud.jetpack.com/pricing.
- Instagram Embeds: add support for embed parameters supported by Instagram.
- Payments Block: move unreadable notice to the sidebar.
- Pinterest Block: ensure that Pinterest embeds are displayed nicely in non-WordPress contexts, such as subscription emails.
- Podcast Block: display fallback link when the block is rendered in non-WordPress contexts, such as RSS feeds.
- Search: improve URL formatting for the expanded search layout.
- Sharing: ensure the first suitable image found in a post is always the one used in Open Graph Image meta tags.
- Site Health Tools: update description of Synchronization issues for better usability.
- Slideshow Block: ensure that slideshows are displayed nicely in subscription emails.
- Status: improve detection of staging servers.
- Story Block: improve display of the block.
- Synchronization: improve synchronization of comment status, taxononmies, and terms between your site and WordPress.com.
- Tiled Gallery Block: improve rendering when the block is rendered in non-WordPress contexts, such as subscription emails.
- WhatsApp button Block: improve text alignment on mobile devices.
- WordPress.com Toolbar: include admin color in user's REST API output.
Improved compatibility
- Autoloader: support Composer 2.0.7.
- General: continued work towards ensuring that Jetpack is fully compatible with the upcoming version of PHP, PHP 8.
- General: ensure Jetpack's full compatibility with the upcoming WordPress 5.6 release.
- General: update Jetpack's minimum required WordPress version to 5.5, in anticipation of the upcoming WordPress 5.6 release.
- Sharing: disable Open Graph Meta tags added by the Web Stories plugin when Jetpack's tags are active.
- Stats: support Web Stories plugin.
- Synchronization: ensure better synchronization of post meta data (used by Publicize, Subscriptions, Search) in WordPress 5.6.
- Twenty Twenty-One: ensure that Jetpack's features are compatible with the upcoming new default theme
Bug fixes
- Connection: handle XMLRPC requests when SERVER_PORT is not defined.
- External Media: fix a conflict with CoBlock's image replace feature.
- Dashboard: fix incorrect links to Jetpack credentials form.
- Google Analytics: ensure compatibility with Google Analytics 4 (GA4).
- Sitemaps: ensure that the Home URL is slashed on subdirectory websites.
- Social Icons widget: display only one icon when a URL matches both a domain and the feed URL match.
- Sync: avoid trying to sync when something else disabled syncing a request.
- Whatsapp Button Block: fix Guyana country code metadata.
- WordPress.com REST API: restore post comments when untrashing a post, such as via the mobile apps.
See the previous changelogs here.
Download this release
Release Info
Developer | jeherve |
Plugin | Jetpack by WordPress.com |
Version | 9.2 |
Comparing to | |
See all releases |
Code changes from version 9.2-beta2 to 9.2
- composer.json +42 -42
- jetpack.php +2 -2
- modules/photon-cdn/jetpack-manifest.php +510 -510
- modules/wordads/css/wordads-ccpa.min.css +0 -2
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/ClassLoader.php +2 -2
- vendor/composer/InstalledVersions.php +443 -0
- vendor/composer/LICENSE +2 -0
- vendor/composer/autoload_classmap.php +1 -0
- vendor/composer/autoload_real.php +10 -8
- vendor/composer/autoload_static.php +6 -5
- vendor/composer/installed.json +993 -963
- vendor/composer/installed.php +258 -0
- vendor/composer/jetpack_autoload_classmap.php +137 -137
- vendor/composer/platform_check.php +26 -0
- vendor/jetpack-autoloader/autoload_functions.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- vendor/jetpack-autoloader/class-manifest-handler.php +1 -1
- vendor/jetpack-autoloader/class-plugins-handler.php +1 -1
- vendor/jetpack-autoloader/class-version-loader.php +1 -1
- vendor/jetpack-autoloader/class-version-selector.php +1 -1
composer.json
CHANGED
@@ -1,44 +1,44 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
}
|
1 |
{
|
2 |
+
"name": "automattic/jetpack",
|
3 |
+
"description": "Jetpack supercharges your self‑hosted WordPress site with the awesome cloud power of WordPress.com",
|
4 |
+
"homepage": "https://jetpack.com/",
|
5 |
+
"type": "wordpress-plugin",
|
6 |
+
"license": "GPL-2.0-or-later",
|
7 |
+
"support": {
|
8 |
+
"issues": "https://github.com/Automattic/jetpack/issues"
|
9 |
+
},
|
10 |
+
"require": {
|
11 |
+
"ext-fileinfo": "*",
|
12 |
+
"ext-json": "*",
|
13 |
+
"ext-openssl": "*",
|
14 |
+
"nojimage/twitter-text-php": "3.1.1"
|
15 |
+
},
|
16 |
+
"require-dev": {
|
17 |
+
"automattic/jetpack-codesniffer": "^2.0",
|
18 |
+
"dealerdirect/phpcodesniffer-composer-installer": "0.7.0",
|
19 |
+
"php-parallel-lint/php-parallel-lint": "1.2.0",
|
20 |
+
"sirbrillig/phpcs-changed": "2.5.1"
|
21 |
+
},
|
22 |
+
"scripts": {
|
23 |
+
"php:compatibility": "vendor/bin/phpcs -p -s --standard=./.phpcs.config.xml,PHPCompatibilityWP",
|
24 |
+
"php:lint": "vendor/bin/phpcs -p -s",
|
25 |
+
"php:changed": "vendor/sirbrillig/phpcs-changed/bin/phpcs-changed --git",
|
26 |
+
"php:autofix": "vendor/bin/phpcbf",
|
27 |
+
"php:lint:errors": "vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1",
|
28 |
+
"php:requirelist": "node bin/phpcs-requirelist-commands.js"
|
29 |
+
},
|
30 |
+
"repositories": [],
|
31 |
+
"autoload": {
|
32 |
+
"classmap": [
|
33 |
+
"src"
|
34 |
+
]
|
35 |
+
},
|
36 |
+
"minimum-stability": "dev",
|
37 |
+
"prefer-stable": true,
|
38 |
+
"config": {
|
39 |
+
"sort-packages": true,
|
40 |
+
"platform": {
|
41 |
+
"ext-intl": "0.0.0"
|
42 |
+
}
|
43 |
+
}
|
44 |
}
|
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: 9.2
|
8 |
* Author URI: https://jetpack.com
|
9 |
* License: GPL2+
|
10 |
* Text Domain: jetpack
|
@@ -16,7 +16,7 @@
|
|
16 |
|
17 |
define( 'JETPACK__MINIMUM_WP_VERSION', '5.5' );
|
18 |
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
|
19 |
-
define( 'JETPACK__VERSION', '9.2
|
20 |
|
21 |
/**
|
22 |
* Constant used to fetch the connection owner token
|
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: 9.2
|
8 |
* Author URI: https://jetpack.com
|
9 |
* License: GPL2+
|
10 |
* Text Domain: jetpack
|
16 |
|
17 |
define( 'JETPACK__MINIMUM_WP_VERSION', '5.5' );
|
18 |
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
|
19 |
+
define( 'JETPACK__VERSION', '9.2' );
|
20 |
|
21 |
/**
|
22 |
* Constant used to fetch the connection owner token
|
modules/photon-cdn/jetpack-manifest.php
CHANGED
@@ -2,514 +2,514 @@
|
|
2 |
// This file is autogenerated by bin/build-asset-cdn-json.php
|
3 |
|
4 |
$assets = array (
|
5 |
-
0 => '
|
6 |
-
1 => '
|
7 |
-
2 => '
|
8 |
-
3 => '
|
9 |
-
4 => '
|
10 |
-
5 => '
|
11 |
-
6 => '
|
12 |
-
7 => '
|
13 |
-
8 => '
|
14 |
-
9 => '
|
15 |
-
10 => '
|
16 |
-
11 => '
|
17 |
-
12 => '
|
18 |
-
13 => '
|
19 |
-
14 => '
|
20 |
-
15 => '
|
21 |
-
16 => '
|
22 |
-
17 => '
|
23 |
-
18 => '
|
24 |
-
19 => '
|
25 |
-
20 => '
|
26 |
-
21 => '
|
27 |
-
22 => '
|
28 |
-
23 => '
|
29 |
-
24 => '
|
30 |
-
25 => '
|
31 |
-
26 => '
|
32 |
-
27 => '
|
33 |
-
28 => '
|
34 |
-
29 => '
|
35 |
-
30 => '
|
36 |
-
31 => '
|
37 |
-
32 => '
|
38 |
-
33 => '
|
39 |
-
34 => '
|
40 |
-
35 => '
|
41 |
-
36 => '
|
42 |
-
37 => '
|
43 |
-
38 => '
|
44 |
-
39 => '
|
45 |
-
40 => '
|
46 |
-
41 => '
|
47 |
-
42 => '
|
48 |
-
43 => '
|
49 |
-
44 => '
|
50 |
-
45 => '
|
51 |
-
46 => '
|
52 |
-
47 => '
|
53 |
-
48 => '
|
54 |
-
49 => '
|
55 |
-
50 => '
|
56 |
-
51 => '
|
57 |
-
52 => '
|
58 |
-
53 => '
|
59 |
-
54 => '
|
60 |
-
55 => '
|
61 |
-
56 => '
|
62 |
-
57 => '
|
63 |
-
58 => '
|
64 |
-
59 => '
|
65 |
-
60 => '
|
66 |
-
61 => '
|
67 |
-
62 => '
|
68 |
-
63 => '
|
69 |
-
64 => '
|
70 |
-
65 => '
|
71 |
-
66 => '
|
72 |
-
67 => '
|
73 |
-
68 => '
|
74 |
-
69 => '
|
75 |
-
70 => '
|
76 |
-
71 => '
|
77 |
-
72 => '
|
78 |
-
73 => '
|
79 |
-
74 => '
|
80 |
-
75 => '
|
81 |
-
76 => '
|
82 |
-
77 => '
|
83 |
-
78 => '
|
84 |
-
79 => '
|
85 |
-
80 => '
|
86 |
-
81 => '
|
87 |
-
82 => '
|
88 |
-
83 => '
|
89 |
-
84 => '
|
90 |
-
85 => '
|
91 |
-
86 => '
|
92 |
-
87 => '
|
93 |
-
88 => '
|
94 |
-
89 => '
|
95 |
-
90 => '
|
96 |
-
91 => '
|
97 |
-
92 => '
|
98 |
-
93 => '
|
99 |
-
94 => '
|
100 |
-
95 => '
|
101 |
-
96 => '
|
102 |
-
97 => '
|
103 |
-
98 => '
|
104 |
-
99 => '
|
105 |
-
100 => '
|
106 |
-
101 => '
|
107 |
-
102 => '
|
108 |
-
103 => '
|
109 |
-
104 => '
|
110 |
-
105 => '
|
111 |
-
106 => '
|
112 |
-
107 => '
|
113 |
-
108 => '
|
114 |
-
109 => '
|
115 |
-
110 => '
|
116 |
-
111 => '
|
117 |
-
112 => '
|
118 |
-
113 => '
|
119 |
-
114 => '
|
120 |
-
115 => '
|
121 |
-
116 => '
|
122 |
-
117 => '
|
123 |
-
118 => '
|
124 |
-
119 => '
|
125 |
-
120 => '
|
126 |
-
121 => '
|
127 |
-
122 => '
|
128 |
-
123 => '
|
129 |
-
124 => '
|
130 |
-
125 => '
|
131 |
-
126 => '
|
132 |
-
127 => '
|
133 |
-
128 => '
|
134 |
-
129 => '
|
135 |
-
130 => '
|
136 |
-
131 => '
|
137 |
-
132 => '
|
138 |
-
133 => '
|
139 |
-
134 => '
|
140 |
-
135 => '
|
141 |
-
136 => '
|
142 |
-
137 => '
|
143 |
-
138 => '
|
144 |
-
139 => '
|
145 |
-
140 => '
|
146 |
-
141 => '
|
147 |
-
142 => '
|
148 |
-
143 => '
|
149 |
-
144 => '
|
150 |
-
145 => '
|
151 |
-
146 => '
|
152 |
-
147 => '
|
153 |
-
148 => '
|
154 |
-
149 => '
|
155 |
-
150 => '
|
156 |
-
151 => '
|
157 |
-
152 => '
|
158 |
-
153 => '
|
159 |
-
154 => '
|
160 |
-
155 => '
|
161 |
-
156 => '
|
162 |
-
157 => '
|
163 |
-
158 => '
|
164 |
-
159 => '
|
165 |
-
160 => '
|
166 |
-
161 => '
|
167 |
-
162 => '
|
168 |
-
163 => '
|
169 |
-
164 => '
|
170 |
-
165 => '
|
171 |
-
166 => '
|
172 |
-
167 => '
|
173 |
-
168 => '
|
174 |
-
169 => '
|
175 |
-
170 => '
|
176 |
-
171 => '
|
177 |
-
172 => '
|
178 |
-
173 => '
|
179 |
-
174 => '
|
180 |
-
175 => '
|
181 |
-
176 => '
|
182 |
-
177 => '
|
183 |
-
178 => '
|
184 |
-
179 => '
|
185 |
-
180 => '
|
186 |
-
181 => '
|
187 |
-
182 => '
|
188 |
-
183 => '
|
189 |
-
184 => '
|
190 |
-
185 => '
|
191 |
-
186 => '
|
192 |
-
187 => '
|
193 |
-
188 => '
|
194 |
-
189 => '
|
195 |
-
190 => '
|
196 |
-
191 => '
|
197 |
-
192 => '
|
198 |
-
193 => '
|
199 |
-
194 => '
|
200 |
-
195 => '
|
201 |
-
196 => '
|
202 |
-
197 => '
|
203 |
-
198 => '
|
204 |
-
199 => '
|
205 |
-
200 => '
|
206 |
-
201 => '
|
207 |
-
202 => '
|
208 |
-
203 => '
|
209 |
-
204 => '
|
210 |
-
205 => '
|
211 |
-
206 => '
|
212 |
-
207 => '
|
213 |
-
208 => '
|
214 |
-
209 => '
|
215 |
-
210 => '
|
216 |
-
211 => '
|
217 |
-
212 => '
|
218 |
-
213 => '
|
219 |
-
214 => '
|
220 |
-
215 => '
|
221 |
-
216 => '
|
222 |
-
217 => '
|
223 |
-
218 => '
|
224 |
-
219 => '
|
225 |
-
220 => '
|
226 |
-
221 => '
|
227 |
-
222 => '
|
228 |
-
223 => '
|
229 |
-
224 => '
|
230 |
-
225 => '
|
231 |
-
226 => '
|
232 |
-
227 => '
|
233 |
-
228 => '
|
234 |
-
229 => '
|
235 |
-
230 => '
|
236 |
-
231 => '
|
237 |
-
232 => '
|
238 |
-
233 => '
|
239 |
-
234 => '
|
240 |
-
235 => '
|
241 |
-
236 => '
|
242 |
-
237 => '
|
243 |
-
238 => '
|
244 |
-
239 => '
|
245 |
-
240 => '
|
246 |
-
241 => '
|
247 |
-
242 => '
|
248 |
-
243 => '
|
249 |
-
244 => '
|
250 |
-
245 => '
|
251 |
-
246 => '
|
252 |
-
247 => '
|
253 |
-
248 => '
|
254 |
-
249 => '
|
255 |
-
250 => '
|
256 |
-
251 => '
|
257 |
-
252 => 'modules/
|
258 |
-
253 => 'modules/
|
259 |
-
254 => 'modules/
|
260 |
-
255 => 'modules/
|
261 |
-
256 => 'modules/
|
262 |
-
257 => 'modules/
|
263 |
-
258 => '
|
264 |
-
259 => '
|
265 |
-
260 => '
|
266 |
-
261 => '
|
267 |
-
262 => '
|
268 |
-
263 => '
|
269 |
-
264 => '
|
270 |
-
265 => '
|
271 |
-
266 => 'css/
|
272 |
-
267 => 'css/
|
273 |
-
268 => 'css/
|
274 |
-
269 => 'css/
|
275 |
-
270 => 'css/
|
276 |
-
271 => 'css/
|
277 |
-
272 => 'css/
|
278 |
-
273 => 'css/
|
279 |
-
274 => '
|
280 |
-
275 => '
|
281 |
-
276 => '
|
282 |
-
277 => '
|
283 |
-
278 => '
|
284 |
-
279 => '
|
285 |
-
280 => '
|
286 |
-
281 => '
|
287 |
-
282 => '
|
288 |
-
283 => '
|
289 |
-
284 => '
|
290 |
-
285 => '
|
291 |
-
286 => '
|
292 |
-
287 => '
|
293 |
-
288 => '
|
294 |
-
289 => '
|
295 |
-
290 => '
|
296 |
-
291 => '
|
297 |
-
292 => '
|
298 |
-
293 => '
|
299 |
-
294 => '
|
300 |
-
295 => '
|
301 |
-
296 => '
|
302 |
-
297 => '
|
303 |
-
298 => '
|
304 |
-
299 => '
|
305 |
-
300 => '
|
306 |
-
301 => '
|
307 |
-
302 => '
|
308 |
-
303 => '
|
309 |
-
304 => '
|
310 |
-
305 => '
|
311 |
-
306 => '
|
312 |
-
307 => '
|
313 |
-
308 => '
|
314 |
-
309 => '
|
315 |
-
310 => '
|
316 |
-
311 => '
|
317 |
-
312 => '
|
318 |
-
313 => '
|
319 |
-
314 => '
|
320 |
-
315 => '
|
321 |
-
316 => '
|
322 |
-
317 => '
|
323 |
-
318 => '
|
324 |
-
319 => '
|
325 |
-
320 => '
|
326 |
-
321 => '
|
327 |
-
322 => '
|
328 |
-
323 => '
|
329 |
-
324 => '
|
330 |
-
325 => '
|
331 |
-
326 => '
|
332 |
-
327 => '
|
333 |
-
328 => '
|
334 |
-
329 => '
|
335 |
-
330 => '
|
336 |
-
331 => '
|
337 |
-
332 => '
|
338 |
-
333 => '
|
339 |
-
334 => '
|
340 |
-
335 => '
|
341 |
-
336 => '
|
342 |
-
337 => '
|
343 |
-
338 => '
|
344 |
-
339 => '
|
345 |
-
340 => '
|
346 |
-
341 => '
|
347 |
-
342 => '
|
348 |
-
343 => '
|
349 |
-
344 => '
|
350 |
-
345 => '
|
351 |
-
346 => '
|
352 |
-
347 => '
|
353 |
-
348 => '
|
354 |
-
349 => '
|
355 |
-
350 => '
|
356 |
-
351 => '
|
357 |
-
352 => '
|
358 |
-
353 => '
|
359 |
-
354 => '
|
360 |
-
355 => '
|
361 |
-
356 => '
|
362 |
-
357 => '
|
363 |
-
358 => '
|
364 |
-
359 => '
|
365 |
-
360 => '
|
366 |
-
361 => '
|
367 |
-
362 => '
|
368 |
-
363 => '
|
369 |
-
364 => '
|
370 |
-
365 => '
|
371 |
-
366 => '
|
372 |
-
367 => '
|
373 |
-
368 => '
|
374 |
-
369 => '
|
375 |
-
370 => '
|
376 |
-
371 => '
|
377 |
-
372 => '
|
378 |
-
373 => '
|
379 |
-
374 => '
|
380 |
-
375 => '
|
381 |
-
376 => '
|
382 |
-
377 => '
|
383 |
-
378 => '
|
384 |
-
379 => '
|
385 |
-
380 => '
|
386 |
-
381 => '
|
387 |
-
382 => '
|
388 |
-
383 => '
|
389 |
-
384 => '
|
390 |
-
385 => '
|
391 |
-
386 => '
|
392 |
-
387 => '
|
393 |
-
388 => '
|
394 |
-
389 => '
|
395 |
-
390 => '
|
396 |
-
391 => '
|
397 |
-
392 => '
|
398 |
-
393 => '
|
399 |
-
394 => '
|
400 |
-
395 => '
|
401 |
-
396 => '
|
402 |
-
397 => '
|
403 |
-
398 => '
|
404 |
-
399 => '
|
405 |
-
400 => '
|
406 |
-
401 => '
|
407 |
-
402 => '
|
408 |
-
403 => '
|
409 |
-
404 => '
|
410 |
-
405 => '
|
411 |
-
406 => '
|
412 |
-
407 => '
|
413 |
-
408 => '
|
414 |
-
409 => '
|
415 |
-
410 => '
|
416 |
-
411 => '
|
417 |
-
412 => '
|
418 |
-
413 => '
|
419 |
-
414 => '
|
420 |
-
415 => '
|
421 |
-
416 => '
|
422 |
-
417 => '
|
423 |
-
418 => '
|
424 |
-
419 => '
|
425 |
-
420 => '
|
426 |
-
421 => '
|
427 |
-
422 => '
|
428 |
-
423 => '
|
429 |
-
424 => '
|
430 |
-
425 => '
|
431 |
-
426 => '
|
432 |
-
427 => '
|
433 |
-
428 => '
|
434 |
-
429 => '
|
435 |
-
430 => '
|
436 |
-
431 => '
|
437 |
-
432 => '
|
438 |
-
433 => '
|
439 |
-
434 => '
|
440 |
-
435 => '
|
441 |
-
436 => '
|
442 |
-
437 => '
|
443 |
-
438 => '
|
444 |
-
439 => '
|
445 |
-
440 => '
|
446 |
-
441 => '
|
447 |
-
442 => '
|
448 |
-
443 => '
|
449 |
-
444 => '
|
450 |
-
445 => '
|
451 |
-
446 => '
|
452 |
-
447 => '
|
453 |
-
448 => '
|
454 |
-
449 => '
|
455 |
-
450 => '
|
456 |
-
451 => '
|
457 |
-
452 => '
|
458 |
-
453 => '
|
459 |
-
454 => '
|
460 |
-
455 => '
|
461 |
-
456 => '
|
462 |
-
457 => '
|
463 |
-
458 => '
|
464 |
-
459 => '
|
465 |
-
460 => '
|
466 |
-
461 => '
|
467 |
-
462 => '
|
468 |
-
463 => '
|
469 |
-
464 => '
|
470 |
-
465 => '
|
471 |
-
466 => '
|
472 |
-
467 => '
|
473 |
-
468 => '
|
474 |
-
469 => '
|
475 |
-
470 => '
|
476 |
-
471 => '
|
477 |
-
472 => '
|
478 |
-
473 => '
|
479 |
-
474 => '
|
480 |
-
475 => '
|
481 |
-
476 => '
|
482 |
-
477 => '
|
483 |
-
478 => '
|
484 |
-
479 => '
|
485 |
-
480 => '
|
486 |
-
481 => '
|
487 |
-
482 => '
|
488 |
-
483 => '
|
489 |
-
484 => '
|
490 |
-
485 => '
|
491 |
-
486 => '
|
492 |
-
487 => '
|
493 |
-
488 => '
|
494 |
-
489 => '
|
495 |
-
490 => '
|
496 |
-
491 => '
|
497 |
-
492 => '
|
498 |
-
493 => '
|
499 |
-
494 => '
|
500 |
-
495 => '
|
501 |
-
496 => '
|
502 |
-
497 => '
|
503 |
-
498 => '
|
504 |
-
499 => '
|
505 |
-
500 => '
|
506 |
-
501 => '
|
507 |
-
502 => '
|
508 |
-
503 => '
|
509 |
-
504 => '
|
510 |
-
505 => '
|
511 |
-
506 => '
|
512 |
-
507 => '
|
513 |
-
508 => '
|
514 |
-
509 => '
|
515 |
);
|
2 |
// This file is autogenerated by bin/build-asset-cdn-json.php
|
3 |
|
4 |
$assets = array (
|
5 |
+
0 => 'css/jetpack-admin.min.css',
|
6 |
+
1 => 'css/jetpack-idc.min.css',
|
7 |
+
2 => 'css/dashboard-widget-rtl.min.css',
|
8 |
+
3 => 'css/jetpack-admin-rtl.css',
|
9 |
+
4 => 'css/jetpack-idc-rtl.css',
|
10 |
+
5 => 'css/jetpack-icons-rtl.css',
|
11 |
+
6 => 'css/jetpack-wizard-banner.min.css',
|
12 |
+
7 => 'css/jetpack-icons.min.css',
|
13 |
+
8 => 'css/jetpack-wizard-banner-rtl.css',
|
14 |
+
9 => 'css/wordads-ccpa-rtl.css',
|
15 |
+
10 => 'css/jetpack-idc-admin-bar.min.css',
|
16 |
+
11 => 'css/jetpack-admin.css',
|
17 |
+
12 => 'css/wordads-ccpa.min.css',
|
18 |
+
13 => 'css/jetpack-idc-admin-bar-rtl.css',
|
19 |
+
14 => 'css/cleanslate.css',
|
20 |
+
15 => 'css/cleanslate-rtl.min.css',
|
21 |
+
16 => 'css/jetpack-idc-admin-bar-rtl.min.css',
|
22 |
+
17 => 'css/jetpack-deactivate-dialog-rtl.min.css',
|
23 |
+
18 => 'css/jetpack-idc-rtl.min.css',
|
24 |
+
19 => 'css/cleanslate.min.css',
|
25 |
+
20 => 'css/cleanslate-rtl.css',
|
26 |
+
21 => 'css/jetpack-icons.css',
|
27 |
+
22 => 'css/jetpack.css',
|
28 |
+
23 => 'css/wordads-ccpa-rtl.min.css',
|
29 |
+
24 => 'css/jetpack-connect.css',
|
30 |
+
25 => 'css/jetpack-connect-rtl.min.css',
|
31 |
+
26 => 'css/jetpack-wizard-banner-rtl.min.css',
|
32 |
+
27 => 'css/jetpack-icons-rtl.min.css',
|
33 |
+
28 => 'css/jetpack-wizard-banner.css',
|
34 |
+
29 => 'css/jetpack-idc.css',
|
35 |
+
30 => 'css/jetpack-banners-rtl.min.css',
|
36 |
+
31 => 'css/jetpack-deactivate-dialog-rtl.css',
|
37 |
+
32 => 'css/jetpack-deactivate-dialog.min.css',
|
38 |
+
33 => 'css/dashboard-widget.min.css',
|
39 |
+
34 => 'css/jetpack-admin-rtl.min.css',
|
40 |
+
35 => 'css/dashboard-widget-rtl.css',
|
41 |
+
36 => 'css/jetpack-banners.css',
|
42 |
+
37 => 'css/jetpack-banners-rtl.css',
|
43 |
+
38 => 'css/jetpack-deactivate-dialog.css',
|
44 |
+
39 => 'css/jetpack-banners.min.css',
|
45 |
+
40 => 'css/wordads-ccpa.css',
|
46 |
+
41 => 'css/jetpack-idc-admin-bar.css',
|
47 |
+
42 => 'css/jetpack-rtl.css',
|
48 |
+
43 => 'css/jetpack-connect.min.css',
|
49 |
+
44 => 'css/dashboard-widget.css',
|
50 |
+
45 => 'css/jetpack-connect-rtl.css',
|
51 |
+
46 => '3rd-party/debug-bar/debug-bar.css',
|
52 |
+
47 => '3rd-party/debug-bar/debug-bar.js',
|
53 |
+
48 => '_inc/blocks/tiled-gallery/view.rtl.css',
|
54 |
+
49 => '_inc/blocks/tiled-gallery/view.js',
|
55 |
+
50 => '_inc/blocks/tiled-gallery/view.css',
|
56 |
+
51 => '_inc/blocks/editor-experimental.js',
|
57 |
+
52 => '_inc/blocks/vendors~swiper.91f23bda140fb9ba4bea.js',
|
58 |
+
53 => '_inc/blocks/donations/view.rtl.css',
|
59 |
+
54 => '_inc/blocks/donations/view.js',
|
60 |
+
55 => '_inc/blocks/donations/view.css',
|
61 |
+
56 => '_inc/blocks/editor.css',
|
62 |
+
57 => '_inc/blocks/editor.rtl.css',
|
63 |
+
58 => '_inc/blocks/image-compare/view.rtl.css',
|
64 |
+
59 => '_inc/blocks/image-compare/view.js',
|
65 |
+
60 => '_inc/blocks/image-compare/view.css',
|
66 |
+
61 => '_inc/blocks/editor-experimental.css',
|
67 |
+
62 => '_inc/blocks/rating-star/view.rtl.css',
|
68 |
+
63 => '_inc/blocks/rating-star/view.js',
|
69 |
+
64 => '_inc/blocks/rating-star/view.css',
|
70 |
+
65 => '_inc/blocks/vendors~map/mapbox-gl.944556a764fd3aa446d5.rtl.css',
|
71 |
+
66 => '_inc/blocks/vendors~map/mapbox-gl.944556a764fd3aa446d5.css',
|
72 |
+
67 => '_inc/blocks/vendors~map/mapbox-gl.944556a764fd3aa446d5.js',
|
73 |
+
68 => '_inc/blocks/repeat-visitor/view.js',
|
74 |
+
69 => '_inc/blocks/opentable/view.rtl.css',
|
75 |
+
70 => '_inc/blocks/opentable/view.js',
|
76 |
+
71 => '_inc/blocks/opentable/view.css',
|
77 |
+
72 => '_inc/blocks/business-hours/view.rtl.css',
|
78 |
+
73 => '_inc/blocks/business-hours/view.js',
|
79 |
+
74 => '_inc/blocks/business-hours/view.css',
|
80 |
+
75 => '_inc/blocks/editor-no-post-editor.js',
|
81 |
+
76 => '_inc/blocks/editor-beta.js',
|
82 |
+
77 => '_inc/blocks/mailchimp/view.rtl.css',
|
83 |
+
78 => '_inc/blocks/mailchimp/view.js',
|
84 |
+
79 => '_inc/blocks/mailchimp/view.css',
|
85 |
+
80 => '_inc/blocks/google-calendar/view.rtl.css',
|
86 |
+
81 => '_inc/blocks/google-calendar/view.js',
|
87 |
+
82 => '_inc/blocks/google-calendar/view.css',
|
88 |
+
83 => '_inc/blocks/subscriptions/view.rtl.css',
|
89 |
+
84 => '_inc/blocks/subscriptions/view.js',
|
90 |
+
85 => '_inc/blocks/subscriptions/view.css',
|
91 |
+
86 => '_inc/blocks/vendors~swiper.91f23bda140fb9ba4bea.css',
|
92 |
+
87 => '_inc/blocks/editor.js',
|
93 |
+
88 => '_inc/blocks/map/view.rtl.css',
|
94 |
+
89 => '_inc/blocks/map/view.js',
|
95 |
+
90 => '_inc/blocks/map/view.css',
|
96 |
+
91 => '_inc/blocks/components.js',
|
97 |
+
92 => '_inc/blocks/button/view.rtl.css',
|
98 |
+
93 => '_inc/blocks/button/view.js',
|
99 |
+
94 => '_inc/blocks/button/view.css',
|
100 |
+
95 => '_inc/blocks/eventbrite/view.rtl.css',
|
101 |
+
96 => '_inc/blocks/eventbrite/view.js',
|
102 |
+
97 => '_inc/blocks/eventbrite/view.css',
|
103 |
+
98 => '_inc/blocks/recurring-payments/view.rtl.css',
|
104 |
+
99 => '_inc/blocks/recurring-payments/view.js',
|
105 |
+
100 => '_inc/blocks/recurring-payments/view.css',
|
106 |
+
101 => '_inc/blocks/send-a-message/whatsapp-button/view.rtl.css',
|
107 |
+
102 => '_inc/blocks/send-a-message/whatsapp-button/view.js',
|
108 |
+
103 => '_inc/blocks/send-a-message/whatsapp-button/view.css',
|
109 |
+
104 => '_inc/blocks/editor-beta.css',
|
110 |
+
105 => '_inc/blocks/editor-experimental.rtl.css',
|
111 |
+
106 => '_inc/blocks/vendors~swiper.91f23bda140fb9ba4bea.rtl.css',
|
112 |
+
107 => '_inc/blocks/contact-info/view.rtl.css',
|
113 |
+
108 => '_inc/blocks/contact-info/view.js',
|
114 |
+
109 => '_inc/blocks/contact-info/view.css',
|
115 |
+
110 => '_inc/blocks/revue/view.rtl.css',
|
116 |
+
111 => '_inc/blocks/revue/view.js',
|
117 |
+
112 => '_inc/blocks/revue/view.css',
|
118 |
+
113 => '_inc/blocks/calendly/view.rtl.css',
|
119 |
+
114 => '_inc/blocks/calendly/view.js',
|
120 |
+
115 => '_inc/blocks/calendly/view.css',
|
121 |
+
116 => '_inc/blocks/components.rtl.css',
|
122 |
+
117 => '_inc/blocks/components.css',
|
123 |
+
118 => '_inc/blocks/editor-no-post-editor.css',
|
124 |
+
119 => '_inc/blocks/editor-no-post-editor.rtl.css',
|
125 |
+
120 => '_inc/blocks/slideshow/view.rtl.css',
|
126 |
+
121 => '_inc/blocks/slideshow/view.js',
|
127 |
+
122 => '_inc/blocks/slideshow/view.css',
|
128 |
+
123 => '_inc/blocks/editor-beta.rtl.css',
|
129 |
+
124 => '_inc/blocks/story/view.rtl.css',
|
130 |
+
125 => '_inc/blocks/story/view.js',
|
131 |
+
126 => '_inc/blocks/story/view.css',
|
132 |
+
127 => '_inc/blocks/instagram-gallery/view.rtl.css',
|
133 |
+
128 => '_inc/blocks/instagram-gallery/view.js',
|
134 |
+
129 => '_inc/blocks/instagram-gallery/view.css',
|
135 |
+
130 => '_inc/blocks/podcast-player/view.rtl.css',
|
136 |
+
131 => '_inc/blocks/podcast-player/view.js',
|
137 |
+
132 => '_inc/blocks/podcast-player/view.css',
|
138 |
+
133 => '_inc/blocks/gif/view.rtl.css',
|
139 |
+
134 => '_inc/blocks/gif/view.js',
|
140 |
+
135 => '_inc/blocks/gif/view.css',
|
141 |
+
136 => '_inc/idc-notice.js',
|
142 |
+
137 => '_inc/jetpack-modules.js',
|
143 |
+
138 => '_inc/crowdsignal-survey.js',
|
144 |
+
139 => '_inc/polldaddy-shortcode.js',
|
145 |
+
140 => '_inc/crowdsignal-shortcode.js',
|
146 |
+
141 => '_inc/connect-button.js',
|
147 |
+
142 => '_inc/jquery.jetpack-resize.js',
|
148 |
+
143 => '_inc/genericons/genericons/genericons.css',
|
149 |
+
144 => '_inc/genericons/genericons/rtl/genericons-rtl.css',
|
150 |
+
145 => '_inc/genericons/genericons.css',
|
151 |
+
146 => '_inc/jetpack-modules.views.js',
|
152 |
+
147 => '_inc/jetpack-wizard-banner.js',
|
153 |
+
148 => '_inc/facebook-embed.js',
|
154 |
+
149 => '_inc/jetpack-deactivate-dialog.js',
|
155 |
+
150 => '_inc/twitter-timeline.js',
|
156 |
+
151 => '_inc/accessible-focus.js',
|
157 |
+
152 => '_inc/jetpack-jitm.js',
|
158 |
+
153 => '_inc/jetpack-modules.models.js',
|
159 |
+
154 => '_inc/social-logos/social-logos.min.css',
|
160 |
+
155 => '_inc/social-logos/social-logos.css',
|
161 |
+
156 => '_inc/gallery-settings.js',
|
162 |
+
157 => '_inc/lib/tracks/tracks-callables.js',
|
163 |
+
158 => '_inc/lib/tracks/tracks-ajax.js',
|
164 |
+
159 => '_inc/lib/debugger/jetpack-debugger-site-health.css',
|
165 |
+
160 => '_inc/lib/debugger/jetpack-debugger-site-health.js',
|
166 |
+
161 => '_inc/build/infinite-scroll/infinity.min.js',
|
167 |
+
162 => '_inc/build/infinite-scroll/infinity-customizer.min.js',
|
168 |
+
163 => '_inc/build/admin.rtl.css',
|
169 |
+
164 => '_inc/build/jetpack-wizard-banner.min.js',
|
170 |
+
165 => '_inc/build/videopress/js/videopress-plupload.min.js',
|
171 |
+
166 => '_inc/build/videopress/js/gutenberg-video-upload.min.js',
|
172 |
+
167 => '_inc/build/videopress/js/videopress-uploader.min.js',
|
173 |
+
168 => '_inc/build/videopress/js/media-video-widget-extensions.min.js',
|
174 |
+
169 => '_inc/build/videopress/js/editor-view.min.js',
|
175 |
+
170 => '_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js',
|
176 |
+
171 => '_inc/build/jetpack-connection-banner.min.js',
|
177 |
+
172 => '_inc/build/style.min.css',
|
178 |
+
173 => '_inc/build/crowdsignal-survey.min.js',
|
179 |
+
174 => '_inc/build/masterbar/masterbar/tracks-events.min.js',
|
180 |
+
175 => '_inc/build/sharedaddy/admin-sharing.min.js',
|
181 |
+
176 => '_inc/build/sharedaddy/sharing.min.js',
|
182 |
+
177 => '_inc/build/custom-post-types/comics/comics.min.js',
|
183 |
+
178 => '_inc/build/custom-post-types/js/nova-drag-drop.min.js',
|
184 |
+
179 => '_inc/build/custom-post-types/js/many-items.min.js',
|
185 |
+
180 => '_inc/build/custom-post-types/js/menu-checkboxes.min.js',
|
186 |
+
181 => '_inc/build/instant-search/jp-search.chunk-1-26fd3bc862e3521d00a8.js',
|
187 |
+
182 => '_inc/build/instant-search/jp-search.bundle.js',
|
188 |
+
183 => '_inc/build/instant-search/jp-search.bundle.rtl.css',
|
189 |
+
184 => '_inc/build/instant-search/jp-search.bundle.css',
|
190 |
+
185 => '_inc/build/jquery.jetpack-resize.min.js',
|
191 |
+
186 => '_inc/build/crowdsignal-shortcode.min.js',
|
192 |
+
187 => '_inc/build/likes/post-count-jetpack.min.js',
|
193 |
+
188 => '_inc/build/likes/queuehandler.min.js',
|
194 |
+
189 => '_inc/build/likes/post-count.min.js',
|
195 |
+
190 => '_inc/build/static.rtl.css',
|
196 |
+
191 => '_inc/build/static.css',
|
197 |
+
192 => '_inc/build/polldaddy-shortcode.min.js',
|
198 |
+
193 => '_inc/build/comment-likes/comment-like-count.min.js',
|
199 |
+
194 => '_inc/build/idc-notice.min.js',
|
200 |
+
195 => '_inc/build/accessible-focus.min.js',
|
201 |
+
196 => '_inc/build/contact-form/js/grunion.min.js',
|
202 |
+
197 => '_inc/build/contact-form/js/tinymce-plugin-form-button.min.js',
|
203 |
+
198 => '_inc/build/contact-form/js/grunion-admin.min.js',
|
204 |
+
199 => '_inc/build/contact-form/js/grunion-frontend.min.js',
|
205 |
+
200 => '_inc/build/contact-form/js/editor-view.min.js',
|
206 |
+
201 => '_inc/build/jetpack-modules.models.min.js',
|
207 |
+
202 => '_inc/build/connect-button.min.js',
|
208 |
+
203 => '_inc/build/scan/admin-bar-notice.min.js',
|
209 |
+
204 => '_inc/build/related-posts/related-posts.min.js',
|
210 |
+
205 => '_inc/build/related-posts/related-posts-customizer.min.js',
|
211 |
+
206 => '_inc/build/carousel/jetpack-carousel.min.js',
|
212 |
+
207 => '_inc/build/shortcodes/js/brightcove.min.js',
|
213 |
+
208 => '_inc/build/shortcodes/js/recipes-printthis.min.js',
|
214 |
+
209 => '_inc/build/shortcodes/js/main.min.js',
|
215 |
+
210 => '_inc/build/shortcodes/js/recipes.min.js',
|
216 |
+
211 => '_inc/build/shortcodes/js/jmpress.min.js',
|
217 |
+
212 => '_inc/build/shortcodes/js/slideshow-shortcode.min.js',
|
218 |
+
213 => '_inc/build/shortcodes/js/quiz.min.js',
|
219 |
+
214 => '_inc/build/wordads/js/wordads-ccpa.min.js',
|
220 |
+
215 => '_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.js',
|
221 |
+
216 => '_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.js',
|
222 |
+
217 => '_inc/build/custom-css/custom-css/js/use-codemirror.min.js',
|
223 |
+
218 => '_inc/build/custom-css/custom-css/js/core-customizer-css.min.js',
|
224 |
+
219 => '_inc/build/custom-css/custom-css/js/css-editor.min.js',
|
225 |
+
220 => '_inc/build/jetpack-jitm.min.js',
|
226 |
+
221 => '_inc/build/gallery-settings.min.js',
|
227 |
+
222 => '_inc/build/admin.css',
|
228 |
+
223 => '_inc/build/jetpack-admin.min.js',
|
229 |
+
224 => '_inc/build/admin.js',
|
230 |
+
225 => '_inc/build/twitter-timeline.min.js',
|
231 |
+
226 => '_inc/build/jetpack-modules.views.min.js',
|
232 |
+
227 => '_inc/build/photon/photon.min.js',
|
233 |
+
228 => '_inc/build/style.min.rtl.css',
|
234 |
+
229 => '_inc/build/jetpack-modules.min.js',
|
235 |
+
230 => '_inc/build/postmessage.min.js',
|
236 |
+
231 => '_inc/build/widget-visibility/widget-conditions/widget-conditions.min.js',
|
237 |
+
232 => '_inc/build/facebook-embed.min.js',
|
238 |
+
233 => '_inc/build/jetpack-deactivate-dialog.min.js',
|
239 |
+
234 => '_inc/build/static.js',
|
240 |
+
235 => '_inc/build/widgets/simple-payments/customizer.min.js',
|
241 |
+
236 => '_inc/build/widgets/social-icons/social-icons-admin.min.js',
|
242 |
+
237 => '_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js',
|
243 |
+
238 => '_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.js',
|
244 |
+
239 => '_inc/build/widgets/gallery/js/gallery.min.js',
|
245 |
+
240 => '_inc/build/widgets/gallery/js/admin.min.js',
|
246 |
+
241 => '_inc/build/widgets/milestone/milestone.min.js',
|
247 |
+
242 => '_inc/build/widgets/milestone/admin.min.js',
|
248 |
+
243 => '_inc/build/widgets/search/js/search-widget.min.js',
|
249 |
+
244 => '_inc/build/widgets/search/js/search-widget-admin.min.js',
|
250 |
+
245 => '_inc/build/widgets/customizer-utils.min.js',
|
251 |
+
246 => '_inc/build/widgets/contact-info/contact-info-admin.min.js',
|
252 |
+
247 => '_inc/build/widgets/twitter-timeline-admin.min.js',
|
253 |
+
248 => '_inc/build/widgets/google-translate/google-translate.min.js',
|
254 |
+
249 => '_inc/jetpack-admin.js',
|
255 |
+
250 => '_inc/jetpack-connection-banner.js',
|
256 |
+
251 => '_inc/postmessage.js',
|
257 |
+
252 => 'modules/infinite-scroll/infinity-customizer.js',
|
258 |
+
253 => 'modules/infinite-scroll/infinity.js',
|
259 |
+
254 => 'modules/infinite-scroll/infinity.css',
|
260 |
+
255 => 'modules/infinite-scroll/themes/twentysixteen.css',
|
261 |
+
256 => 'modules/infinite-scroll/themes/twentyeleven.css',
|
262 |
+
257 => 'modules/infinite-scroll/themes/twentyten.css',
|
263 |
+
258 => 'modules/infinite-scroll/themes/twentyseventeen-rtl.css',
|
264 |
+
259 => 'modules/infinite-scroll/themes/twentyfifteen.css',
|
265 |
+
260 => 'modules/infinite-scroll/themes/twentysixteen-rtl.css',
|
266 |
+
261 => 'modules/infinite-scroll/themes/twentyseventeen.css',
|
267 |
+
262 => 'modules/infinite-scroll/themes/twentytwelve.css',
|
268 |
+
263 => 'modules/infinite-scroll/themes/twentyfourteen.css',
|
269 |
+
264 => 'modules/infinite-scroll/themes/twentyfifteen-rtl.css',
|
270 |
+
265 => 'modules/infinite-scroll/themes/twentythirteen.css',
|
271 |
+
266 => 'modules/videopress/css/videopress-editor-style-rtl.css',
|
272 |
+
267 => 'modules/videopress/css/videopress-editor-style.min.css',
|
273 |
+
268 => 'modules/videopress/css/editor.css',
|
274 |
+
269 => 'modules/videopress/css/videopress-editor-style-rtl.min.css',
|
275 |
+
270 => 'modules/videopress/css/editor.min.css',
|
276 |
+
271 => 'modules/videopress/css/editor-rtl.css',
|
277 |
+
272 => 'modules/videopress/css/editor-rtl.min.css',
|
278 |
+
273 => 'modules/videopress/css/videopress-editor-style.css',
|
279 |
+
274 => 'modules/videopress/js/media-video-widget-extensions.js',
|
280 |
+
275 => 'modules/videopress/js/videopress-plupload.js',
|
281 |
+
276 => 'modules/videopress/js/videopress-uploader.js',
|
282 |
+
277 => 'modules/videopress/js/editor-view.js',
|
283 |
+
278 => 'modules/videopress/js/gutenberg-video-upload.js',
|
284 |
+
279 => 'modules/videopress/videopress-admin.css',
|
285 |
+
280 => 'modules/videopress/videopress-admin.min.css',
|
286 |
+
281 => 'modules/videopress/videopress-admin-rtl.css',
|
287 |
+
282 => 'modules/videopress/videopress-admin-rtl.min.css',
|
288 |
+
283 => 'modules/tiled-gallery/tiled-gallery/tiled-gallery-rtl.css',
|
289 |
+
284 => 'modules/tiled-gallery/tiled-gallery/tiled-gallery.css',
|
290 |
+
285 => 'modules/tiled-gallery/tiled-gallery/rtl/tiled-gallery-rtl.css',
|
291 |
+
286 => 'modules/tiled-gallery/tiled-gallery/tiled-gallery.js',
|
292 |
+
287 => 'modules/simple-payments/simple-payments.css',
|
293 |
+
288 => 'modules/simple-payments/paypal-express-checkout.js',
|
294 |
+
289 => 'modules/masterbar/masterbar/overrides.css',
|
295 |
+
290 => 'modules/masterbar/masterbar/tracks-events.js',
|
296 |
+
291 => 'modules/sharedaddy/amp-sharing.css',
|
297 |
+
292 => 'modules/sharedaddy/admin-sharing-rtl.min.css',
|
298 |
+
293 => 'modules/sharedaddy/sharing.js',
|
299 |
+
294 => 'modules/sharedaddy/sharing.css',
|
300 |
+
295 => 'modules/sharedaddy/admin-sharing.js',
|
301 |
+
296 => 'modules/sharedaddy/admin-sharing.min.css',
|
302 |
+
297 => 'modules/sharedaddy/admin-sharing-rtl.css',
|
303 |
+
298 => 'modules/sharedaddy/admin-sharing.css',
|
304 |
+
299 => 'modules/custom-post-types/comics/comics.min.css',
|
305 |
+
300 => 'modules/custom-post-types/comics/comics-rtl.css',
|
306 |
+
301 => 'modules/custom-post-types/comics/comics.css',
|
307 |
+
302 => 'modules/custom-post-types/comics/comics-rtl.min.css',
|
308 |
+
303 => 'modules/custom-post-types/comics/comics.js',
|
309 |
+
304 => 'modules/custom-post-types/comics/admin.css',
|
310 |
+
305 => 'modules/custom-post-types/comics/rtl/comics-rtl.css',
|
311 |
+
306 => 'modules/custom-post-types/css/portfolio-shortcode.css',
|
312 |
+
307 => 'modules/custom-post-types/css/testimonial-shortcode.css',
|
313 |
+
308 => 'modules/custom-post-types/css/nova-font.css',
|
314 |
+
309 => 'modules/custom-post-types/css/edit-items.css',
|
315 |
+
310 => 'modules/custom-post-types/css/nova.css',
|
316 |
+
311 => 'modules/custom-post-types/css/many-items.css',
|
317 |
+
312 => 'modules/custom-post-types/js/menu-checkboxes.js',
|
318 |
+
313 => 'modules/custom-post-types/js/many-items.js',
|
319 |
+
314 => 'modules/custom-post-types/js/nova-drag-drop.js',
|
320 |
+
315 => 'modules/calypsoify/style-gutenberg-rtl.min.css',
|
321 |
+
316 => 'modules/calypsoify/style-rtl.min.css',
|
322 |
+
317 => 'modules/calypsoify/style.min.css',
|
323 |
+
318 => 'modules/calypsoify/style-gutenberg.min.css',
|
324 |
+
319 => 'modules/calypsoify/mods-gutenberg.js',
|
325 |
+
320 => 'modules/calypsoify/mods.js',
|
326 |
+
321 => 'modules/likes/post-count.js',
|
327 |
+
322 => 'modules/likes/post-count-jetpack.js',
|
328 |
+
323 => 'modules/likes/style.css',
|
329 |
+
324 => 'modules/likes/queuehandler.js',
|
330 |
+
325 => 'modules/protect/protect-dashboard-widget-rtl.min.css',
|
331 |
+
326 => 'modules/protect/protect-dashboard-widget.css',
|
332 |
+
327 => 'modules/protect/protect-dashboard-widget.min.css',
|
333 |
+
328 => 'modules/protect/protect-dashboard-widget-rtl.css',
|
334 |
+
329 => 'modules/comment-likes/comment-like-count.js',
|
335 |
+
330 => 'modules/comment-likes/admin-style.css',
|
336 |
+
331 => 'modules/gravatar/gravatar-hovercards-amp.css',
|
337 |
+
332 => 'modules/contact-form/css/editor-ui.min.css',
|
338 |
+
333 => 'modules/contact-form/css/editor-ui-rtl.css',
|
339 |
+
334 => 'modules/contact-form/css/editor-inline-editing-style.css',
|
340 |
+
335 => 'modules/contact-form/css/editor-inline-editing-style-rtl.css',
|
341 |
+
336 => 'modules/contact-form/css/editor-inline-editing-style.min.css',
|
342 |
+
337 => 'modules/contact-form/css/editor-style-rtl.min.css',
|
343 |
+
338 => 'modules/contact-form/css/jquery-ui-datepicker.css',
|
344 |
+
339 => 'modules/contact-form/css/grunion.css',
|
345 |
+
340 => 'modules/contact-form/css/editor-ui.css',
|
346 |
+
341 => 'modules/contact-form/css/editor-style.css',
|
347 |
+
342 => 'modules/contact-form/css/editor-style-rtl.css',
|
348 |
+
343 => 'modules/contact-form/css/editor-inline-editing-style-rtl.min.css',
|
349 |
+
344 => 'modules/contact-form/css/editor-style.min.css',
|
350 |
+
345 => 'modules/contact-form/css/grunion-rtl.css',
|
351 |
+
346 => 'modules/contact-form/css/editor-ui-rtl.min.css',
|
352 |
+
347 => 'modules/contact-form/js/grunion.js',
|
353 |
+
348 => 'modules/contact-form/js/grunion-admin.js',
|
354 |
+
349 => 'modules/contact-form/js/editor-view.js',
|
355 |
+
350 => 'modules/contact-form/js/grunion-frontend.js',
|
356 |
+
351 => 'modules/contact-form/js/tinymce-plugin-form-button.js',
|
357 |
+
352 => 'modules/scan/admin-bar-notice.js',
|
358 |
+
353 => 'modules/related-posts/related-posts.css',
|
359 |
+
354 => 'modules/related-posts/related-posts.js',
|
360 |
+
355 => 'modules/related-posts/related-posts-rtl.css',
|
361 |
+
356 => 'modules/related-posts/rtl/related-posts-rtl.css',
|
362 |
+
357 => 'modules/related-posts/related-posts-customizer.js',
|
363 |
+
358 => 'modules/carousel/jetpack-carousel.js',
|
364 |
+
359 => 'modules/carousel/rtl/jetpack-carousel-rtl.css',
|
365 |
+
360 => 'modules/carousel/jetpack-carousel.css',
|
366 |
+
361 => 'modules/carousel/jetpack-carousel-rtl.css',
|
367 |
+
362 => 'modules/shortcodes/css/recipes.css',
|
368 |
+
363 => 'modules/shortcodes/css/slideshow-shortcode.min.css',
|
369 |
+
364 => 'modules/shortcodes/css/slideshow-shortcode-rtl.css',
|
370 |
+
365 => 'modules/shortcodes/css/recipes-print.min.css',
|
371 |
+
366 => 'modules/shortcodes/css/recipes-rtl.css',
|
372 |
+
367 => 'modules/shortcodes/css/recipes.min.css',
|
373 |
+
368 => 'modules/shortcodes/css/recipes-print-rtl.css',
|
374 |
+
369 => 'modules/shortcodes/css/recipes-print.css',
|
375 |
+
370 => 'modules/shortcodes/css/slideshow-shortcode-rtl.min.css',
|
376 |
+
371 => 'modules/shortcodes/css/recipes-rtl.min.css',
|
377 |
+
372 => 'modules/shortcodes/css/recipes-print-rtl.min.css',
|
378 |
+
373 => 'modules/shortcodes/css/style.css',
|
379 |
+
374 => 'modules/shortcodes/css/quiz.css',
|
380 |
+
375 => 'modules/shortcodes/css/gravatar-amp.css',
|
381 |
+
376 => 'modules/shortcodes/css/slideshow-shortcode.css',
|
382 |
+
377 => 'modules/shortcodes/js/brightcove.js',
|
383 |
+
378 => 'modules/shortcodes/js/quiz.js',
|
384 |
+
379 => 'modules/shortcodes/js/recipes-printthis.js',
|
385 |
+
380 => 'modules/shortcodes/js/jmpress.js',
|
386 |
+
381 => 'modules/shortcodes/js/slideshow-shortcode.js',
|
387 |
+
382 => 'modules/shortcodes/js/main.js',
|
388 |
+
383 => 'modules/shortcodes/js/jquery.cycle.min.js',
|
389 |
+
384 => 'modules/shortcodes/js/recipes.js',
|
390 |
+
385 => 'modules/subscriptions/subscriptions.css',
|
391 |
+
386 => 'modules/search/customize-controls/class-excluded-post-types-control.css',
|
392 |
+
387 => 'modules/search/customize-controls/class-label-control.css',
|
393 |
+
388 => 'modules/search/customize-controls/class-excluded-post-types-control.js',
|
394 |
+
389 => 'modules/wordads/css/style.css',
|
395 |
+
390 => 'modules/wordads/js/wordads-ccpa.js',
|
396 |
+
391 => 'modules/custom-css/csstidy/cssparse-rtl.min.css',
|
397 |
+
392 => 'modules/custom-css/csstidy/cssparse-rtl.css',
|
398 |
+
393 => 'modules/custom-css/csstidy/cssparse.min.css',
|
399 |
+
394 => 'modules/custom-css/csstidy/cssparsed-rtl.min.css',
|
400 |
+
395 => 'modules/custom-css/csstidy/cssparsed.css',
|
401 |
+
396 => 'modules/custom-css/csstidy/cssparse.css',
|
402 |
+
397 => 'modules/custom-css/csstidy/cssparsed-rtl.css',
|
403 |
+
398 => 'modules/custom-css/csstidy/cssparsed.min.css',
|
404 |
+
399 => 'modules/custom-css/custom-css/css/blank.css',
|
405 |
+
400 => 'modules/custom-css/custom-css/css/css-editor.css',
|
406 |
+
401 => 'modules/custom-css/custom-css/css/use-codemirror.css',
|
407 |
+
402 => 'modules/custom-css/custom-css/css/codemirror.css',
|
408 |
+
403 => 'modules/custom-css/custom-css/css/codemirror-rtl.min.css',
|
409 |
+
404 => 'modules/custom-css/custom-css/css/css-editor-rtl.min.css',
|
410 |
+
405 => 'modules/custom-css/custom-css/css/css-editor-rtl.css',
|
411 |
+
406 => 'modules/custom-css/custom-css/css/customizer-control.css',
|
412 |
+
407 => 'modules/custom-css/custom-css/css/codemirror-rtl.css',
|
413 |
+
408 => 'modules/custom-css/custom-css/css/css-editor.min.css',
|
414 |
+
409 => 'modules/custom-css/custom-css/css/codemirror.min.css',
|
415 |
+
410 => 'modules/custom-css/custom-css/css/rtl/codemirror-rtl.css',
|
416 |
+
411 => 'modules/custom-css/custom-css/css/use-codemirror-rtl.css',
|
417 |
+
412 => 'modules/custom-css/custom-css/css/use-codemirror.min.css',
|
418 |
+
413 => 'modules/custom-css/custom-css/css/use-codemirror-rtl.min.css',
|
419 |
+
414 => 'modules/custom-css/custom-css/js/core-customizer-css.core-4.9.js',
|
420 |
+
415 => 'modules/custom-css/custom-css/js/css-editor.js',
|
421 |
+
416 => 'modules/custom-css/custom-css/js/codemirror.min.js',
|
422 |
+
417 => 'modules/custom-css/custom-css/js/core-customizer-css-preview.js',
|
423 |
+
418 => 'modules/custom-css/custom-css/js/core-customizer-css.js',
|
424 |
+
419 => 'modules/custom-css/custom-css/js/use-codemirror.js',
|
425 |
+
420 => 'modules/sso/jetpack-sso-login.css',
|
426 |
+
421 => 'modules/sso/jetpack-sso-login.js',
|
427 |
+
422 => 'modules/sso/jetpack-sso-login-rtl.css',
|
428 |
+
423 => 'modules/sso/jetpack-sso-login.min.css',
|
429 |
+
424 => 'modules/sso/jetpack-sso-login-rtl.min.css',
|
430 |
+
425 => 'modules/theme-tools/site-logo/css/site-logo-control.css',
|
431 |
+
426 => 'modules/theme-tools/site-logo/css/site-logo-control-rtl.min.css',
|
432 |
+
427 => 'modules/theme-tools/site-logo/css/site-logo-control.min.css',
|
433 |
+
428 => 'modules/theme-tools/site-logo/css/site-logo-control-rtl.css',
|
434 |
+
429 => 'modules/theme-tools/site-logo/js/site-logo.min.js',
|
435 |
+
430 => 'modules/theme-tools/site-logo/js/site-logo.js',
|
436 |
+
431 => 'modules/theme-tools/site-logo/js/site-logo-header-text.js',
|
437 |
+
432 => 'modules/theme-tools/site-logo/js/site-logo-control.js',
|
438 |
+
433 => 'modules/theme-tools/site-logo/js/site-logo-header-text.min.js',
|
439 |
+
434 => 'modules/theme-tools/site-logo/js/site-logo-control.min.js',
|
440 |
+
435 => 'modules/theme-tools/compat/twentysixteen.css',
|
441 |
+
436 => 'modules/theme-tools/compat/twentytwentyone-rtl.css',
|
442 |
+
437 => 'modules/theme-tools/compat/twentynineteen.css',
|
443 |
+
438 => 'modules/theme-tools/compat/twentytwenty-rtl.css',
|
444 |
+
439 => 'modules/theme-tools/compat/twentyfourteen-rtl.css',
|
445 |
+
440 => 'modules/theme-tools/compat/twentyfifteen.css',
|
446 |
+
441 => 'modules/theme-tools/compat/twentysixteen-rtl.css',
|
447 |
+
442 => 'modules/theme-tools/compat/twentynineteen-rtl.css',
|
448 |
+
443 => 'modules/theme-tools/compat/twentytwentyone.css',
|
449 |
+
444 => 'modules/theme-tools/compat/twentyfourteen.css',
|
450 |
+
445 => 'modules/theme-tools/compat/twentytwenty.css',
|
451 |
+
446 => 'modules/theme-tools/compat/twentyfifteen-rtl.css',
|
452 |
+
447 => 'modules/theme-tools/content-options/customizer.js',
|
453 |
+
448 => 'modules/theme-tools/js/suggest.js',
|
454 |
+
449 => 'modules/theme-tools/social-menu/social-menu.css',
|
455 |
+
450 => 'modules/theme-tools/responsive-videos/responsive-videos.css',
|
456 |
+
451 => 'modules/theme-tools/responsive-videos/responsive-videos.js',
|
457 |
+
452 => 'modules/theme-tools/responsive-videos/responsive-videos.min.js',
|
458 |
+
453 => 'modules/post-by-email/post-by-email-rtl.css',
|
459 |
+
454 => 'modules/post-by-email/post-by-email.min.css',
|
460 |
+
455 => 'modules/post-by-email/post-by-email-rtl.min.css',
|
461 |
+
456 => 'modules/post-by-email/post-by-email.css',
|
462 |
+
457 => 'modules/post-by-email/post-by-email.js',
|
463 |
+
458 => 'modules/.eslintrc.js',
|
464 |
+
459 => 'modules/photon/photon.js',
|
465 |
+
460 => 'modules/plugin-search/plugin-search.css',
|
466 |
+
461 => 'modules/plugin-search/plugin-search.js',
|
467 |
+
462 => 'modules/widget-visibility/widget-conditions/widget-conditions-rtl.min.css',
|
468 |
+
463 => 'modules/widget-visibility/widget-conditions/widget-conditions-rtl.css',
|
469 |
+
464 => 'modules/widget-visibility/widget-conditions/widget-conditions.min.css',
|
470 |
+
465 => 'modules/widget-visibility/widget-conditions/widget-conditions.css',
|
471 |
+
466 => 'modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css',
|
472 |
+
467 => 'modules/widget-visibility/widget-conditions/widget-conditions.js',
|
473 |
+
468 => 'modules/widgets/simple-payments/customizer.css',
|
474 |
+
469 => 'modules/widgets/simple-payments/customizer.js',
|
475 |
+
470 => 'modules/widgets/simple-payments/style.css',
|
476 |
+
471 => 'modules/widgets/twitter-timeline-admin.js',
|
477 |
+
472 => 'modules/widgets/facebook-likebox/style.css',
|
478 |
+
473 => 'modules/widgets/customizer-utils.js',
|
479 |
+
474 => 'modules/widgets/goodreads/css/goodreads.css',
|
480 |
+
475 => 'modules/widgets/goodreads/css/rtl/goodreads-rtl.css',
|
481 |
+
476 => 'modules/widgets/social-media-icons/style.css',
|
482 |
+
477 => 'modules/widgets/my-community/style.css',
|
483 |
+
478 => 'modules/widgets/authors/style.css',
|
484 |
+
479 => 'modules/widgets/social-icons/social-icons-admin.js',
|
485 |
+
480 => 'modules/widgets/social-icons/social-icons-admin.css',
|
486 |
+
481 => 'modules/widgets/social-icons/social-icons.css',
|
487 |
+
482 => 'modules/widgets/eu-cookie-law/eu-cookie-law.js',
|
488 |
+
483 => 'modules/widgets/eu-cookie-law/style.css',
|
489 |
+
484 => 'modules/widgets/eu-cookie-law/eu-cookie-law-admin.js',
|
490 |
+
485 => 'modules/widgets/flickr/style.css',
|
491 |
+
486 => 'modules/widgets/gallery/css/admin-rtl.min.css',
|
492 |
+
487 => 'modules/widgets/gallery/css/admin.css',
|
493 |
+
488 => 'modules/widgets/gallery/css/admin-rtl.css',
|
494 |
+
489 => 'modules/widgets/gallery/css/admin.min.css',
|
495 |
+
490 => 'modules/widgets/gallery/css/rtl/admin-rtl.css',
|
496 |
+
491 => 'modules/widgets/gallery/js/gallery.js',
|
497 |
+
492 => 'modules/widgets/gallery/js/admin.js',
|
498 |
+
493 => 'modules/widgets/top-posts/style.css',
|
499 |
+
494 => 'modules/widgets/milestone/style-admin.css',
|
500 |
+
495 => 'modules/widgets/milestone/milestone.js',
|
501 |
+
496 => 'modules/widgets/milestone/admin.js',
|
502 |
+
497 => 'modules/widgets/search/css/search-widget-frontend.css',
|
503 |
+
498 => 'modules/widgets/search/css/search-widget-admin-ui.css',
|
504 |
+
499 => 'modules/widgets/search/js/search-widget-admin.js',
|
505 |
+
500 => 'modules/widgets/search/js/search-widget.js',
|
506 |
+
501 => 'modules/widgets/contact-info/contact-info-admin.js',
|
507 |
+
502 => 'modules/widgets/contact-info/contact-info-map.css',
|
508 |
+
503 => 'modules/widgets/image-widget/style.css',
|
509 |
+
504 => 'modules/widgets/customizer-controls.css',
|
510 |
+
505 => 'modules/widgets/google-translate/google-translate.js',
|
511 |
+
506 => 'modules/widgets/wordpress-post-widget/style.css',
|
512 |
+
507 => 'modules/widgets/instagram/instagram.css',
|
513 |
+
508 => 'modules/widgets/gravatar-profile.css',
|
514 |
+
509 => 'modules/wpgroho.js',
|
515 |
);
|
modules/wordads/css/wordads-ccpa.min.css
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
/* Do not modify this file directly. It is compiled SASS code. */
|
2 |
-
@media (max-width: 599px){body.admin-bar .cleanslate .components-modal__frame{top:46px !important}}.cleanslate .components-modal__screen-overlay,.cleanslate .ccpa__loading-overlay{position:fixed !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;background-color:rgba(0,0,0,0.7) !important;z-index:2147483647 !important;animation:edit-post__fade-in-animation 0.2s ease-out 0s !important;animation-fill-mode:forwards !important}.cleanslate .components-modal__frame{position:absolute !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;box-sizing:border-box !important;margin:0 !important;border:1px solid #e2e4e7 !important;background:#fff !important;box-shadow:0 3px 30px rgba(25,30,35,0.2) !important;overflow:auto !important}.cleanslate .ccpa__loading-message{position:absolute !important;top:50% !important;right:0 !important;bottom:0 !important;left:0 !important;box-sizing:border-box !important;margin:0 !important;text-align:center !important;color:#ffffff !important}@media (min-width: 600px){.cleanslate .components-modal__frame{top:50% !important;right:auto !important;bottom:auto !important;left:50% !important;min-width:360px !important;max-width:580px !important;max-height:calc(100% - 56px - 56px) !important;transform:translate(-50%, -50%) !important;animation:components-modal__appear-animation 0.1s ease-out !important;animation-fill-mode:forwards !important}}@keyframes components-modal__appear-animation{from{margin-top:32px !important}to{margin-top:0 !important}}.cleanslate .components-modal__header{box-sizing:border-box !important;border-bottom:1px solid #e2e4e7 !important;padding:0 16px !important;display:flex !important;flex-direction:row !important;justify-content:space-between !important;background:#fff !important;align-items:center !important;height:56px !important;position:-webkit-sticky !important;position:sticky !important;top:0 !important;z-index:10 !important;margin:0 -16px 16px !important}.cleanslate .components-modal__header .components-modal__header-heading{font-size:16px !important;font-weight:600 !important}.cleanslate .components-modal__header h1{line-height:1 !important;margin:0 !important}.cleanslate .components-modal__header-heading-container{align-items:center !important;flex-grow:1 !important;display:flex !important;flex-direction:row !important;justify-content:left !important}.cleanslate .components-modal__content{box-sizing:border-box !important;height:100% !important;padding:0 16px !important}.cleanslate .components-modal__footer{box-sizing:border-box !important;border-top:1px solid #e2e4e7 !important;padding:0 16px !important;background:#fff !important;height:110px !important;position:-webkit-sticky !important;position:sticky !important;bottom:0 !important;z-index:10 !important;margin:0 -16px !important}.cleanslate .components-modal__footer-bottom{display:flex !important;flex-direction:row-reverse !important;justify-content:space-between !important;align-items:center !important}.cleanslate .components-button{display:inline-flex !important;text-decoration:none !important;font-size:13px !important;margin:0 !important;border:0 !important;cursor:pointer !important;-webkit-appearance:none !important;background:none !important}.cleanslate .components-icon-button{display:flex !important;align-items:center !important;padding:8px !important;margin:0 !important;border:none !important;background:none !important;color:#555d66 !important;position:relative !important;overflow:hidden !important;border-radius:4px !important;box-shadow:none !important;outline:none !important}.cleanslate .components-icon-button:active{background:none !important}.cleanslate .components-icon-button .dashicon{display:inline-block !important;flex:0 0 auto !important}.cleanslate .components-icon-button svg{fill:currentColor !important;outline:none !important;cursor:pointer !important}.cleanslate .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover,.cleanslate .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):focus{background-color:#fff !important;color:#191e23 !important;box-shadow:inset 0 0 0 1px #e2e4e7,inset 0 0 0 2px #fff,0 1px 1px rgba(25,30,35,0.2) !important}.cleanslate .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):active{outline:none !important;background-color:#fff !important;color:#191e23 !important;box-shadow:inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff !important}.cleanslate .components-icon-button[aria-disabled="true"]:focus,.cleanslate .components-icon-button:disabled:focus{box-shadow:none !important}.cleanslate .components-form-toggle{position:relative !important;display:inline-block !important}.cleanslate .components-form-toggle.disabled{opacity:0.5 !important}.cleanslate .components-form-toggle .components-form-toggle__on,.cleanslate .components-form-toggle .components-form-toggle__off{position:absolute !important;top:6px !important;box-sizing:border-box !important;width:2px !important;height:6px !important;overflow:hidden !important}.cleanslate .components-form-toggle.is-checked .components-form-toggle__on{display:block !important}.cleanslate .components-form-toggle.is-checked .components-form-toggle__off{display:none !important}.cleanslate .components-form-toggle .components-form-toggle__off{color:#6c7781 !important;fill:currentColor !important;right:6px !important;width:6px !important}.cleanslate .components-form-toggle .components-form-toggle__on{left:8px !important;display:none !important}.cleanslate .components-form-toggle .components-form-toggle__track{content:"" !important;display:inline-block !important;box-sizing:border-box !important;vertical-align:top !important;background-color:#fff !important;border:2px solid #6c7781 !important;width:36px !important;height:18px !important;border-radius:9px !important;transition:0.2s background ease !important}@media (prefers-reduced-motion: reduce){.cleanslate .components-form-toggle .components-form-toggle__track{transition-duration:0s !important}}.cleanslate .components-form-toggle .components-form-toggle__thumb{display:block !important;position:absolute !important;box-sizing:border-box !important;top:4px !important;left:4px !important;width:10px !important;height:10px !important;border-radius:50% !important;transition:0.1s transform ease !important;background-color:#6c7781 !important;border:5px solid #6c7781 !important}@media (prefers-reduced-motion: reduce){.cleanslate .components-form-toggle .components-form-toggle__thumb{transition-duration:0s !important}}.cleanslate .components-form-toggle:hover .components-form-toggle__track{border:2px solid #555d66 !important}.cleanslate .components-form-toggle:hover .components-form-toggle__thumb{background-color:#555d66 !important;border:5px solid #6c7781 !important}.cleanslate .components-form-toggle:hover .components-form-toggle__off{color:#555d66 !important}.cleanslate .components-form-toggle.is-checked .components-form-toggle__track{background-color:#11a0d2 !important;border:2px solid #11a0d2 !important;border:9px solid transparent !important}.cleanslate .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 2px #fff, 0 0 0 3px #6c7781 !important;outline:2px solid transparent !important;outline-offset:2px !important}.cleanslate .components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff !important;border-width:0 !important;transform:translateX(18px) !important}.cleanslate .components-form-toggle.is-checked::before{background-color:#11a0d2 !important;border:2px solid #11a0d2 !important}.cleanslate .components-disabled .components-form-toggle{opacity:0.3 !important}.cleanslate .components-form-toggle input.components-form-toggle__input[type="checkbox"]{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;opacity:0 !important;margin:0 !important;padding:0 !important;z-index:1 !important;border:none !important}.cleanslate .components-form-toggle.disabled input.components-form-toggle__input[type="checkbox"]{cursor:default !important}.cleanslate .components-form-toggle input.components-form-toggle__input[type="checkbox"]:checked{background:none !important}.cleanslate .components-form-toggle input.components-form-toggle__input[type="checkbox"]::before{content:"" !important}.cleanslate .components-form-toggle .components-form-toggle__on{outline:1px solid transparent !important;outline-offset:-1px !important;border:1px solid #000 !important;filter:invert(100%) contrast(500%) !important}.cleanslate .components-button{display:inline-flex !important;text-decoration:none !important;font-size:13px !important;margin:0 !important;border:0 !important;cursor:pointer !important;-webkit-appearance:none !important;background:none !important}.cleanslate .components-button.is-button{padding:0 10px 1px !important;line-height:26px !important;height:28px !important;border-radius:3px !important;white-space:nowrap !important;border-width:1px !important;border-style:solid !important}.cleanslate .components-button.is-primary{background:#0085ba !important;border-color:#006a95 #00648c #00648c !important;box-shadow:inset 0 -1px 0 #00648c !important;color:#fff !important;text-decoration:none !important;text-shadow:0 -1px 1px #005d82,1px 0 1px #005d82,0 1px 1px #005d82,-1px 0 1px #005d82 !important}.cleanslate .components-button.is-primary:hover,.cleanslate .components-button.is-primary:focus:enabled{background:#007eb1 !important;border-color:#00435d !important;color:#fff !important}.cleanslate .components-button.is-primary:hover{box-shadow:inset 0 -1px 0 #00435d !important}.cleanslate .components-button.is-primary:active:enabled{background:#006a95 !important;border-color:#00435d !important;box-shadow:inset 0 1px 0 #00435d !important;vertical-align:top !important}.cleanslate .components-button.is-primary:disabled,.cleanslate .components-button.is-primary:disabled:active:enabled,.cleanslate .components-button.is-primary[aria-disabled="true"],.cleanslate .components-button.is-primary[aria-disabled="true"]:active:enabled{color:#66b6d6 !important;background:#0085ba !important;border-color:#007cad !important;box-shadow:none !important;text-shadow:none !important;opacity:1 !important}.cleanslate .components-button.is-primary:disabled.is-button,.cleanslate .components-button.is-primary:disabled.is-button:hover,.cleanslate .components-button.is-primary:disabled:active:enabled,.cleanslate .components-button.is-primary:disabled:active:enabled.is-button,.cleanslate .components-button.is-primary:disabled:active:enabled.is-button:hover,.cleanslate .components-button.is-primary:disabled:active:enabled:active:enabled,.cleanslate .components-button.is-primary[aria-disabled="true"].is-button,.cleanslate .components-button.is-primary[aria-disabled="true"].is-button:hover,.cleanslate .components-button.is-primary[aria-disabled="true"]:active:enabled,.cleanslate .components-button.is-primary[aria-disabled="true"]:active:enabled.is-button,.cleanslate .components-button.is-primary[aria-disabled="true"]:active:enabled.is-button:hover,.cleanslate .components-button.is-primary[aria-disabled="true"]:active:enabled:active:enabled{box-shadow:none !important;text-shadow:none !important}.cleanslate .components-button.is-primary:disabled:focus:enabled,.cleanslate .components-button.is-primary:disabled:active:enabled:focus:enabled,.cleanslate .components-button.is-primary[aria-disabled="true"]:focus:enabled,.cleanslate .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled{color:#66b6d6 !important;border-color:#007cad !important;box-shadow:0 0 0 1px #fff, 0 0 0 3px #007cba !important}.cleanslate .ccpa-settings{font-size:13px !important;line-height:20px !important;color:#1a1a1a !important;border-bottom:1px solid #e2e4e7 !important}.cleanslate .ccpa-setting{margin:0 -16px 10px -16px !important;padding:16px !important;border-bottom:1px solid #e2e4e7 !important}.cleanslate .ccpa-setting__header{font-weight:bold !important}.cleanslate .ccpa-setting__text{padding-right:50px !important}.cleanslate .ccpa-setting__toggle{float:right !important}.cleanslate .ccpa-setting__toggle-text{float:right !important;margin-right:8px !important;margin-top:-2px !important;display:none !important}.cleanslate .ccpa-setting__toggle-text-off{display:inline-block !important}.cleanslate .is-checked>.ccpa-setting__toggle-text-off{display:none !important}.cleanslate .is-checked>.ccpa-setting__toggle-text-on{display:inline-block !important}.cleanslate .ccpa-privacy,.cleanslate .ccpa-privacy:visited{color:#0085ba !important;text-decoration:none !important}
|
|
|
|
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 ComposerAutoloaderInit7d7a83344d3b2ded1a3491aa12e59d99::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/ClassLoader.php
CHANGED
@@ -37,8 +37,8 @@ namespace Composer\Autoload;
|
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
-
* @see
|
41 |
-
* @see
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
+
* @see https://www.php-fig.org/psr/psr-0/
|
41 |
+
* @see https://www.php-fig.org/psr/psr-4/
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
vendor/composer/InstalledVersions.php
ADDED
@@ -0,0 +1,443 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace Composer;
|
4 |
+
|
5 |
+
use Composer\Semver\VersionParser;
|
6 |
+
|
7 |
+
|
8 |
+
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
class InstalledVersions
|
13 |
+
{
|
14 |
+
private static $installed = array (
|
15 |
+
'root' =>
|
16 |
+
array (
|
17 |
+
'pretty_version' => 'dev-master',
|
18 |
+
'version' => 'dev-master',
|
19 |
+
'aliases' =>
|
20 |
+
array (
|
21 |
+
),
|
22 |
+
'reference' => '5687756eda3d6efef7b439f432c90abadcb28987',
|
23 |
+
'name' => 'automattic/jetpack',
|
24 |
+
),
|
25 |
+
'versions' =>
|
26 |
+
array (
|
27 |
+
'automattic/jetpack' =>
|
28 |
+
array (
|
29 |
+
'pretty_version' => 'dev-master',
|
30 |
+
'version' => 'dev-master',
|
31 |
+
'aliases' =>
|
32 |
+
array (
|
33 |
+
),
|
34 |
+
'reference' => '5687756eda3d6efef7b439f432c90abadcb28987',
|
35 |
+
),
|
36 |
+
'automattic/jetpack-a8c-mc-stats' =>
|
37 |
+
array (
|
38 |
+
'pretty_version' => 'v1.2.0',
|
39 |
+
'version' => '1.2.0.0',
|
40 |
+
'aliases' =>
|
41 |
+
array (
|
42 |
+
),
|
43 |
+
'reference' => '9daa7d933679f7c3c38f1a2a1eaeaa87d7b43e37',
|
44 |
+
),
|
45 |
+
'automattic/jetpack-abtest' =>
|
46 |
+
array (
|
47 |
+
'pretty_version' => 'v1.8.4',
|
48 |
+
'version' => '1.8.4.0',
|
49 |
+
'aliases' =>
|
50 |
+
array (
|
51 |
+
),
|
52 |
+
'reference' => '5eb3addbca6cbbc0603cbf74b653078615bb92d7',
|
53 |
+
),
|
54 |
+
'automattic/jetpack-assets' =>
|
55 |
+
array (
|
56 |
+
'pretty_version' => 'v1.9.1',
|
57 |
+
'version' => '1.9.1.0',
|
58 |
+
'aliases' =>
|
59 |
+
array (
|
60 |
+
),
|
61 |
+
'reference' => '2eb64917ef18f9e26258ff1e1bfadf3ff71e7518',
|
62 |
+
),
|
63 |
+
'automattic/jetpack-autoloader' =>
|
64 |
+
array (
|
65 |
+
'pretty_version' => 'v2.6.0',
|
66 |
+
'version' => '2.6.0.0',
|
67 |
+
'aliases' =>
|
68 |
+
array (
|
69 |
+
),
|
70 |
+
'reference' => '47dde8dbca6b1e30f176725f2f748a9abefcaf58',
|
71 |
+
),
|
72 |
+
'automattic/jetpack-backup' =>
|
73 |
+
array (
|
74 |
+
'pretty_version' => 'v1.0.2',
|
75 |
+
'version' => '1.0.2.0',
|
76 |
+
'aliases' =>
|
77 |
+
array (
|
78 |
+
),
|
79 |
+
'reference' => 'ea2aaa9be3697d8b885a74a11411c7818fba5a75',
|
80 |
+
),
|
81 |
+
'automattic/jetpack-blocks' =>
|
82 |
+
array (
|
83 |
+
'pretty_version' => 'v1.1.1',
|
84 |
+
'version' => '1.1.1.0',
|
85 |
+
'aliases' =>
|
86 |
+
array (
|
87 |
+
),
|
88 |
+
'reference' => '4f1ac651e6a5746c9ef10f93fa61d4b5777d2e31',
|
89 |
+
),
|
90 |
+
'automattic/jetpack-compat' =>
|
91 |
+
array (
|
92 |
+
'pretty_version' => 'v1.5.1',
|
93 |
+
'version' => '1.5.1.0',
|
94 |
+
'aliases' =>
|
95 |
+
array (
|
96 |
+
),
|
97 |
+
'reference' => '00165f14c19729d4b28ed5a67d1e2b68393ae291',
|
98 |
+
),
|
99 |
+
'automattic/jetpack-config' =>
|
100 |
+
array (
|
101 |
+
'pretty_version' => 'v1.4.2',
|
102 |
+
'version' => '1.4.2.0',
|
103 |
+
'aliases' =>
|
104 |
+
array (
|
105 |
+
),
|
106 |
+
'reference' => '0f4b1f66f276cc2352d5fa0c29f98566df8efdd3',
|
107 |
+
),
|
108 |
+
'automattic/jetpack-connection' =>
|
109 |
+
array (
|
110 |
+
'pretty_version' => 'v1.21.1',
|
111 |
+
'version' => '1.21.1.0',
|
112 |
+
'aliases' =>
|
113 |
+
array (
|
114 |
+
),
|
115 |
+
'reference' => 'd44cc99636389cff1f7ca0e1a2aee630b9d1673f',
|
116 |
+
),
|
117 |
+
'automattic/jetpack-constants' =>
|
118 |
+
array (
|
119 |
+
'pretty_version' => 'v1.5.1',
|
120 |
+
'version' => '1.5.1.0',
|
121 |
+
'aliases' =>
|
122 |
+
array (
|
123 |
+
),
|
124 |
+
'reference' => '18f772daddc8be5df76c9f4a92e017a3c2569a5b',
|
125 |
+
),
|
126 |
+
'automattic/jetpack-device-detection' =>
|
127 |
+
array (
|
128 |
+
'pretty_version' => 'v1.2.1',
|
129 |
+
'version' => '1.2.1.0',
|
130 |
+
'aliases' =>
|
131 |
+
array (
|
132 |
+
),
|
133 |
+
'reference' => 'c6c98a5590b4dfe28c7331f51a24b5a3e682a412',
|
134 |
+
),
|
135 |
+
'automattic/jetpack-error' =>
|
136 |
+
array (
|
137 |
+
'pretty_version' => 'v1.2.0',
|
138 |
+
'version' => '1.2.0.0',
|
139 |
+
'aliases' =>
|
140 |
+
array (
|
141 |
+
),
|
142 |
+
'reference' => '8ebe103c86f6a423e3abffb2812d787600bf9ea0',
|
143 |
+
),
|
144 |
+
'automattic/jetpack-heartbeat' =>
|
145 |
+
array (
|
146 |
+
'pretty_version' => 'v1.2.2',
|
147 |
+
'version' => '1.2.2.0',
|
148 |
+
'aliases' =>
|
149 |
+
array (
|
150 |
+
),
|
151 |
+
'reference' => '22bfefe0477978a1aca5410f406b020bf5a6920e',
|
152 |
+
),
|
153 |
+
'automattic/jetpack-jitm' =>
|
154 |
+
array (
|
155 |
+
'pretty_version' => 'v1.12.1',
|
156 |
+
'version' => '1.12.1.0',
|
157 |
+
'aliases' =>
|
158 |
+
array (
|
159 |
+
),
|
160 |
+
'reference' => 'a7a407d9695316c3163465af07411c06b10096fa',
|
161 |
+
),
|
162 |
+
'automattic/jetpack-lazy-images' =>
|
163 |
+
array (
|
164 |
+
'pretty_version' => 'v1.1.2',
|
165 |
+
'version' => '1.1.2.0',
|
166 |
+
'aliases' =>
|
167 |
+
array (
|
168 |
+
),
|
169 |
+
'reference' => '489ba6b2c4fd15b47bbdb3dbbc75b68a483ef4d9',
|
170 |
+
),
|
171 |
+
'automattic/jetpack-licensing' =>
|
172 |
+
array (
|
173 |
+
'pretty_version' => 'v1.2.4',
|
174 |
+
'version' => '1.2.4.0',
|
175 |
+
'aliases' =>
|
176 |
+
array (
|
177 |
+
),
|
178 |
+
'reference' => 'b02e82ea6abaf4dbc325d54be98d300cf930c9e8',
|
179 |
+
),
|
180 |
+
'automattic/jetpack-logo' =>
|
181 |
+
array (
|
182 |
+
'pretty_version' => 'v1.4.0',
|
183 |
+
'version' => '1.4.0.0',
|
184 |
+
'aliases' =>
|
185 |
+
array (
|
186 |
+
),
|
187 |
+
'reference' => '4e209e3515f43f1586b25755c626cc3ec8e7b06c',
|
188 |
+
),
|
189 |
+
'automattic/jetpack-options' =>
|
190 |
+
array (
|
191 |
+
'pretty_version' => 'v1.9.1',
|
192 |
+
'version' => '1.9.1.0',
|
193 |
+
'aliases' =>
|
194 |
+
array (
|
195 |
+
),
|
196 |
+
'reference' => '59c630e3d88f878195f2076971e7d5e2a72941ee',
|
197 |
+
),
|
198 |
+
'automattic/jetpack-partner' =>
|
199 |
+
array (
|
200 |
+
'pretty_version' => 'v1.3.1',
|
201 |
+
'version' => '1.3.1.0',
|
202 |
+
'aliases' =>
|
203 |
+
array (
|
204 |
+
),
|
205 |
+
'reference' => '3656927fbe34e0dfacda1e3814556fe545aaca65',
|
206 |
+
),
|
207 |
+
'automattic/jetpack-redirect' =>
|
208 |
+
array (
|
209 |
+
'pretty_version' => 'v1.4.1',
|
210 |
+
'version' => '1.4.1.0',
|
211 |
+
'aliases' =>
|
212 |
+
array (
|
213 |
+
),
|
214 |
+
'reference' => 'de76b20f8667656e1901499abe09e674ccb830e9',
|
215 |
+
),
|
216 |
+
'automattic/jetpack-roles' =>
|
217 |
+
array (
|
218 |
+
'pretty_version' => 'v1.3.1',
|
219 |
+
'version' => '1.3.1.0',
|
220 |
+
'aliases' =>
|
221 |
+
array (
|
222 |
+
),
|
223 |
+
'reference' => '10234f39a2294d7c2598e7492477031470f5a01b',
|
224 |
+
),
|
225 |
+
'automattic/jetpack-status' =>
|
226 |
+
array (
|
227 |
+
'pretty_version' => 'v1.6.0',
|
228 |
+
'version' => '1.6.0.0',
|
229 |
+
'aliases' =>
|
230 |
+
array (
|
231 |
+
),
|
232 |
+
'reference' => '5ae34fcc1b5c48594778dbdb2783910109746d45',
|
233 |
+
),
|
234 |
+
'automattic/jetpack-sync' =>
|
235 |
+
array (
|
236 |
+
'pretty_version' => 'v1.18.1',
|
237 |
+
'version' => '1.18.1.0',
|
238 |
+
'aliases' =>
|
239 |
+
array (
|
240 |
+
),
|
241 |
+
'reference' => 'e4f714c10b9b3caad9bccfd1a3427dbd5b0cf7bc',
|
242 |
+
),
|
243 |
+
'automattic/jetpack-terms-of-service' =>
|
244 |
+
array (
|
245 |
+
'pretty_version' => 'v1.8.2',
|
246 |
+
'version' => '1.8.2.0',
|
247 |
+
'aliases' =>
|
248 |
+
array (
|
249 |
+
),
|
250 |
+
'reference' => '25bbbdee520eb17f9a30e899255494583a2bbb64',
|
251 |
+
),
|
252 |
+
'automattic/jetpack-tracking' =>
|
253 |
+
array (
|
254 |
+
'pretty_version' => 'v1.11.1',
|
255 |
+
'version' => '1.11.1.0',
|
256 |
+
'aliases' =>
|
257 |
+
array (
|
258 |
+
),
|
259 |
+
'reference' => '982936c59852e8fd3768a8e33121db63928fba76',
|
260 |
+
),
|
261 |
+
'nojimage/twitter-text-php' =>
|
262 |
+
array (
|
263 |
+
'pretty_version' => 'v3.1.1',
|
264 |
+
'version' => '3.1.1.0',
|
265 |
+
'aliases' =>
|
266 |
+
array (
|
267 |
+
),
|
268 |
+
'reference' => '7f466b331cebfdd00e3568acaf45f2e90a39a320',
|
269 |
+
),
|
270 |
+
),
|
271 |
+
);
|
272 |
+
|
273 |
+
|
274 |
+
|
275 |
+
|
276 |
+
|
277 |
+
|
278 |
+
|
279 |
+
public static function getInstalledPackages()
|
280 |
+
{
|
281 |
+
return array_keys(self::$installed['versions']);
|
282 |
+
}
|
283 |
+
|
284 |
+
|
285 |
+
|
286 |
+
|
287 |
+
|
288 |
+
|
289 |
+
|
290 |
+
|
291 |
+
|
292 |
+
public static function isInstalled($packageName)
|
293 |
+
{
|
294 |
+
return isset(self::$installed['versions'][$packageName]);
|
295 |
+
}
|
296 |
+
|
297 |
+
|
298 |
+
|
299 |
+
|
300 |
+
|
301 |
+
|
302 |
+
|
303 |
+
|
304 |
+
|
305 |
+
|
306 |
+
|
307 |
+
|
308 |
+
|
309 |
+
|
310 |
+
public static function satisfies(VersionParser $parser, $packageName, $constraint)
|
311 |
+
{
|
312 |
+
$constraint = $parser->parseConstraints($constraint);
|
313 |
+
$provided = $parser->parseConstraints(self::getVersionRanges($packageName));
|
314 |
+
|
315 |
+
return $provided->matches($constraint);
|
316 |
+
}
|
317 |
+
|
318 |
+
|
319 |
+
|
320 |
+
|
321 |
+
|
322 |
+
|
323 |
+
|
324 |
+
|
325 |
+
|
326 |
+
|
327 |
+
public static function getVersionRanges($packageName)
|
328 |
+
{
|
329 |
+
if (!isset(self::$installed['versions'][$packageName])) {
|
330 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
331 |
+
}
|
332 |
+
|
333 |
+
$ranges = array();
|
334 |
+
if (isset(self::$installed['versions'][$packageName]['pretty_version'])) {
|
335 |
+
$ranges[] = self::$installed['versions'][$packageName]['pretty_version'];
|
336 |
+
}
|
337 |
+
if (array_key_exists('aliases', self::$installed['versions'][$packageName])) {
|
338 |
+
$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['aliases']);
|
339 |
+
}
|
340 |
+
if (array_key_exists('replaced', self::$installed['versions'][$packageName])) {
|
341 |
+
$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['replaced']);
|
342 |
+
}
|
343 |
+
if (array_key_exists('provided', self::$installed['versions'][$packageName])) {
|
344 |
+
$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['provided']);
|
345 |
+
}
|
346 |
+
|
347 |
+
return implode(' || ', $ranges);
|
348 |
+
}
|
349 |
+
|
350 |
+
|
351 |
+
|
352 |
+
|
353 |
+
|
354 |
+
public static function getVersion($packageName)
|
355 |
+
{
|
356 |
+
if (!isset(self::$installed['versions'][$packageName])) {
|
357 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
358 |
+
}
|
359 |
+
|
360 |
+
if (!isset(self::$installed['versions'][$packageName]['version'])) {
|
361 |
+
return null;
|
362 |
+
}
|
363 |
+
|
364 |
+
return self::$installed['versions'][$packageName]['version'];
|
365 |
+
}
|
366 |
+
|
367 |
+
|
368 |
+
|
369 |
+
|
370 |
+
|
371 |
+
public static function getPrettyVersion($packageName)
|
372 |
+
{
|
373 |
+
if (!isset(self::$installed['versions'][$packageName])) {
|
374 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
375 |
+
}
|
376 |
+
|
377 |
+
if (!isset(self::$installed['versions'][$packageName]['pretty_version'])) {
|
378 |
+
return null;
|
379 |
+
}
|
380 |
+
|
381 |
+
return self::$installed['versions'][$packageName]['pretty_version'];
|
382 |
+
}
|
383 |
+
|
384 |
+
|
385 |
+
|
386 |
+
|
387 |
+
|
388 |
+
public static function getReference($packageName)
|
389 |
+
{
|
390 |
+
if (!isset(self::$installed['versions'][$packageName])) {
|
391 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
392 |
+
}
|
393 |
+
|
394 |
+
if (!isset(self::$installed['versions'][$packageName]['reference'])) {
|
395 |
+
return null;
|
396 |
+
}
|
397 |
+
|
398 |
+
return self::$installed['versions'][$packageName]['reference'];
|
399 |
+
}
|
400 |
+
|
401 |
+
|
402 |
+
|
403 |
+
|
404 |
+
|
405 |
+
public static function getRootPackage()
|
406 |
+
{
|
407 |
+
return self::$installed['root'];
|
408 |
+
}
|
409 |
+
|
410 |
+
|
411 |
+
|
412 |
+
|
413 |
+
|
414 |
+
|
415 |
+
|
416 |
+
public static function getRawData()
|
417 |
+
{
|
418 |
+
return self::$installed;
|
419 |
+
}
|
420 |
+
|
421 |
+
|
422 |
+
|
423 |
+
|
424 |
+
|
425 |
+
|
426 |
+
|
427 |
+
|
428 |
+
|
429 |
+
|
430 |
+
|
431 |
+
|
432 |
+
|
433 |
+
|
434 |
+
|
435 |
+
|
436 |
+
|
437 |
+
|
438 |
+
|
439 |
+
public static function reload($data)
|
440 |
+
{
|
441 |
+
self::$installed = $data;
|
442 |
+
}
|
443 |
+
}
|
vendor/composer/LICENSE
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
Copyright (c) Nils Adermann, Jordi Boggiano
|
2 |
|
3 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -17,3 +18,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19 |
THE SOFTWARE.
|
|
1 |
+
|
2 |
Copyright (c) Nils Adermann, Jordi Boggiano
|
3 |
|
4 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
18 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
20 |
THE SOFTWARE.
|
21 |
+
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -88,6 +88,7 @@ return array(
|
|
88 |
'Automattic\\Jetpack\\Sync\\Utils' => $vendorDir . '/automattic/jetpack-sync/src/class-utils.php',
|
89 |
'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
|
90 |
'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php',
|
|
|
91 |
'JetpackTracking' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpacktracking.php',
|
92 |
'Jetpack_Client' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-client.php',
|
93 |
'Jetpack_IXR_Client' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
|
88 |
'Automattic\\Jetpack\\Sync\\Utils' => $vendorDir . '/automattic/jetpack-sync/src/class-utils.php',
|
89 |
'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
|
90 |
'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php',
|
91 |
+
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
92 |
'JetpackTracking' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpacktracking.php',
|
93 |
'Jetpack_Client' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-client.php',
|
94 |
'Jetpack_IXR_Client' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
|
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 |
|
@@ -22,15 +22,17 @@ class ComposerAutoloaderInit7b80f395695cb03a5a5ad9ffbe43c724
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
|
|
|
|
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
-
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$classMap = require __DIR__ . '/autoload_classmap.php';
|
36 |
if ($classMap) {
|
@@ -42,19 +44,19 @@ class ComposerAutoloaderInit7b80f395695cb03a5a5ad9ffbe43c724
|
|
42 |
$loader->register(true);
|
43 |
|
44 |
if ($useStaticLoader) {
|
45 |
-
$includeFiles = Composer\Autoload\
|
46 |
} else {
|
47 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
48 |
}
|
49 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
50 |
-
|
51 |
}
|
52 |
|
53 |
return $loader;
|
54 |
}
|
55 |
}
|
56 |
|
57 |
-
function
|
58 |
{
|
59 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
60 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit7d7a83344d3b2ded1a3491aa12e59d99
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
require __DIR__ . '/platform_check.php';
|
26 |
+
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit7d7a83344d3b2ded1a3491aa12e59d99', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit7d7a83344d3b2ded1a3491aa12e59d99', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
+
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::getInitializer($loader));
|
36 |
} else {
|
37 |
$classMap = require __DIR__ . '/autoload_classmap.php';
|
38 |
if ($classMap) {
|
44 |
$loader->register(true);
|
45 |
|
46 |
if ($useStaticLoader) {
|
47 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$files;
|
48 |
} else {
|
49 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
50 |
}
|
51 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
52 |
+
composerRequire7d7a83344d3b2ded1a3491aa12e59d99($fileIdentifier, $file);
|
53 |
}
|
54 |
|
55 |
return $loader;
|
56 |
}
|
57 |
}
|
58 |
|
59 |
+
function composerRequire7d7a83344d3b2ded1a3491aa12e59d99($fileIdentifier, $file)
|
60 |
{
|
61 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
62 |
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',
|
@@ -119,6 +119,7 @@ class ComposerStaticInit7b80f395695cb03a5a5ad9ffbe43c724
|
|
119 |
'Automattic\\Jetpack\\Sync\\Utils' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-utils.php',
|
120 |
'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
|
121 |
'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-tracking/src/class-tracking.php',
|
|
|
122 |
'JetpackTracking' => __DIR__ . '/..' . '/automattic/jetpack-compat/legacy/class-jetpacktracking.php',
|
123 |
'Jetpack_Client' => __DIR__ . '/..' . '/automattic/jetpack-compat/legacy/class-jetpack-client.php',
|
124 |
'Jetpack_IXR_Client' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
|
@@ -147,10 +148,10 @@ class ComposerStaticInit7b80f395695cb03a5a5ad9ffbe43c724
|
|
147 |
public static function getInitializer(ClassLoader $loader)
|
148 |
{
|
149 |
return \Closure::bind(function () use ($loader) {
|
150 |
-
$loader->prefixLengthsPsr4 =
|
151 |
-
$loader->prefixDirsPsr4 =
|
152 |
-
$loader->prefixesPsr0 =
|
153 |
-
$loader->classMap =
|
154 |
|
155 |
}, null, ClassLoader::class);
|
156 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
|
119 |
'Automattic\\Jetpack\\Sync\\Utils' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-utils.php',
|
120 |
'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
|
121 |
'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-tracking/src/class-tracking.php',
|
122 |
+
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
123 |
'JetpackTracking' => __DIR__ . '/..' . '/automattic/jetpack-compat/legacy/class-jetpacktracking.php',
|
124 |
'Jetpack_Client' => __DIR__ . '/..' . '/automattic/jetpack-compat/legacy/class-jetpack-client.php',
|
125 |
'Jetpack_IXR_Client' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
|
148 |
public static function getInitializer(ClassLoader $loader)
|
149 |
{
|
150 |
return \Closure::bind(function () use ($loader) {
|
151 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$prefixLengthsPsr4;
|
152 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$prefixDirsPsr4;
|
153 |
+
$loader->prefixesPsr0 = ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$prefixesPsr0;
|
154 |
+
$loader->classMap = ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$classMap;
|
155 |
|
156 |
}, null, ClassLoader::class);
|
157 |
}
|
vendor/composer/installed.json
CHANGED
@@ -1,967 +1,997 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
"
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
"
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
"
|
25 |
-
"
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
"
|
31 |
-
|
32 |
-
"description": "Used to record internal usage stats for Automattic. Not visible to site owners."
|
33 |
-
},
|
34 |
-
{
|
35 |
-
"name": "automattic/jetpack-abtest",
|
36 |
-
"version": "v1.8.4",
|
37 |
-
"version_normalized": "1.8.4.0",
|
38 |
-
"source": {
|
39 |
-
"type": "git",
|
40 |
-
"url": "https://github.com/Automattic/jetpack-abtest.git",
|
41 |
-
"reference": "5eb3addbca6cbbc0603cbf74b653078615bb92d7"
|
42 |
-
},
|
43 |
-
"dist": {
|
44 |
-
"type": "zip",
|
45 |
-
"url": "https://api.github.com/repos/Automattic/jetpack-abtest/zipball/5eb3addbca6cbbc0603cbf74b653078615bb92d7",
|
46 |
-
"reference": "5eb3addbca6cbbc0603cbf74b653078615bb92d7",
|
47 |
-
"shasum": ""
|
48 |
-
},
|
49 |
-
"require": {
|
50 |
-
"automattic/jetpack-connection": "1.21.1",
|
51 |
-
"automattic/jetpack-error": "1.2.0"
|
52 |
-
},
|
53 |
-
"require-dev": {
|
54 |
-
"automattic/wordbless": "dev-master",
|
55 |
-
"php-mock/php-mock": "^2.1",
|
56 |
-
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
57 |
-
},
|
58 |
-
"time": "2020-11-24T17:51:11+00:00",
|
59 |
-
"type": "library",
|
60 |
-
"installation-source": "dist",
|
61 |
-
"autoload": {
|
62 |
-
"classmap": [
|
63 |
-
"src/"
|
64 |
-
]
|
65 |
-
},
|
66 |
-
"notification-url": "https://packagist.org/downloads/",
|
67 |
-
"license": [
|
68 |
-
"GPL-2.0-or-later"
|
69 |
-
],
|
70 |
-
"description": "Provides an interface to the WP.com A/B tests."
|
71 |
-
},
|
72 |
-
{
|
73 |
-
"name": "automattic/jetpack-assets",
|
74 |
-
"version": "v1.9.1",
|
75 |
-
"version_normalized": "1.9.1.0",
|
76 |
-
"source": {
|
77 |
-
"type": "git",
|
78 |
-
"url": "https://github.com/Automattic/jetpack-assets.git",
|
79 |
-
"reference": "2eb64917ef18f9e26258ff1e1bfadf3ff71e7518"
|
80 |
-
},
|
81 |
-
"dist": {
|
82 |
-
"type": "zip",
|
83 |
-
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/2eb64917ef18f9e26258ff1e1bfadf3ff71e7518",
|
84 |
-
"reference": "2eb64917ef18f9e26258ff1e1bfadf3ff71e7518",
|
85 |
-
"shasum": ""
|
86 |
-
},
|
87 |
-
"require": {
|
88 |
-
"automattic/jetpack-constants": "1.5.1"
|
89 |
-
},
|
90 |
-
"require-dev": {
|
91 |
-
"brain/monkey": "2.5.0",
|
92 |
-
"php-mock/php-mock": "^2.1",
|
93 |
-
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
94 |
-
},
|
95 |
-
"time": "2020-11-24T17:30:55+00:00",
|
96 |
-
"type": "library",
|
97 |
-
"installation-source": "dist",
|
98 |
-
"autoload": {
|
99 |
-
"classmap": [
|
100 |
-
"src/"
|
101 |
-
]
|
102 |
-
},
|
103 |
-
"notification-url": "https://packagist.org/downloads/",
|
104 |
-
"license": [
|
105 |
-
"GPL-2.0-or-later"
|
106 |
-
],
|
107 |
-
"description": "Asset management utilities for Jetpack ecosystem packages"
|
108 |
-
},
|
109 |
-
{
|
110 |
-
"name": "automattic/jetpack-autoloader",
|
111 |
-
"version": "v2.6.0",
|
112 |
-
"version_normalized": "2.6.0.0",
|
113 |
-
"source": {
|
114 |
-
"type": "git",
|
115 |
-
"url": "https://github.com/Automattic/jetpack-autoloader.git",
|
116 |
-
"reference": "47dde8dbca6b1e30f176725f2f748a9abefcaf58"
|
117 |
-
},
|
118 |
-
"dist": {
|
119 |
-
"type": "zip",
|
120 |
-
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/47dde8dbca6b1e30f176725f2f748a9abefcaf58",
|
121 |
-
"reference": "47dde8dbca6b1e30f176725f2f748a9abefcaf58",
|
122 |
-
"shasum": ""
|
123 |
-
},
|
124 |
-
"require": {
|
125 |
-
"composer-plugin-api": "^1.1 || ^2.0"
|
126 |
-
},
|
127 |
-
"require-dev": {
|
128 |
-
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
129 |
-
},
|
130 |
-
"time": "2020-11-19T21:20:12+00:00",
|
131 |
-
"type": "composer-plugin",
|
132 |
-
"extra": {
|
133 |
-
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin"
|
134 |
-
},
|
135 |
-
"installation-source": "dist",
|
136 |
-
"autoload": {
|
137 |
-
"classmap": [
|
138 |
-
"src/AutoloadGenerator.php"
|
139 |
],
|
140 |
-
"
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
"
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
"
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
"
|
170 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
],
|
172 |
-
"
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
"
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
"
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
"
|
199 |
-
"
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
"notification-url": "https://packagist.org/downloads/",
|
210 |
-
"license": [
|
211 |
-
"GPL-2.0-or-later"
|
212 |
-
],
|
213 |
-
"description": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more."
|
214 |
-
},
|
215 |
-
{
|
216 |
-
"name": "automattic/jetpack-compat",
|
217 |
-
"version": "v1.5.1",
|
218 |
-
"version_normalized": "1.5.1.0",
|
219 |
-
"source": {
|
220 |
-
"type": "git",
|
221 |
-
"url": "https://github.com/Automattic/jetpack-compat.git",
|
222 |
-
"reference": "00165f14c19729d4b28ed5a67d1e2b68393ae291"
|
223 |
-
},
|
224 |
-
"dist": {
|
225 |
-
"type": "zip",
|
226 |
-
"url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/00165f14c19729d4b28ed5a67d1e2b68393ae291",
|
227 |
-
"reference": "00165f14c19729d4b28ed5a67d1e2b68393ae291",
|
228 |
-
"shasum": ""
|
229 |
-
},
|
230 |
-
"require-dev": {
|
231 |
-
"php-mock/php-mock": "^2.1",
|
232 |
-
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
233 |
-
},
|
234 |
-
"time": "2020-10-28T19:00:19+00:00",
|
235 |
-
"type": "library",
|
236 |
-
"installation-source": "dist",
|
237 |
-
"autoload": {
|
238 |
-
"files": [
|
239 |
-
"functions.php"
|
240 |
],
|
241 |
-
"
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
"
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
"
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
"
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
"version": "v1.21.1",
|
283 |
-
"version_normalized": "1.21.1.0",
|
284 |
-
"source": {
|
285 |
-
"type": "git",
|
286 |
-
"url": "https://github.com/Automattic/jetpack-connection.git",
|
287 |
-
"reference": "d44cc99636389cff1f7ca0e1a2aee630b9d1673f"
|
288 |
-
},
|
289 |
-
"dist": {
|
290 |
-
"type": "zip",
|
291 |
-
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/d44cc99636389cff1f7ca0e1a2aee630b9d1673f",
|
292 |
-
"reference": "d44cc99636389cff1f7ca0e1a2aee630b9d1673f",
|
293 |
-
"shasum": ""
|
294 |
-
},
|
295 |
-
"require": {
|
296 |
-
"automattic/jetpack-constants": "1.5.1",
|
297 |
-
"automattic/jetpack-heartbeat": "1.2.2",
|
298 |
-
"automattic/jetpack-options": "1.9.1",
|
299 |
-
"automattic/jetpack-roles": "1.3.1",
|
300 |
-
"automattic/jetpack-status": "1.6.0",
|
301 |
-
"automattic/jetpack-tracking": "1.11.1"
|
302 |
-
},
|
303 |
-
"require-dev": {
|
304 |
-
"automattic/wordbless": "@dev",
|
305 |
-
"php-mock/php-mock": "^2.1",
|
306 |
-
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
307 |
-
},
|
308 |
-
"time": "2020-11-24T17:50:38+00:00",
|
309 |
-
"type": "library",
|
310 |
-
"installation-source": "dist",
|
311 |
-
"autoload": {
|
312 |
-
"files": [
|
313 |
-
"legacy/load-ixr.php"
|
314 |
],
|
315 |
-
"
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
"
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
"
|
334 |
-
|
335 |
-
|
336 |
-
"
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
"
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
"
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
"
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
"
|
371 |
-
"
|
372 |
-
"
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
"
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
"
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
"
|
405 |
-
"
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
"
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
"
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
"
|
438 |
-
|
439 |
-
|
440 |
-
"
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
"
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
"
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
"
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
"
|
481 |
-
"
|
482 |
-
"
|
483 |
-
"
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
},
|
499 |
-
|
500 |
-
|
501 |
-
"
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
"
|
519 |
-
|
520 |
-
|
521 |
-
"
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
"
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
"
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
"
|
553 |
-
"
|
554 |
-
"
|
555 |
-
"
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
"
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
"
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
"
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
"
|
586 |
-
"
|
587 |
-
"
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
"
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
"
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
"
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
"
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
"
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
"type": "
|
624 |
-
"
|
625 |
-
"
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
"
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
"
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
"
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
"
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
"
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
"
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
"
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
"
|
764 |
-
"
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
"
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
"
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
"
|
798 |
-
"
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
"
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
"
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
"
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
"
|
829 |
-
"
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
"
|
834 |
-
"
|
835 |
-
"
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
"
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
"
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
"
|
871 |
-
"
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
"
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
"
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
"
|
906 |
-
"
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
"
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
"
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
"
|
945 |
-
"
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
"
|
950 |
-
"
|
951 |
-
"
|
952 |
-
},
|
953 |
-
{
|
954 |
-
"
|
955 |
-
"
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
"
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"packages": [
|
3 |
+
{
|
4 |
+
"name": "automattic/jetpack-a8c-mc-stats",
|
5 |
+
"version": "v1.2.0",
|
6 |
+
"version_normalized": "1.2.0.0",
|
7 |
+
"source": {
|
8 |
+
"type": "git",
|
9 |
+
"url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git",
|
10 |
+
"reference": "9daa7d933679f7c3c38f1a2a1eaeaa87d7b43e37"
|
11 |
+
},
|
12 |
+
"dist": {
|
13 |
+
"type": "zip",
|
14 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/9daa7d933679f7c3c38f1a2a1eaeaa87d7b43e37",
|
15 |
+
"reference": "9daa7d933679f7c3c38f1a2a1eaeaa87d7b43e37",
|
16 |
+
"shasum": ""
|
17 |
+
},
|
18 |
+
"require-dev": {
|
19 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
20 |
+
},
|
21 |
+
"time": "2020-09-17T18:20:50+00:00",
|
22 |
+
"type": "library",
|
23 |
+
"installation-source": "dist",
|
24 |
+
"autoload": {
|
25 |
+
"classmap": [
|
26 |
+
"src/"
|
27 |
+
]
|
28 |
+
},
|
29 |
+
"notification-url": "https://packagist.org/downloads/",
|
30 |
+
"license": [
|
31 |
+
"GPL-2.0-or-later"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
],
|
33 |
+
"description": "Used to record internal usage stats for Automattic. Not visible to site owners.",
|
34 |
+
"install-path": "../automattic/jetpack-a8c-mc-stats"
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"name": "automattic/jetpack-abtest",
|
38 |
+
"version": "v1.8.4",
|
39 |
+
"version_normalized": "1.8.4.0",
|
40 |
+
"source": {
|
41 |
+
"type": "git",
|
42 |
+
"url": "https://github.com/Automattic/jetpack-abtest.git",
|
43 |
+
"reference": "5eb3addbca6cbbc0603cbf74b653078615bb92d7"
|
44 |
+
},
|
45 |
+
"dist": {
|
46 |
+
"type": "zip",
|
47 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-abtest/zipball/5eb3addbca6cbbc0603cbf74b653078615bb92d7",
|
48 |
+
"reference": "5eb3addbca6cbbc0603cbf74b653078615bb92d7",
|
49 |
+
"shasum": ""
|
50 |
+
},
|
51 |
+
"require": {
|
52 |
+
"automattic/jetpack-connection": "1.21.1",
|
53 |
+
"automattic/jetpack-error": "1.2.0"
|
54 |
+
},
|
55 |
+
"require-dev": {
|
56 |
+
"automattic/wordbless": "dev-master",
|
57 |
+
"php-mock/php-mock": "^2.1",
|
58 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
59 |
+
},
|
60 |
+
"time": "2020-11-24T17:51:11+00:00",
|
61 |
+
"type": "library",
|
62 |
+
"installation-source": "dist",
|
63 |
+
"autoload": {
|
64 |
+
"classmap": [
|
65 |
+
"src/"
|
66 |
+
]
|
67 |
+
},
|
68 |
+
"notification-url": "https://packagist.org/downloads/",
|
69 |
+
"license": [
|
70 |
+
"GPL-2.0-or-later"
|
71 |
],
|
72 |
+
"description": "Provides an interface to the WP.com A/B tests.",
|
73 |
+
"install-path": "../automattic/jetpack-abtest"
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"name": "automattic/jetpack-assets",
|
77 |
+
"version": "v1.9.1",
|
78 |
+
"version_normalized": "1.9.1.0",
|
79 |
+
"source": {
|
80 |
+
"type": "git",
|
81 |
+
"url": "https://github.com/Automattic/jetpack-assets.git",
|
82 |
+
"reference": "2eb64917ef18f9e26258ff1e1bfadf3ff71e7518"
|
83 |
+
},
|
84 |
+
"dist": {
|
85 |
+
"type": "zip",
|
86 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/2eb64917ef18f9e26258ff1e1bfadf3ff71e7518",
|
87 |
+
"reference": "2eb64917ef18f9e26258ff1e1bfadf3ff71e7518",
|
88 |
+
"shasum": ""
|
89 |
+
},
|
90 |
+
"require": {
|
91 |
+
"automattic/jetpack-constants": "1.5.1"
|
92 |
+
},
|
93 |
+
"require-dev": {
|
94 |
+
"brain/monkey": "2.5.0",
|
95 |
+
"php-mock/php-mock": "^2.1",
|
96 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
97 |
+
},
|
98 |
+
"time": "2020-11-24T17:30:55+00:00",
|
99 |
+
"type": "library",
|
100 |
+
"installation-source": "dist",
|
101 |
+
"autoload": {
|
102 |
+
"classmap": [
|
103 |
+
"src/"
|
104 |
+
]
|
105 |
+
},
|
106 |
+
"notification-url": "https://packagist.org/downloads/",
|
107 |
+
"license": [
|
108 |
+
"GPL-2.0-or-later"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
],
|
110 |
+
"description": "Asset management utilities for Jetpack ecosystem packages",
|
111 |
+
"install-path": "../automattic/jetpack-assets"
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"name": "automattic/jetpack-autoloader",
|
115 |
+
"version": "v2.6.0",
|
116 |
+
"version_normalized": "2.6.0.0",
|
117 |
+
"source": {
|
118 |
+
"type": "git",
|
119 |
+
"url": "https://github.com/Automattic/jetpack-autoloader.git",
|
120 |
+
"reference": "47dde8dbca6b1e30f176725f2f748a9abefcaf58"
|
121 |
+
},
|
122 |
+
"dist": {
|
123 |
+
"type": "zip",
|
124 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/47dde8dbca6b1e30f176725f2f748a9abefcaf58",
|
125 |
+
"reference": "47dde8dbca6b1e30f176725f2f748a9abefcaf58",
|
126 |
+
"shasum": ""
|
127 |
+
},
|
128 |
+
"require": {
|
129 |
+
"composer-plugin-api": "^1.1 || ^2.0"
|
130 |
+
},
|
131 |
+
"require-dev": {
|
132 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
133 |
+
},
|
134 |
+
"time": "2020-11-19T21:20:12+00:00",
|
135 |
+
"type": "composer-plugin",
|
136 |
+
"extra": {
|
137 |
+
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin"
|
138 |
+
},
|
139 |
+
"installation-source": "dist",
|
140 |
+
"autoload": {
|
141 |
+
"classmap": [
|
142 |
+
"src/AutoloadGenerator.php"
|
143 |
+
],
|
144 |
+
"psr-4": {
|
145 |
+
"Automattic\\Jetpack\\Autoloader\\": "src"
|
146 |
+
}
|
147 |
+
},
|
148 |
+
"notification-url": "https://packagist.org/downloads/",
|
149 |
+
"license": [
|
150 |
+
"GPL-2.0-or-later"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
],
|
152 |
+
"description": "Creates a custom autoloader for a plugin or theme.",
|
153 |
+
"install-path": "../automattic/jetpack-autoloader"
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"name": "automattic/jetpack-backup",
|
157 |
+
"version": "v1.0.2",
|
158 |
+
"version_normalized": "1.0.2.0",
|
159 |
+
"source": {
|
160 |
+
"type": "git",
|
161 |
+
"url": "https://github.com/Automattic/jetpack-backup.git",
|
162 |
+
"reference": "ea2aaa9be3697d8b885a74a11411c7818fba5a75"
|
163 |
+
},
|
164 |
+
"dist": {
|
165 |
+
"type": "zip",
|
166 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-backup/zipball/ea2aaa9be3697d8b885a74a11411c7818fba5a75",
|
167 |
+
"reference": "ea2aaa9be3697d8b885a74a11411c7818fba5a75",
|
168 |
+
"shasum": ""
|
169 |
+
},
|
170 |
+
"time": "2019-11-08T21:16:05+00:00",
|
171 |
+
"type": "library",
|
172 |
+
"installation-source": "dist",
|
173 |
+
"autoload": {
|
174 |
+
"files": [
|
175 |
+
"actions.php"
|
176 |
+
],
|
177 |
+
"classmap": [
|
178 |
+
"src/"
|
179 |
+
]
|
180 |
+
},
|
181 |
+
"notification-url": "https://packagist.org/downloads/",
|
182 |
+
"license": [
|
183 |
+
"GPL-2.0-or-later"
|
184 |
+
],
|
185 |
+
"description": "Tools to assist with backing up Jetpack sites.",
|
186 |
+
"install-path": "../automattic/jetpack-backup"
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"name": "automattic/jetpack-blocks",
|
190 |
+
"version": "v1.1.1",
|
191 |
+
"version_normalized": "1.1.1.0",
|
192 |
+
"source": {
|
193 |
+
"type": "git",
|
194 |
+
"url": "https://github.com/Automattic/jetpack-blocks.git",
|
195 |
+
"reference": "4f1ac651e6a5746c9ef10f93fa61d4b5777d2e31"
|
196 |
+
},
|
197 |
+
"dist": {
|
198 |
+
"type": "zip",
|
199 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/4f1ac651e6a5746c9ef10f93fa61d4b5777d2e31",
|
200 |
+
"reference": "4f1ac651e6a5746c9ef10f93fa61d4b5777d2e31",
|
201 |
+
"shasum": ""
|
202 |
+
},
|
203 |
+
"require-dev": {
|
204 |
+
"automattic/wordbless": "dev-master",
|
205 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
206 |
+
},
|
207 |
+
"time": "2020-11-13T15:03:31+00:00",
|
208 |
+
"type": "library",
|
209 |
+
"installation-source": "dist",
|
210 |
+
"autoload": {
|
211 |
+
"classmap": [
|
212 |
+
"src/"
|
213 |
+
]
|
214 |
+
},
|
215 |
+
"notification-url": "https://packagist.org/downloads/",
|
216 |
+
"license": [
|
217 |
+
"GPL-2.0-or-later"
|
218 |
+
],
|
219 |
+
"description": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.",
|
220 |
+
"install-path": "../automattic/jetpack-blocks"
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"name": "automattic/jetpack-compat",
|
224 |
+
"version": "v1.5.1",
|
225 |
+
"version_normalized": "1.5.1.0",
|
226 |
+
"source": {
|
227 |
+
"type": "git",
|
228 |
+
"url": "https://github.com/Automattic/jetpack-compat.git",
|
229 |
+
"reference": "00165f14c19729d4b28ed5a67d1e2b68393ae291"
|
230 |
+
},
|
231 |
+
"dist": {
|
232 |
+
"type": "zip",
|
233 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/00165f14c19729d4b28ed5a67d1e2b68393ae291",
|
234 |
+
"reference": "00165f14c19729d4b28ed5a67d1e2b68393ae291",
|
235 |
+
"shasum": ""
|
236 |
+
},
|
237 |
+
"require-dev": {
|
238 |
+
"php-mock/php-mock": "^2.1",
|
239 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
240 |
+
},
|
241 |
+
"time": "2020-10-28T19:00:19+00:00",
|
242 |
+
"type": "library",
|
243 |
+
"installation-source": "dist",
|
244 |
+
"autoload": {
|
245 |
+
"files": [
|
246 |
+
"functions.php"
|
247 |
+
],
|
248 |
+
"classmap": [
|
249 |
+
"legacy"
|
250 |
+
]
|
251 |
+
},
|
252 |
+
"notification-url": "https://packagist.org/downloads/",
|
253 |
+
"license": [
|
254 |
+
"GPL-2.0-or-later"
|
255 |
+
],
|
256 |
+
"description": "Compatibility layer with previous versions of Jetpack",
|
257 |
+
"install-path": "../automattic/jetpack-compat"
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"name": "automattic/jetpack-config",
|
261 |
+
"version": "v1.4.2",
|
262 |
+
"version_normalized": "1.4.2.0",
|
263 |
+
"source": {
|
264 |
+
"type": "git",
|
265 |
+
"url": "https://github.com/Automattic/jetpack-config.git",
|
266 |
+
"reference": "0f4b1f66f276cc2352d5fa0c29f98566df8efdd3"
|
267 |
+
},
|
268 |
+
"dist": {
|
269 |
+
"type": "zip",
|
270 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/0f4b1f66f276cc2352d5fa0c29f98566df8efdd3",
|
271 |
+
"reference": "0f4b1f66f276cc2352d5fa0c29f98566df8efdd3",
|
272 |
+
"shasum": ""
|
273 |
+
},
|
274 |
+
"time": "2020-10-28T19:00:23+00:00",
|
275 |
+
"type": "library",
|
276 |
+
"installation-source": "dist",
|
277 |
+
"autoload": {
|
278 |
+
"classmap": [
|
279 |
+
"src/"
|
280 |
+
]
|
281 |
+
},
|
282 |
+
"notification-url": "https://packagist.org/downloads/",
|
283 |
+
"license": [
|
284 |
+
"GPL-2.0-or-later"
|
285 |
+
],
|
286 |
+
"description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.",
|
287 |
+
"install-path": "../automattic/jetpack-config"
|
288 |
+
},
|
289 |
+
{
|
290 |
+
"name": "automattic/jetpack-connection",
|
291 |
+
"version": "v1.21.1",
|
292 |
+
"version_normalized": "1.21.1.0",
|
293 |
+
"source": {
|
294 |
+
"type": "git",
|
295 |
+
"url": "https://github.com/Automattic/jetpack-connection.git",
|
296 |
+
"reference": "d44cc99636389cff1f7ca0e1a2aee630b9d1673f"
|
297 |
+
},
|
298 |
+
"dist": {
|
299 |
+
"type": "zip",
|
300 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/d44cc99636389cff1f7ca0e1a2aee630b9d1673f",
|
301 |
+
"reference": "d44cc99636389cff1f7ca0e1a2aee630b9d1673f",
|
302 |
+
"shasum": ""
|
303 |
+
},
|
304 |
+
"require": {
|
305 |
+
"automattic/jetpack-constants": "1.5.1",
|
306 |
+
"automattic/jetpack-heartbeat": "1.2.2",
|
307 |
+
"automattic/jetpack-options": "1.9.1",
|
308 |
+
"automattic/jetpack-roles": "1.3.1",
|
309 |
+
"automattic/jetpack-status": "1.6.0",
|
310 |
+
"automattic/jetpack-tracking": "1.11.1"
|
311 |
+
},
|
312 |
+
"require-dev": {
|
313 |
+
"automattic/wordbless": "@dev",
|
314 |
+
"php-mock/php-mock": "^2.1",
|
315 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
316 |
+
},
|
317 |
+
"time": "2020-11-24T17:50:38+00:00",
|
318 |
+
"type": "library",
|
319 |
+
"installation-source": "dist",
|
320 |
+
"autoload": {
|
321 |
+
"files": [
|
322 |
+
"legacy/load-ixr.php"
|
323 |
+
],
|
324 |
+
"classmap": [
|
325 |
+
"legacy",
|
326 |
+
"src/"
|
327 |
+
]
|
328 |
+
},
|
329 |
+
"notification-url": "https://packagist.org/downloads/",
|
330 |
+
"license": [
|
331 |
+
"GPL-2.0-or-later"
|
332 |
+
],
|
333 |
+
"description": "Everything needed to connect to the Jetpack infrastructure",
|
334 |
+
"install-path": "../automattic/jetpack-connection"
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"name": "automattic/jetpack-constants",
|
338 |
+
"version": "v1.5.1",
|
339 |
+
"version_normalized": "1.5.1.0",
|
340 |
+
"source": {
|
341 |
+
"type": "git",
|
342 |
+
"url": "https://github.com/Automattic/jetpack-constants.git",
|
343 |
+
"reference": "18f772daddc8be5df76c9f4a92e017a3c2569a5b"
|
344 |
+
},
|
345 |
+
"dist": {
|
346 |
+
"type": "zip",
|
347 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/18f772daddc8be5df76c9f4a92e017a3c2569a5b",
|
348 |
+
"reference": "18f772daddc8be5df76c9f4a92e017a3c2569a5b",
|
349 |
+
"shasum": ""
|
350 |
+
},
|
351 |
+
"require-dev": {
|
352 |
+
"php-mock/php-mock": "^2.1",
|
353 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
354 |
+
},
|
355 |
+
"time": "2020-10-28T19:00:31+00:00",
|
356 |
+
"type": "library",
|
357 |
+
"installation-source": "dist",
|
358 |
+
"autoload": {
|
359 |
+
"classmap": [
|
360 |
+
"src/"
|
361 |
+
]
|
362 |
+
},
|
363 |
+
"notification-url": "https://packagist.org/downloads/",
|
364 |
+
"license": [
|
365 |
+
"GPL-2.0-or-later"
|
366 |
+
],
|
367 |
+
"description": "A wrapper for defining constants in a more testable way.",
|
368 |
+
"install-path": "../automattic/jetpack-constants"
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"name": "automattic/jetpack-device-detection",
|
372 |
+
"version": "v1.2.1",
|
373 |
+
"version_normalized": "1.2.1.0",
|
374 |
+
"source": {
|
375 |
+
"type": "git",
|
376 |
+
"url": "https://github.com/Automattic/jetpack-device-detection.git",
|
377 |
+
"reference": "c6c98a5590b4dfe28c7331f51a24b5a3e682a412"
|
378 |
+
},
|
379 |
+
"dist": {
|
380 |
+
"type": "zip",
|
381 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/c6c98a5590b4dfe28c7331f51a24b5a3e682a412",
|
382 |
+
"reference": "c6c98a5590b4dfe28c7331f51a24b5a3e682a412",
|
383 |
+
"shasum": ""
|
384 |
+
},
|
385 |
+
"require-dev": {
|
386 |
+
"php-mock/php-mock": "^2.1",
|
387 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
388 |
+
},
|
389 |
+
"time": "2020-11-10T17:39:44+00:00",
|
390 |
+
"type": "library",
|
391 |
+
"installation-source": "dist",
|
392 |
+
"autoload": {
|
393 |
+
"classmap": [
|
394 |
+
"src/"
|
395 |
+
]
|
396 |
+
},
|
397 |
+
"notification-url": "https://packagist.org/downloads/",
|
398 |
+
"license": [
|
399 |
+
"GPL-2.0-or-later"
|
400 |
+
],
|
401 |
+
"description": "A way to detect device types based on User-Agent header.",
|
402 |
+
"install-path": "../automattic/jetpack-device-detection"
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"name": "automattic/jetpack-error",
|
406 |
+
"version": "v1.2.0",
|
407 |
+
"version_normalized": "1.2.0.0",
|
408 |
+
"source": {
|
409 |
+
"type": "git",
|
410 |
+
"url": "https://github.com/Automattic/jetpack-error.git",
|
411 |
+
"reference": "8ebe103c86f6a423e3abffb2812d787600bf9ea0"
|
412 |
+
},
|
413 |
+
"dist": {
|
414 |
+
"type": "zip",
|
415 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-error/zipball/8ebe103c86f6a423e3abffb2812d787600bf9ea0",
|
416 |
+
"reference": "8ebe103c86f6a423e3abffb2812d787600bf9ea0",
|
417 |
+
"shasum": ""
|
418 |
+
},
|
419 |
+
"require-dev": {
|
420 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
421 |
+
},
|
422 |
+
"time": "2020-08-13T14:33:16+00:00",
|
423 |
+
"type": "library",
|
424 |
+
"installation-source": "dist",
|
425 |
+
"autoload": {
|
426 |
+
"classmap": [
|
427 |
+
"src/"
|
428 |
+
]
|
429 |
+
},
|
430 |
+
"notification-url": "https://packagist.org/downloads/",
|
431 |
+
"license": [
|
432 |
+
"GPL-2.0-or-later"
|
433 |
+
],
|
434 |
+
"description": "Jetpack Error - a wrapper around WP_Error.",
|
435 |
+
"install-path": "../automattic/jetpack-error"
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"name": "automattic/jetpack-heartbeat",
|
439 |
+
"version": "v1.2.2",
|
440 |
+
"version_normalized": "1.2.2.0",
|
441 |
+
"source": {
|
442 |
+
"type": "git",
|
443 |
+
"url": "https://github.com/Automattic/jetpack-heartbeat.git",
|
444 |
+
"reference": "22bfefe0477978a1aca5410f406b020bf5a6920e"
|
445 |
+
},
|
446 |
+
"dist": {
|
447 |
+
"type": "zip",
|
448 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-heartbeat/zipball/22bfefe0477978a1aca5410f406b020bf5a6920e",
|
449 |
+
"reference": "22bfefe0477978a1aca5410f406b020bf5a6920e",
|
450 |
+
"shasum": ""
|
451 |
+
},
|
452 |
+
"require": {
|
453 |
+
"automattic/jetpack-a8c-mc-stats": "1.2.0",
|
454 |
+
"automattic/jetpack-options": "1.9.1"
|
455 |
+
},
|
456 |
+
"require-dev": {
|
457 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
458 |
+
},
|
459 |
+
"time": "2020-11-24T17:50:38+00:00",
|
460 |
+
"type": "library",
|
461 |
+
"installation-source": "dist",
|
462 |
+
"autoload": {
|
463 |
+
"classmap": [
|
464 |
+
"src/"
|
465 |
+
]
|
466 |
+
},
|
467 |
+
"notification-url": "https://packagist.org/downloads/",
|
468 |
+
"license": [
|
469 |
+
"GPL-2.0-or-later"
|
470 |
+
],
|
471 |
+
"description": "This adds a cronjob that sends a batch of internal automattic stats to wp.com once a day",
|
472 |
+
"install-path": "../automattic/jetpack-heartbeat"
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"name": "automattic/jetpack-jitm",
|
476 |
+
"version": "v1.12.1",
|
477 |
+
"version_normalized": "1.12.1.0",
|
478 |
+
"source": {
|
479 |
+
"type": "git",
|
480 |
+
"url": "https://github.com/Automattic/jetpack-jitm.git",
|
481 |
+
"reference": "a7a407d9695316c3163465af07411c06b10096fa"
|
482 |
+
},
|
483 |
+
"dist": {
|
484 |
+
"type": "zip",
|
485 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/a7a407d9695316c3163465af07411c06b10096fa",
|
486 |
+
"reference": "a7a407d9695316c3163465af07411c06b10096fa",
|
487 |
+
"shasum": ""
|
488 |
+
},
|
489 |
+
"require": {
|
490 |
+
"automattic/jetpack-assets": "1.9.1",
|
491 |
+
"automattic/jetpack-connection": "1.21.1",
|
492 |
+
"automattic/jetpack-constants": "1.5.1",
|
493 |
+
"automattic/jetpack-logo": "1.4.0",
|
494 |
+
"automattic/jetpack-options": "1.9.1",
|
495 |
+
"automattic/jetpack-partner": "1.3.1",
|
496 |
+
"automattic/jetpack-redirect": "1.4.1",
|
497 |
+
"automattic/jetpack-status": "1.6.0",
|
498 |
+
"automattic/jetpack-tracking": "1.11.1"
|
499 |
+
},
|
500 |
+
"require-dev": {
|
501 |
+
"mockery/mockery": "^1.2",
|
502 |
+
"php-mock/php-mock": "^2.1",
|
503 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
504 |
+
},
|
505 |
+
"time": "2020-11-24T17:51:41+00:00",
|
506 |
+
"type": "library",
|
507 |
+
"installation-source": "dist",
|
508 |
+
"autoload": {
|
509 |
+
"classmap": [
|
510 |
+
"src/"
|
511 |
+
]
|
512 |
+
},
|
513 |
+
"notification-url": "https://packagist.org/downloads/",
|
514 |
+
"license": [
|
515 |
+
"GPL-2.0-or-later"
|
516 |
+
],
|
517 |
+
"description": "Just in time messages for Jetpack",
|
518 |
+
"install-path": "../automattic/jetpack-jitm"
|
519 |
+
},
|
520 |
+
{
|
521 |
+
"name": "automattic/jetpack-lazy-images",
|
522 |
+
"version": "v1.1.2",
|
523 |
+
"version_normalized": "1.1.2.0",
|
524 |
+
"source": {
|
525 |
+
"type": "git",
|
526 |
+
"url": "https://github.com/Automattic/jetpack-lazy-images.git",
|
527 |
+
"reference": "489ba6b2c4fd15b47bbdb3dbbc75b68a483ef4d9"
|
528 |
+
},
|
529 |
+
"dist": {
|
530 |
+
"type": "zip",
|
531 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-lazy-images/zipball/489ba6b2c4fd15b47bbdb3dbbc75b68a483ef4d9",
|
532 |
+
"reference": "489ba6b2c4fd15b47bbdb3dbbc75b68a483ef4d9",
|
533 |
+
"shasum": ""
|
534 |
+
},
|
535 |
+
"require": {
|
536 |
+
"automattic/jetpack-assets": "1.9.1",
|
537 |
+
"automattic/jetpack-constants": "1.5.1"
|
538 |
+
},
|
539 |
+
"require-dev": {
|
540 |
+
"automattic/wordbless": "dev-master",
|
541 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
542 |
+
},
|
543 |
+
"time": "2020-11-24T18:24:26+00:00",
|
544 |
+
"type": "library",
|
545 |
+
"installation-source": "dist",
|
546 |
+
"autoload": {
|
547 |
+
"classmap": [
|
548 |
+
"src/"
|
549 |
+
]
|
550 |
+
},
|
551 |
+
"notification-url": "https://packagist.org/downloads/",
|
552 |
+
"license": [
|
553 |
+
"GPL-2.0-or-later"
|
554 |
+
],
|
555 |
+
"description": "Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.",
|
556 |
+
"install-path": "../automattic/jetpack-lazy-images"
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"name": "automattic/jetpack-licensing",
|
560 |
+
"version": "v1.2.4",
|
561 |
+
"version_normalized": "1.2.4.0",
|
562 |
+
"source": {
|
563 |
+
"type": "git",
|
564 |
+
"url": "https://github.com/Automattic/jetpack-licensing.git",
|
565 |
+
"reference": "b02e82ea6abaf4dbc325d54be98d300cf930c9e8"
|
566 |
+
},
|
567 |
+
"dist": {
|
568 |
+
"type": "zip",
|
569 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/b02e82ea6abaf4dbc325d54be98d300cf930c9e8",
|
570 |
+
"reference": "b02e82ea6abaf4dbc325d54be98d300cf930c9e8",
|
571 |
+
"shasum": ""
|
572 |
+
},
|
573 |
+
"require": {
|
574 |
+
"automattic/jetpack-connection": "1.21.1",
|
575 |
+
"automattic/jetpack-options": "1.9.1"
|
576 |
+
},
|
577 |
+
"require-dev": {
|
578 |
+
"automattic/wordbless": "@dev",
|
579 |
+
"php-mock/php-mock": "^2.1",
|
580 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
581 |
+
},
|
582 |
+
"time": "2020-11-24T17:50:38+00:00",
|
583 |
+
"type": "library",
|
584 |
+
"installation-source": "dist",
|
585 |
+
"autoload": {
|
586 |
+
"classmap": [
|
587 |
+
"src/"
|
588 |
+
]
|
589 |
+
},
|
590 |
+
"notification-url": "https://packagist.org/downloads/",
|
591 |
+
"license": [
|
592 |
+
"GPL-2.0-or-later"
|
593 |
+
],
|
594 |
+
"description": "Everything needed to manage Jetpack licenses client-side.",
|
595 |
+
"install-path": "../automattic/jetpack-licensing"
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"name": "automattic/jetpack-logo",
|
599 |
+
"version": "v1.4.0",
|
600 |
+
"version_normalized": "1.4.0.0",
|
601 |
+
"source": {
|
602 |
+
"type": "git",
|
603 |
+
"url": "https://github.com/Automattic/jetpack-logo.git",
|
604 |
+
"reference": "4e209e3515f43f1586b25755c626cc3ec8e7b06c"
|
605 |
+
},
|
606 |
+
"dist": {
|
607 |
+
"type": "zip",
|
608 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/4e209e3515f43f1586b25755c626cc3ec8e7b06c",
|
609 |
+
"reference": "4e209e3515f43f1586b25755c626cc3ec8e7b06c",
|
610 |
+
"shasum": ""
|
611 |
+
},
|
612 |
+
"require-dev": {
|
613 |
+
"php-mock/php-mock": "^2.1",
|
614 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
615 |
+
},
|
616 |
+
"time": "2020-08-13T14:33:24+00:00",
|
617 |
+
"type": "library",
|
618 |
+
"installation-source": "dist",
|
619 |
+
"autoload": {
|
620 |
+
"classmap": [
|
621 |
+
"src/"
|
622 |
+
]
|
623 |
+
},
|
624 |
+
"notification-url": "https://packagist.org/downloads/",
|
625 |
+
"license": [
|
626 |
+
"GPL-2.0-or-later"
|
627 |
+
],
|
628 |
+
"description": "A logo for Jetpack",
|
629 |
+
"install-path": "../automattic/jetpack-logo"
|
630 |
+
},
|
631 |
+
{
|
632 |
+
"name": "automattic/jetpack-options",
|
633 |
+
"version": "v1.9.1",
|
634 |
+
"version_normalized": "1.9.1.0",
|
635 |
+
"source": {
|
636 |
+
"type": "git",
|
637 |
+
"url": "https://github.com/Automattic/jetpack-options.git",
|
638 |
+
"reference": "59c630e3d88f878195f2076971e7d5e2a72941ee"
|
639 |
+
},
|
640 |
+
"dist": {
|
641 |
+
"type": "zip",
|
642 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-options/zipball/59c630e3d88f878195f2076971e7d5e2a72941ee",
|
643 |
+
"reference": "59c630e3d88f878195f2076971e7d5e2a72941ee",
|
644 |
+
"shasum": ""
|
645 |
+
},
|
646 |
+
"require": {
|
647 |
+
"automattic/jetpack-constants": "1.5.1"
|
648 |
+
},
|
649 |
+
"require-dev": {
|
650 |
+
"10up/wp_mock": "0.4.2",
|
651 |
+
"phpunit/phpunit": "7.*.*"
|
652 |
+
},
|
653 |
+
"time": "2020-11-24T17:47:49+00:00",
|
654 |
+
"type": "library",
|
655 |
+
"installation-source": "dist",
|
656 |
+
"autoload": {
|
657 |
+
"classmap": [
|
658 |
+
"legacy"
|
659 |
+
]
|
660 |
+
},
|
661 |
+
"notification-url": "https://packagist.org/downloads/",
|
662 |
+
"license": [
|
663 |
+
"GPL-2.0-or-later"
|
664 |
+
],
|
665 |
+
"description": "A wrapper for wp-options to manage specific Jetpack options.",
|
666 |
+
"install-path": "../automattic/jetpack-options"
|
667 |
+
},
|
668 |
+
{
|
669 |
+
"name": "automattic/jetpack-partner",
|
670 |
+
"version": "v1.3.1",
|
671 |
+
"version_normalized": "1.3.1.0",
|
672 |
+
"source": {
|
673 |
+
"type": "git",
|
674 |
+
"url": "https://github.com/Automattic/jetpack-partner.git",
|
675 |
+
"reference": "3656927fbe34e0dfacda1e3814556fe545aaca65"
|
676 |
+
},
|
677 |
+
"dist": {
|
678 |
+
"type": "zip",
|
679 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/3656927fbe34e0dfacda1e3814556fe545aaca65",
|
680 |
+
"reference": "3656927fbe34e0dfacda1e3814556fe545aaca65",
|
681 |
+
"shasum": ""
|
682 |
+
},
|
683 |
+
"require-dev": {
|
684 |
+
"brain/monkey": "2.5.0",
|
685 |
+
"mockery/mockery": "^1.2",
|
686 |
+
"php-mock/php-mock": "^2.1",
|
687 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
688 |
+
},
|
689 |
+
"time": "2020-10-29T02:34:49+00:00",
|
690 |
+
"type": "library",
|
691 |
+
"installation-source": "dist",
|
692 |
+
"autoload": {
|
693 |
+
"classmap": [
|
694 |
+
"src/"
|
695 |
+
]
|
696 |
+
},
|
697 |
+
"notification-url": "https://packagist.org/downloads/",
|
698 |
+
"license": [
|
699 |
+
"GPL-2.0-or-later"
|
700 |
+
],
|
701 |
+
"description": "Support functions for Jetpack hosting partners.",
|
702 |
+
"install-path": "../automattic/jetpack-partner"
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"name": "automattic/jetpack-redirect",
|
706 |
+
"version": "v1.4.1",
|
707 |
+
"version_normalized": "1.4.1.0",
|
708 |
+
"source": {
|
709 |
+
"type": "git",
|
710 |
+
"url": "https://github.com/Automattic/jetpack-redirect.git",
|
711 |
+
"reference": "de76b20f8667656e1901499abe09e674ccb830e9"
|
712 |
+
},
|
713 |
+
"dist": {
|
714 |
+
"type": "zip",
|
715 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/de76b20f8667656e1901499abe09e674ccb830e9",
|
716 |
+
"reference": "de76b20f8667656e1901499abe09e674ccb830e9",
|
717 |
+
"shasum": ""
|
718 |
+
},
|
719 |
+
"require": {
|
720 |
+
"automattic/jetpack-status": "1.6.0"
|
721 |
+
},
|
722 |
+
"require-dev": {
|
723 |
+
"brain/monkey": "^2.5",
|
724 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
725 |
+
},
|
726 |
+
"time": "2020-11-24T17:30:55+00:00",
|
727 |
+
"type": "library",
|
728 |
+
"installation-source": "dist",
|
729 |
+
"autoload": {
|
730 |
+
"classmap": [
|
731 |
+
"src/"
|
732 |
+
]
|
733 |
+
},
|
734 |
+
"notification-url": "https://packagist.org/downloads/",
|
735 |
+
"license": [
|
736 |
+
"GPL-2.0-or-later"
|
737 |
+
],
|
738 |
+
"description": "Utilities to build URLs to the jetpack.com/redirect/ service",
|
739 |
+
"install-path": "../automattic/jetpack-redirect"
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"name": "automattic/jetpack-roles",
|
743 |
+
"version": "v1.3.1",
|
744 |
+
"version_normalized": "1.3.1.0",
|
745 |
+
"source": {
|
746 |
+
"type": "git",
|
747 |
+
"url": "https://github.com/Automattic/jetpack-roles.git",
|
748 |
+
"reference": "10234f39a2294d7c2598e7492477031470f5a01b"
|
749 |
+
},
|
750 |
+
"dist": {
|
751 |
+
"type": "zip",
|
752 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/10234f39a2294d7c2598e7492477031470f5a01b",
|
753 |
+
"reference": "10234f39a2294d7c2598e7492477031470f5a01b",
|
754 |
+
"shasum": ""
|
755 |
+
},
|
756 |
+
"require-dev": {
|
757 |
+
"php-mock/php-mock": "^2.1",
|
758 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
759 |
+
},
|
760 |
+
"time": "2020-10-28T19:01:03+00:00",
|
761 |
+
"type": "library",
|
762 |
+
"installation-source": "dist",
|
763 |
+
"autoload": {
|
764 |
+
"classmap": [
|
765 |
+
"src/"
|
766 |
+
]
|
767 |
+
},
|
768 |
+
"notification-url": "https://packagist.org/downloads/",
|
769 |
+
"license": [
|
770 |
+
"GPL-2.0-or-later"
|
771 |
+
],
|
772 |
+
"description": "Utilities, related with user roles and capabilities.",
|
773 |
+
"install-path": "../automattic/jetpack-roles"
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"name": "automattic/jetpack-status",
|
777 |
+
"version": "v1.6.0",
|
778 |
+
"version_normalized": "1.6.0.0",
|
779 |
+
"source": {
|
780 |
+
"type": "git",
|
781 |
+
"url": "https://github.com/Automattic/jetpack-status.git",
|
782 |
+
"reference": "5ae34fcc1b5c48594778dbdb2783910109746d45"
|
783 |
+
},
|
784 |
+
"dist": {
|
785 |
+
"type": "zip",
|
786 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/5ae34fcc1b5c48594778dbdb2783910109746d45",
|
787 |
+
"reference": "5ae34fcc1b5c48594778dbdb2783910109746d45",
|
788 |
+
"shasum": ""
|
789 |
+
},
|
790 |
+
"require-dev": {
|
791 |
+
"brain/monkey": "2.5.0",
|
792 |
+
"php-mock/php-mock": "^2.1",
|
793 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
794 |
+
},
|
795 |
+
"time": "2020-11-23T17:14:22+00:00",
|
796 |
+
"type": "library",
|
797 |
+
"installation-source": "dist",
|
798 |
+
"autoload": {
|
799 |
+
"classmap": [
|
800 |
+
"src/"
|
801 |
+
]
|
802 |
+
},
|
803 |
+
"notification-url": "https://packagist.org/downloads/",
|
804 |
+
"license": [
|
805 |
+
"GPL-2.0-or-later"
|
806 |
+
],
|
807 |
+
"description": "Used to retrieve information about the current status of Jetpack and the site overall.",
|
808 |
+
"install-path": "../automattic/jetpack-status"
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"name": "automattic/jetpack-sync",
|
812 |
+
"version": "v1.18.1",
|
813 |
+
"version_normalized": "1.18.1.0",
|
814 |
+
"source": {
|
815 |
+
"type": "git",
|
816 |
+
"url": "https://github.com/Automattic/jetpack-sync.git",
|
817 |
+
"reference": "e4f714c10b9b3caad9bccfd1a3427dbd5b0cf7bc"
|
818 |
+
},
|
819 |
+
"dist": {
|
820 |
+
"type": "zip",
|
821 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/e4f714c10b9b3caad9bccfd1a3427dbd5b0cf7bc",
|
822 |
+
"reference": "e4f714c10b9b3caad9bccfd1a3427dbd5b0cf7bc",
|
823 |
+
"shasum": ""
|
824 |
+
},
|
825 |
+
"require": {
|
826 |
+
"automattic/jetpack-connection": "1.21.1",
|
827 |
+
"automattic/jetpack-constants": "1.5.1",
|
828 |
+
"automattic/jetpack-options": "1.9.1",
|
829 |
+
"automattic/jetpack-roles": "1.3.1",
|
830 |
+
"automattic/jetpack-status": "1.6.0"
|
831 |
+
},
|
832 |
+
"time": "2020-11-24T17:50:38+00:00",
|
833 |
+
"type": "library",
|
834 |
+
"installation-source": "dist",
|
835 |
+
"autoload": {
|
836 |
+
"classmap": [
|
837 |
+
"src/"
|
838 |
+
]
|
839 |
+
},
|
840 |
+
"notification-url": "https://packagist.org/downloads/",
|
841 |
+
"license": [
|
842 |
+
"GPL-2.0-or-later"
|
843 |
+
],
|
844 |
+
"description": "Everything needed to allow syncing to the WP.com infrastructure.",
|
845 |
+
"install-path": "../automattic/jetpack-sync"
|
846 |
+
},
|
847 |
+
{
|
848 |
+
"name": "automattic/jetpack-terms-of-service",
|
849 |
+
"version": "v1.8.2",
|
850 |
+
"version_normalized": "1.8.2.0",
|
851 |
+
"source": {
|
852 |
+
"type": "git",
|
853 |
+
"url": "https://github.com/Automattic/jetpack-terms-of-service.git",
|
854 |
+
"reference": "25bbbdee520eb17f9a30e899255494583a2bbb64"
|
855 |
+
},
|
856 |
+
"dist": {
|
857 |
+
"type": "zip",
|
858 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/25bbbdee520eb17f9a30e899255494583a2bbb64",
|
859 |
+
"reference": "25bbbdee520eb17f9a30e899255494583a2bbb64",
|
860 |
+
"shasum": ""
|
861 |
+
},
|
862 |
+
"require": {
|
863 |
+
"automattic/jetpack-options": "1.9.1",
|
864 |
+
"automattic/jetpack-status": "1.6.0"
|
865 |
+
},
|
866 |
+
"require-dev": {
|
867 |
+
"php-mock/php-mock": "^2.1",
|
868 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
869 |
+
},
|
870 |
+
"time": "2020-11-24T17:50:38+00:00",
|
871 |
+
"type": "library",
|
872 |
+
"installation-source": "dist",
|
873 |
+
"autoload": {
|
874 |
+
"classmap": [
|
875 |
+
"src/"
|
876 |
+
]
|
877 |
+
},
|
878 |
+
"notification-url": "https://packagist.org/downloads/",
|
879 |
+
"license": [
|
880 |
+
"GPL-2.0-or-later"
|
881 |
+
],
|
882 |
+
"description": "Everything need to manage the terms of service state",
|
883 |
+
"install-path": "../automattic/jetpack-terms-of-service"
|
884 |
+
},
|
885 |
+
{
|
886 |
+
"name": "automattic/jetpack-tracking",
|
887 |
+
"version": "v1.11.1",
|
888 |
+
"version_normalized": "1.11.1.0",
|
889 |
+
"source": {
|
890 |
+
"type": "git",
|
891 |
+
"url": "https://github.com/Automattic/jetpack-tracking.git",
|
892 |
+
"reference": "982936c59852e8fd3768a8e33121db63928fba76"
|
893 |
+
},
|
894 |
+
"dist": {
|
895 |
+
"type": "zip",
|
896 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/982936c59852e8fd3768a8e33121db63928fba76",
|
897 |
+
"reference": "982936c59852e8fd3768a8e33121db63928fba76",
|
898 |
+
"shasum": ""
|
899 |
+
},
|
900 |
+
"require": {
|
901 |
+
"automattic/jetpack-options": "1.9.1",
|
902 |
+
"automattic/jetpack-status": "1.6.0",
|
903 |
+
"automattic/jetpack-terms-of-service": "1.8.2"
|
904 |
+
},
|
905 |
+
"require-dev": {
|
906 |
+
"php-mock/php-mock": "^2.1",
|
907 |
+
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
908 |
+
},
|
909 |
+
"time": "2020-11-24T17:51:57+00:00",
|
910 |
+
"type": "library",
|
911 |
+
"installation-source": "dist",
|
912 |
+
"autoload": {
|
913 |
+
"classmap": [
|
914 |
+
"legacy",
|
915 |
+
"src/"
|
916 |
+
]
|
917 |
+
},
|
918 |
+
"notification-url": "https://packagist.org/downloads/",
|
919 |
+
"license": [
|
920 |
+
"GPL-2.0-or-later"
|
921 |
+
],
|
922 |
+
"description": "Tracking for Jetpack",
|
923 |
+
"install-path": "../automattic/jetpack-tracking"
|
924 |
+
},
|
925 |
+
{
|
926 |
+
"name": "nojimage/twitter-text-php",
|
927 |
+
"version": "v3.1.1",
|
928 |
+
"version_normalized": "3.1.1.0",
|
929 |
+
"source": {
|
930 |
+
"type": "git",
|
931 |
+
"url": "https://github.com/nojimage/twitter-text-php.git",
|
932 |
+
"reference": "7f466b331cebfdd00e3568acaf45f2e90a39a320"
|
933 |
+
},
|
934 |
+
"dist": {
|
935 |
+
"type": "zip",
|
936 |
+
"url": "https://api.github.com/repos/nojimage/twitter-text-php/zipball/7f466b331cebfdd00e3568acaf45f2e90a39a320",
|
937 |
+
"reference": "7f466b331cebfdd00e3568acaf45f2e90a39a320",
|
938 |
+
"shasum": ""
|
939 |
+
},
|
940 |
+
"require": {
|
941 |
+
"ext-intl": "*",
|
942 |
+
"ext-mbstring": "*",
|
943 |
+
"php": ">=5.3.3"
|
944 |
+
},
|
945 |
+
"require-dev": {
|
946 |
+
"ext-json": "*",
|
947 |
+
"phpunit/phpunit": "4.8.*|5.7.*|6.5.*",
|
948 |
+
"symfony/yaml": "^2.6.0|^3.4.0|^4.4.0|^5.0.0",
|
949 |
+
"twitter/twitter-text": "^3.0.0"
|
950 |
+
},
|
951 |
+
"time": "2020-09-30T13:30:59+00:00",
|
952 |
+
"type": "library",
|
953 |
+
"installation-source": "dist",
|
954 |
+
"autoload": {
|
955 |
+
"psr-0": {
|
956 |
+
"Twitter\\Text\\": "lib/"
|
957 |
+
}
|
958 |
+
},
|
959 |
+
"notification-url": "https://packagist.org/downloads/",
|
960 |
+
"license": [
|
961 |
+
"Apache-2.0"
|
962 |
+
],
|
963 |
+
"authors": [
|
964 |
+
{
|
965 |
+
"name": "Matt Sanford",
|
966 |
+
"email": "matt@mzsanford.com",
|
967 |
+
"homepage": "http://mzsanford.com"
|
968 |
+
},
|
969 |
+
{
|
970 |
+
"name": "Mike Cochrane",
|
971 |
+
"email": "mikec@mikenz.geek.nz",
|
972 |
+
"homepage": "http://mikenz.geek.nz"
|
973 |
+
},
|
974 |
+
{
|
975 |
+
"name": "Nick Pope",
|
976 |
+
"email": "git@nickpope.me.uk",
|
977 |
+
"homepage": "http://www.nickpope.me.uk"
|
978 |
+
},
|
979 |
+
{
|
980 |
+
"name": "Takashi Nojima",
|
981 |
+
"homepage": "http://php-tips.com"
|
982 |
+
}
|
983 |
+
],
|
984 |
+
"description": "A library of PHP classes that provide auto-linking and extraction of usernames, lists, hashtags and URLs from tweets.",
|
985 |
+
"homepage": "https://github.com/nojimage/twitter-text-php",
|
986 |
+
"keywords": [
|
987 |
+
"autolink",
|
988 |
+
"extract",
|
989 |
+
"text",
|
990 |
+
"twitter"
|
991 |
+
],
|
992 |
+
"install-path": "../nojimage/twitter-text-php"
|
993 |
+
}
|
994 |
+
],
|
995 |
+
"dev": false,
|
996 |
+
"dev-package-names": []
|
997 |
+
}
|
vendor/composer/installed.php
ADDED
@@ -0,0 +1,258 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php return array (
|
2 |
+
'root' =>
|
3 |
+
array (
|
4 |
+
'pretty_version' => 'dev-master',
|
5 |
+
'version' => 'dev-master',
|
6 |
+
'aliases' =>
|
7 |
+
array (
|
8 |
+
),
|
9 |
+
'reference' => '5687756eda3d6efef7b439f432c90abadcb28987',
|
10 |
+
'name' => 'automattic/jetpack',
|
11 |
+
),
|
12 |
+
'versions' =>
|
13 |
+
array (
|
14 |
+
'automattic/jetpack' =>
|
15 |
+
array (
|
16 |
+
'pretty_version' => 'dev-master',
|
17 |
+
'version' => 'dev-master',
|
18 |
+
'aliases' =>
|
19 |
+
array (
|
20 |
+
),
|
21 |
+
'reference' => '5687756eda3d6efef7b439f432c90abadcb28987',
|
22 |
+
),
|
23 |
+
'automattic/jetpack-a8c-mc-stats' =>
|
24 |
+
array (
|
25 |
+
'pretty_version' => 'v1.2.0',
|
26 |
+
'version' => '1.2.0.0',
|
27 |
+
'aliases' =>
|
28 |
+
array (
|
29 |
+
),
|
30 |
+
'reference' => '9daa7d933679f7c3c38f1a2a1eaeaa87d7b43e37',
|
31 |
+
),
|
32 |
+
'automattic/jetpack-abtest' =>
|
33 |
+
array (
|
34 |
+
'pretty_version' => 'v1.8.4',
|
35 |
+
'version' => '1.8.4.0',
|
36 |
+
'aliases' =>
|
37 |
+
array (
|
38 |
+
),
|
39 |
+
'reference' => '5eb3addbca6cbbc0603cbf74b653078615bb92d7',
|
40 |
+
),
|
41 |
+
'automattic/jetpack-assets' =>
|
42 |
+
array (
|
43 |
+
'pretty_version' => 'v1.9.1',
|
44 |
+
'version' => '1.9.1.0',
|
45 |
+
'aliases' =>
|
46 |
+
array (
|
47 |
+
),
|
48 |
+
'reference' => '2eb64917ef18f9e26258ff1e1bfadf3ff71e7518',
|
49 |
+
),
|
50 |
+
'automattic/jetpack-autoloader' =>
|
51 |
+
array (
|
52 |
+
'pretty_version' => 'v2.6.0',
|
53 |
+
'version' => '2.6.0.0',
|
54 |
+
'aliases' =>
|
55 |
+
array (
|
56 |
+
),
|
57 |
+
'reference' => '47dde8dbca6b1e30f176725f2f748a9abefcaf58',
|
58 |
+
),
|
59 |
+
'automattic/jetpack-backup' =>
|
60 |
+
array (
|
61 |
+
'pretty_version' => 'v1.0.2',
|
62 |
+
'version' => '1.0.2.0',
|
63 |
+
'aliases' =>
|
64 |
+
array (
|
65 |
+
),
|
66 |
+
'reference' => 'ea2aaa9be3697d8b885a74a11411c7818fba5a75',
|
67 |
+
),
|
68 |
+
'automattic/jetpack-blocks' =>
|
69 |
+
array (
|
70 |
+
'pretty_version' => 'v1.1.1',
|
71 |
+
'version' => '1.1.1.0',
|
72 |
+
'aliases' =>
|
73 |
+
array (
|
74 |
+
),
|
75 |
+
'reference' => '4f1ac651e6a5746c9ef10f93fa61d4b5777d2e31',
|
76 |
+
),
|
77 |
+
'automattic/jetpack-compat' =>
|
78 |
+
array (
|
79 |
+
'pretty_version' => 'v1.5.1',
|
80 |
+
'version' => '1.5.1.0',
|
81 |
+
'aliases' =>
|
82 |
+
array (
|
83 |
+
),
|
84 |
+
'reference' => '00165f14c19729d4b28ed5a67d1e2b68393ae291',
|
85 |
+
),
|
86 |
+
'automattic/jetpack-config' =>
|
87 |
+
array (
|
88 |
+
'pretty_version' => 'v1.4.2',
|
89 |
+
'version' => '1.4.2.0',
|
90 |
+
'aliases' =>
|
91 |
+
array (
|
92 |
+
),
|
93 |
+
'reference' => '0f4b1f66f276cc2352d5fa0c29f98566df8efdd3',
|
94 |
+
),
|
95 |
+
'automattic/jetpack-connection' =>
|
96 |
+
array (
|
97 |
+
'pretty_version' => 'v1.21.1',
|
98 |
+
'version' => '1.21.1.0',
|
99 |
+
'aliases' =>
|
100 |
+
array (
|
101 |
+
),
|
102 |
+
'reference' => 'd44cc99636389cff1f7ca0e1a2aee630b9d1673f',
|
103 |
+
),
|
104 |
+
'automattic/jetpack-constants' =>
|
105 |
+
array (
|
106 |
+
'pretty_version' => 'v1.5.1',
|
107 |
+
'version' => '1.5.1.0',
|
108 |
+
'aliases' =>
|
109 |
+
array (
|
110 |
+
),
|
111 |
+
'reference' => '18f772daddc8be5df76c9f4a92e017a3c2569a5b',
|
112 |
+
),
|
113 |
+
'automattic/jetpack-device-detection' =>
|
114 |
+
array (
|
115 |
+
'pretty_version' => 'v1.2.1',
|
116 |
+
'version' => '1.2.1.0',
|
117 |
+
'aliases' =>
|
118 |
+
array (
|
119 |
+
),
|
120 |
+
'reference' => 'c6c98a5590b4dfe28c7331f51a24b5a3e682a412',
|
121 |
+
),
|
122 |
+
'automattic/jetpack-error' =>
|
123 |
+
array (
|
124 |
+
'pretty_version' => 'v1.2.0',
|
125 |
+
'version' => '1.2.0.0',
|
126 |
+
'aliases' =>
|
127 |
+
array (
|
128 |
+
),
|
129 |
+
'reference' => '8ebe103c86f6a423e3abffb2812d787600bf9ea0',
|
130 |
+
),
|
131 |
+
'automattic/jetpack-heartbeat' =>
|
132 |
+
array (
|
133 |
+
'pretty_version' => 'v1.2.2',
|
134 |
+
'version' => '1.2.2.0',
|
135 |
+
'aliases' =>
|
136 |
+
array (
|
137 |
+
),
|
138 |
+
'reference' => '22bfefe0477978a1aca5410f406b020bf5a6920e',
|
139 |
+
),
|
140 |
+
'automattic/jetpack-jitm' =>
|
141 |
+
array (
|
142 |
+
'pretty_version' => 'v1.12.1',
|
143 |
+
'version' => '1.12.1.0',
|
144 |
+
'aliases' =>
|
145 |
+
array (
|
146 |
+
),
|
147 |
+
'reference' => 'a7a407d9695316c3163465af07411c06b10096fa',
|
148 |
+
),
|
149 |
+
'automattic/jetpack-lazy-images' =>
|
150 |
+
array (
|
151 |
+
'pretty_version' => 'v1.1.2',
|
152 |
+
'version' => '1.1.2.0',
|
153 |
+
'aliases' =>
|
154 |
+
array (
|
155 |
+
),
|
156 |
+
'reference' => '489ba6b2c4fd15b47bbdb3dbbc75b68a483ef4d9',
|
157 |
+
),
|
158 |
+
'automattic/jetpack-licensing' =>
|
159 |
+
array (
|
160 |
+
'pretty_version' => 'v1.2.4',
|
161 |
+
'version' => '1.2.4.0',
|
162 |
+
'aliases' =>
|
163 |
+
array (
|
164 |
+
),
|
165 |
+
'reference' => 'b02e82ea6abaf4dbc325d54be98d300cf930c9e8',
|
166 |
+
),
|
167 |
+
'automattic/jetpack-logo' =>
|
168 |
+
array (
|
169 |
+
'pretty_version' => 'v1.4.0',
|
170 |
+
'version' => '1.4.0.0',
|
171 |
+
'aliases' =>
|
172 |
+
array (
|
173 |
+
),
|
174 |
+
'reference' => '4e209e3515f43f1586b25755c626cc3ec8e7b06c',
|
175 |
+
),
|
176 |
+
'automattic/jetpack-options' =>
|
177 |
+
array (
|
178 |
+
'pretty_version' => 'v1.9.1',
|
179 |
+
'version' => '1.9.1.0',
|
180 |
+
'aliases' =>
|
181 |
+
array (
|
182 |
+
),
|
183 |
+
'reference' => '59c630e3d88f878195f2076971e7d5e2a72941ee',
|
184 |
+
),
|
185 |
+
'automattic/jetpack-partner' =>
|
186 |
+
array (
|
187 |
+
'pretty_version' => 'v1.3.1',
|
188 |
+
'version' => '1.3.1.0',
|
189 |
+
'aliases' =>
|
190 |
+
array (
|
191 |
+
),
|
192 |
+
'reference' => '3656927fbe34e0dfacda1e3814556fe545aaca65',
|
193 |
+
),
|
194 |
+
'automattic/jetpack-redirect' =>
|
195 |
+
array (
|
196 |
+
'pretty_version' => 'v1.4.1',
|
197 |
+
'version' => '1.4.1.0',
|
198 |
+
'aliases' =>
|
199 |
+
array (
|
200 |
+
),
|
201 |
+
'reference' => 'de76b20f8667656e1901499abe09e674ccb830e9',
|
202 |
+
),
|
203 |
+
'automattic/jetpack-roles' =>
|
204 |
+
array (
|
205 |
+
'pretty_version' => 'v1.3.1',
|
206 |
+
'version' => '1.3.1.0',
|
207 |
+
'aliases' =>
|
208 |
+
array (
|
209 |
+
),
|
210 |
+
'reference' => '10234f39a2294d7c2598e7492477031470f5a01b',
|
211 |
+
),
|
212 |
+
'automattic/jetpack-status' =>
|
213 |
+
array (
|
214 |
+
'pretty_version' => 'v1.6.0',
|
215 |
+
'version' => '1.6.0.0',
|
216 |
+
'aliases' =>
|
217 |
+
array (
|
218 |
+
),
|
219 |
+
'reference' => '5ae34fcc1b5c48594778dbdb2783910109746d45',
|
220 |
+
),
|
221 |
+
'automattic/jetpack-sync' =>
|
222 |
+
array (
|
223 |
+
'pretty_version' => 'v1.18.1',
|
224 |
+
'version' => '1.18.1.0',
|
225 |
+
'aliases' =>
|
226 |
+
array (
|
227 |
+
),
|
228 |
+
'reference' => 'e4f714c10b9b3caad9bccfd1a3427dbd5b0cf7bc',
|
229 |
+
),
|
230 |
+
'automattic/jetpack-terms-of-service' =>
|
231 |
+
array (
|
232 |
+
'pretty_version' => 'v1.8.2',
|
233 |
+
'version' => '1.8.2.0',
|
234 |
+
'aliases' =>
|
235 |
+
array (
|
236 |
+
),
|
237 |
+
'reference' => '25bbbdee520eb17f9a30e899255494583a2bbb64',
|
238 |
+
),
|
239 |
+
'automattic/jetpack-tracking' =>
|
240 |
+
array (
|
241 |
+
'pretty_version' => 'v1.11.1',
|
242 |
+
'version' => '1.11.1.0',
|
243 |
+
'aliases' =>
|
244 |
+
array (
|
245 |
+
),
|
246 |
+
'reference' => '982936c59852e8fd3768a8e33121db63928fba76',
|
247 |
+
),
|
248 |
+
'nojimage/twitter-text-php' =>
|
249 |
+
array (
|
250 |
+
'pretty_version' => 'v3.1.1',
|
251 |
+
'version' => '3.1.1.0',
|
252 |
+
'aliases' =>
|
253 |
+
array (
|
254 |
+
),
|
255 |
+
'reference' => '7f466b331cebfdd00e3568acaf45f2e90a39a320',
|
256 |
+
),
|
257 |
+
),
|
258 |
+
);
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -10,237 +10,237 @@ return array(
|
|
10 |
'version' => '2.6.0.0',
|
11 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
|
12 |
),
|
13 |
-
'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array(
|
14 |
-
'version' => '2.6.0.0',
|
15 |
-
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
|
16 |
-
),
|
17 |
'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array(
|
18 |
'version' => '2.6.0.0',
|
19 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
|
20 |
),
|
|
|
|
|
|
|
|
|
21 |
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
|
22 |
'version' => '2.6.0.0',
|
23 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
24 |
),
|
25 |
-
'Twitter\\Text\\
|
26 |
-
'version' => '3.1.1.0',
|
27 |
-
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Regex.php'
|
28 |
-
),
|
29 |
-
'Twitter\\Text\\StringUtils' => array(
|
30 |
-
'version' => '3.1.1.0',
|
31 |
-
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/StringUtils.php'
|
32 |
-
),
|
33 |
-
'Twitter\\Text\\Configuration' => array(
|
34 |
'version' => '3.1.1.0',
|
35 |
-
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/
|
36 |
),
|
37 |
'Twitter\\Text\\Validator' => array(
|
38 |
'version' => '3.1.1.0',
|
39 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Validator.php'
|
40 |
),
|
41 |
-
'Twitter\\Text\\Extractor' => array(
|
42 |
-
'version' => '3.1.1.0',
|
43 |
-
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Extractor.php'
|
44 |
-
),
|
45 |
'Twitter\\Text\\Autolink' => array(
|
46 |
'version' => '3.1.1.0',
|
47 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Autolink.php'
|
48 |
),
|
|
|
|
|
|
|
|
|
49 |
'Twitter\\Text\\Parser' => array(
|
50 |
'version' => '3.1.1.0',
|
51 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Parser.php'
|
52 |
),
|
53 |
-
'Twitter\\Text\\
|
54 |
'version' => '3.1.1.0',
|
55 |
-
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/
|
56 |
),
|
57 |
'Twitter\\Text\\HitHighlighter' => array(
|
58 |
'version' => '3.1.1.0',
|
59 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/HitHighlighter.php'
|
60 |
),
|
61 |
-
'Twitter\\Text\\
|
62 |
'version' => '3.1.1.0',
|
63 |
-
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/
|
|
|
|
|
|
|
|
|
64 |
),
|
65 |
'Twitter\\Text\\TldLists' => array(
|
66 |
'version' => '3.1.1.0',
|
67 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/TldLists.php'
|
68 |
),
|
|
|
|
|
|
|
|
|
69 |
'Automattic\\Jetpack\\Plugin\\Tracking' => array(
|
70 |
-
'version' => 'dev-
|
71 |
'path' => $baseDir . '/src/class-tracking.php'
|
72 |
),
|
73 |
'Automattic\\Jetpack\\Sync\\Defaults' => array(
|
74 |
'version' => '1.18.1.0',
|
75 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-defaults.php'
|
76 |
),
|
77 |
-
'Automattic\\Jetpack\\Sync\\
|
78 |
-
'version' => '1.18.1.0',
|
79 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-replicastore.php'
|
80 |
-
),
|
81 |
-
'Automattic\\Jetpack\\Sync\\Actions' => array(
|
82 |
'version' => '1.18.1.0',
|
83 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-
|
84 |
),
|
85 |
-
'Automattic\\Jetpack\\Sync\\
|
86 |
'version' => '1.18.1.0',
|
87 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/
|
88 |
),
|
89 |
-
'Automattic\\Jetpack\\Sync\\
|
90 |
'version' => '1.18.1.0',
|
91 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-
|
92 |
),
|
93 |
-
'Automattic\\Jetpack\\Sync\\
|
94 |
'version' => '1.18.1.0',
|
95 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-
|
96 |
),
|
97 |
'Automattic\\Jetpack\\Sync\\Functions' => array(
|
98 |
'version' => '1.18.1.0',
|
99 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-functions.php'
|
100 |
),
|
101 |
-
'Automattic\\Jetpack\\Sync\\
|
102 |
-
'version' => '1.18.1.0',
|
103 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-server.php'
|
104 |
-
),
|
105 |
-
'Automattic\\Jetpack\\Sync\\Simple_Codec' => array(
|
106 |
-
'version' => '1.18.1.0',
|
107 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-simple-codec.php'
|
108 |
-
),
|
109 |
-
'Automattic\\Jetpack\\Sync\\Sender' => array(
|
110 |
'version' => '1.18.1.0',
|
111 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-
|
112 |
),
|
113 |
'Automattic\\Jetpack\\Sync\\Lock' => array(
|
114 |
'version' => '1.18.1.0',
|
115 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-lock.php'
|
116 |
),
|
117 |
-
'Automattic\\Jetpack\\Sync\\
|
118 |
'version' => '1.18.1.0',
|
119 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/
|
120 |
),
|
121 |
-
'Automattic\\Jetpack\\Sync\\
|
122 |
'version' => '1.18.1.0',
|
123 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/
|
124 |
),
|
125 |
'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array(
|
126 |
'version' => '1.18.1.0',
|
127 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue-buffer.php'
|
128 |
),
|
129 |
-
'Automattic\\Jetpack\\Sync\\
|
130 |
'version' => '1.18.1.0',
|
131 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-
|
132 |
),
|
133 |
-
'Automattic\\Jetpack\\Sync\\
|
134 |
'version' => '1.18.1.0',
|
135 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-
|
136 |
),
|
137 |
-
'Automattic\\Jetpack\\Sync\\
|
138 |
'version' => '1.18.1.0',
|
139 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-
|
140 |
),
|
141 |
-
'Automattic\\Jetpack\\Sync\\Modules
|
142 |
'version' => '1.18.1.0',
|
143 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/
|
144 |
),
|
145 |
-
'Automattic\\Jetpack\\Sync\\
|
146 |
'version' => '1.18.1.0',
|
147 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/
|
148 |
),
|
149 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
150 |
'version' => '1.18.1.0',
|
151 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
152 |
),
|
153 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
154 |
'version' => '1.18.1.0',
|
155 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
156 |
),
|
157 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
158 |
'version' => '1.18.1.0',
|
159 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
160 |
),
|
161 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
162 |
'version' => '1.18.1.0',
|
163 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
164 |
),
|
165 |
'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array(
|
166 |
'version' => '1.18.1.0',
|
167 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'
|
168 |
),
|
169 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
170 |
'version' => '1.18.1.0',
|
171 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
172 |
),
|
173 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
174 |
'version' => '1.18.1.0',
|
175 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
176 |
),
|
177 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
178 |
'version' => '1.18.1.0',
|
179 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
180 |
),
|
181 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
182 |
'version' => '1.18.1.0',
|
183 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
184 |
),
|
185 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
186 |
'version' => '1.18.1.0',
|
187 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
188 |
),
|
189 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
190 |
'version' => '1.18.1.0',
|
191 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
192 |
),
|
193 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
194 |
'version' => '1.18.1.0',
|
195 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
196 |
),
|
197 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
198 |
'version' => '1.18.1.0',
|
199 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
200 |
),
|
201 |
'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array(
|
202 |
'version' => '1.18.1.0',
|
203 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-constants.php'
|
204 |
),
|
205 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
206 |
'version' => '1.18.1.0',
|
207 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
208 |
),
|
209 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
210 |
'version' => '1.18.1.0',
|
211 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
212 |
),
|
213 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
214 |
'version' => '1.18.1.0',
|
215 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
),
|
217 |
'Automattic\\Jetpack\\Sync\\Modules\\Import' => array(
|
218 |
'version' => '1.18.1.0',
|
219 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-import.php'
|
220 |
),
|
221 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
222 |
'version' => '1.18.1.0',
|
223 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
224 |
),
|
225 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
226 |
'version' => '1.18.1.0',
|
227 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
228 |
),
|
229 |
-
'Automattic\\Jetpack\\Sync\\Modules\\
|
230 |
'version' => '1.18.1.0',
|
231 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-
|
232 |
),
|
233 |
-
'Automattic\\Jetpack\\Sync\\
|
234 |
'version' => '1.18.1.0',
|
235 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-
|
236 |
),
|
237 |
-
'Automattic\\Jetpack\\Sync\\
|
238 |
'version' => '1.18.1.0',
|
239 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-
|
240 |
),
|
241 |
-
'Automattic\\Jetpack\\Sync\\
|
242 |
'version' => '1.18.1.0',
|
243 |
-
'path' => $vendorDir . '/automattic/jetpack-sync/src/
|
|
|
|
|
|
|
|
|
244 |
),
|
245 |
'Automattic\\Jetpack\\Licensing' => array(
|
246 |
'version' => '1.2.4.0',
|
@@ -250,6 +250,10 @@ return array(
|
|
250 |
'version' => '1.1.2.0',
|
251 |
'path' => $vendorDir . '/automattic/jetpack-lazy-images/src/lazy-images.php'
|
252 |
),
|
|
|
|
|
|
|
|
|
253 |
'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array(
|
254 |
'version' => '1.12.1.0',
|
255 |
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-pre-connection-jitm.php'
|
@@ -258,10 +262,6 @@ return array(
|
|
258 |
'version' => '1.12.1.0',
|
259 |
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-jitm.php'
|
260 |
),
|
261 |
-
'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array(
|
262 |
-
'version' => '1.12.1.0',
|
263 |
-
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-post-connection-jitm.php'
|
264 |
-
),
|
265 |
'Automattic\\Jetpack\\Device_Detection' => array(
|
266 |
'version' => '1.2.1.0',
|
267 |
'path' => $vendorDir . '/automattic/jetpack-device-detection/src/class-device-detection.php'
|
@@ -274,25 +274,25 @@ return array(
|
|
274 |
'version' => '1.4.2.0',
|
275 |
'path' => $vendorDir . '/automattic/jetpack-config/src/class-config.php'
|
276 |
),
|
|
|
|
|
|
|
|
|
277 |
'JetpackTracking' => array(
|
278 |
'version' => '1.5.1.0',
|
279 |
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpacktracking.php'
|
280 |
),
|
281 |
-
'
|
282 |
'version' => '1.5.1.0',
|
283 |
-
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-
|
284 |
),
|
285 |
'Jetpack_Sync_Modules' => array(
|
286 |
'version' => '1.5.1.0',
|
287 |
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-sync-modules.php'
|
288 |
),
|
289 |
-
'
|
290 |
-
'version' => '1.5.1.0',
|
291 |
-
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-client.php'
|
292 |
-
),
|
293 |
-
'Jetpack_Sync_Settings' => array(
|
294 |
'version' => '1.5.1.0',
|
295 |
-
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-sync-
|
296 |
),
|
297 |
'Automattic\\Jetpack\\Blocks' => array(
|
298 |
'version' => '1.1.1.0',
|
@@ -326,65 +326,65 @@ return array(
|
|
326 |
'version' => '1.9.1.0',
|
327 |
'path' => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php'
|
328 |
),
|
|
|
|
|
|
|
|
|
329 |
'Jetpack_IXR_Client' => array(
|
330 |
'version' => '1.21.1.0',
|
331 |
'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'
|
332 |
),
|
|
|
|
|
|
|
|
|
333 |
'Jetpack_IXR_ClientMulticall' => array(
|
334 |
'version' => '1.21.1.0',
|
335 |
'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'
|
336 |
),
|
337 |
-
'
|
338 |
'version' => '1.21.1.0',
|
339 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/
|
340 |
),
|
341 |
-
'
|
342 |
'version' => '1.21.1.0',
|
343 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/
|
344 |
),
|
345 |
-
'Automattic\\Jetpack\\Connection\\
|
346 |
'version' => '1.21.1.0',
|
347 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-
|
348 |
),
|
349 |
'Automattic\\Jetpack\\Connection\\Client' => array(
|
350 |
'version' => '1.21.1.0',
|
351 |
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-client.php'
|
352 |
),
|
353 |
-
'Automattic\\Jetpack\\Connection\\Plugin' => array(
|
354 |
-
'version' => '1.21.1.0',
|
355 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-plugin.php'
|
356 |
-
),
|
357 |
-
'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array(
|
358 |
-
'version' => '1.21.1.0',
|
359 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-xmlrpc-connector.php'
|
360 |
-
),
|
361 |
'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array(
|
362 |
'version' => '1.21.1.0',
|
363 |
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-authentication.php'
|
364 |
),
|
365 |
-
'Automattic\\Jetpack\\Connection\\
|
366 |
'version' => '1.21.1.0',
|
367 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-
|
368 |
),
|
369 |
'Automattic\\Jetpack\\Connection\\Manager_Interface' => array(
|
370 |
'version' => '1.21.1.0',
|
371 |
'path' => $vendorDir . '/automattic/jetpack-connection/src/interface-manager.php'
|
372 |
),
|
373 |
-
'Automattic\\Jetpack\\Connection\\
|
374 |
'version' => '1.21.1.0',
|
375 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-
|
376 |
),
|
377 |
-
'Automattic\\Jetpack\\Connection\\
|
378 |
'version' => '1.21.1.0',
|
379 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-
|
380 |
),
|
381 |
-
'Automattic\\Jetpack\\Connection\\
|
382 |
'version' => '1.21.1.0',
|
383 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-
|
384 |
),
|
385 |
-
'Automattic\\Jetpack\\Connection\\
|
386 |
'version' => '1.21.1.0',
|
387 |
-
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-
|
388 |
),
|
389 |
'Automattic\\Jetpack\\Heartbeat' => array(
|
390 |
'version' => '1.2.2.0',
|
10 |
'version' => '2.6.0.0',
|
11 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
|
12 |
),
|
|
|
|
|
|
|
|
|
13 |
'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array(
|
14 |
'version' => '2.6.0.0',
|
15 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
|
16 |
),
|
17 |
+
'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array(
|
18 |
+
'version' => '2.6.0.0',
|
19 |
+
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
|
20 |
+
),
|
21 |
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
|
22 |
'version' => '2.6.0.0',
|
23 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
24 |
),
|
25 |
+
'Twitter\\Text\\EmojiRegex' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
'version' => '3.1.1.0',
|
27 |
+
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/EmojiRegex.php'
|
28 |
),
|
29 |
'Twitter\\Text\\Validator' => array(
|
30 |
'version' => '3.1.1.0',
|
31 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Validator.php'
|
32 |
),
|
|
|
|
|
|
|
|
|
33 |
'Twitter\\Text\\Autolink' => array(
|
34 |
'version' => '3.1.1.0',
|
35 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Autolink.php'
|
36 |
),
|
37 |
+
'Twitter\\Text\\Regex' => array(
|
38 |
+
'version' => '3.1.1.0',
|
39 |
+
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Regex.php'
|
40 |
+
),
|
41 |
'Twitter\\Text\\Parser' => array(
|
42 |
'version' => '3.1.1.0',
|
43 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Parser.php'
|
44 |
),
|
45 |
+
'Twitter\\Text\\ParseResults' => array(
|
46 |
'version' => '3.1.1.0',
|
47 |
+
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/ParseResults.php'
|
48 |
),
|
49 |
'Twitter\\Text\\HitHighlighter' => array(
|
50 |
'version' => '3.1.1.0',
|
51 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/HitHighlighter.php'
|
52 |
),
|
53 |
+
'Twitter\\Text\\Extractor' => array(
|
54 |
'version' => '3.1.1.0',
|
55 |
+
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Extractor.php'
|
56 |
+
),
|
57 |
+
'Twitter\\Text\\Configuration' => array(
|
58 |
+
'version' => '3.1.1.0',
|
59 |
+
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/Configuration.php'
|
60 |
),
|
61 |
'Twitter\\Text\\TldLists' => array(
|
62 |
'version' => '3.1.1.0',
|
63 |
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/TldLists.php'
|
64 |
),
|
65 |
+
'Twitter\\Text\\StringUtils' => array(
|
66 |
+
'version' => '3.1.1.0',
|
67 |
+
'path' => $vendorDir . '/nojimage/twitter-text-php/lib/Twitter/Text/StringUtils.php'
|
68 |
+
),
|
69 |
'Automattic\\Jetpack\\Plugin\\Tracking' => array(
|
70 |
+
'version' => 'dev-master',
|
71 |
'path' => $baseDir . '/src/class-tracking.php'
|
72 |
),
|
73 |
'Automattic\\Jetpack\\Sync\\Defaults' => array(
|
74 |
'version' => '1.18.1.0',
|
75 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-defaults.php'
|
76 |
),
|
77 |
+
'Automattic\\Jetpack\\Sync\\Sender' => array(
|
|
|
|
|
|
|
|
|
78 |
'version' => '1.18.1.0',
|
79 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-sender.php'
|
80 |
),
|
81 |
+
'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array(
|
82 |
'version' => '1.18.1.0',
|
83 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-replicastore.php'
|
84 |
),
|
85 |
+
'Automattic\\Jetpack\\Sync\\Replicastore' => array(
|
86 |
'version' => '1.18.1.0',
|
87 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-replicastore.php'
|
88 |
),
|
89 |
+
'Automattic\\Jetpack\\Sync\\Actions' => array(
|
90 |
'version' => '1.18.1.0',
|
91 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-actions.php'
|
92 |
),
|
93 |
'Automattic\\Jetpack\\Sync\\Functions' => array(
|
94 |
'version' => '1.18.1.0',
|
95 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-functions.php'
|
96 |
),
|
97 |
+
'Automattic\\Jetpack\\Sync\\Utils' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
'version' => '1.18.1.0',
|
99 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-utils.php'
|
100 |
),
|
101 |
'Automattic\\Jetpack\\Sync\\Lock' => array(
|
102 |
'version' => '1.18.1.0',
|
103 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-lock.php'
|
104 |
),
|
105 |
+
'Automattic\\Jetpack\\Sync\\Codec_Interface' => array(
|
106 |
'version' => '1.18.1.0',
|
107 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-codec.php'
|
108 |
),
|
109 |
+
'Automattic\\Jetpack\\Sync\\Main' => array(
|
110 |
'version' => '1.18.1.0',
|
111 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-main.php'
|
112 |
),
|
113 |
'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array(
|
114 |
'version' => '1.18.1.0',
|
115 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue-buffer.php'
|
116 |
),
|
117 |
+
'Automattic\\Jetpack\\Sync\\Users' => array(
|
118 |
'version' => '1.18.1.0',
|
119 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-users.php'
|
120 |
),
|
121 |
+
'Automattic\\Jetpack\\Sync\\Simple_Codec' => array(
|
122 |
'version' => '1.18.1.0',
|
123 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-simple-codec.php'
|
124 |
),
|
125 |
+
'Automattic\\Jetpack\\Sync\\Queue' => array(
|
126 |
'version' => '1.18.1.0',
|
127 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue.php'
|
128 |
),
|
129 |
+
'Automattic\\Jetpack\\Sync\\Modules' => array(
|
130 |
'version' => '1.18.1.0',
|
131 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-modules.php'
|
132 |
),
|
133 |
+
'Automattic\\Jetpack\\Sync\\Listener' => array(
|
134 |
'version' => '1.18.1.0',
|
135 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-listener.php'
|
136 |
),
|
137 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array(
|
138 |
'version' => '1.18.1.0',
|
139 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-posts.php'
|
140 |
),
|
141 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array(
|
142 |
'version' => '1.18.1.0',
|
143 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-attachments.php'
|
144 |
),
|
145 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array(
|
146 |
'version' => '1.18.1.0',
|
147 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php'
|
148 |
),
|
149 |
+
'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array(
|
150 |
'version' => '1.18.1.0',
|
151 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-woocommerce.php'
|
152 |
),
|
153 |
'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array(
|
154 |
'version' => '1.18.1.0',
|
155 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'
|
156 |
),
|
157 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Module' => array(
|
158 |
'version' => '1.18.1.0',
|
159 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-module.php'
|
160 |
),
|
161 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array(
|
162 |
'version' => '1.18.1.0',
|
163 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-plugins.php'
|
164 |
),
|
165 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array(
|
166 |
'version' => '1.18.1.0',
|
167 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-menus.php'
|
168 |
),
|
169 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array(
|
170 |
'version' => '1.18.1.0',
|
171 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-stats.php'
|
172 |
),
|
173 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array(
|
174 |
'version' => '1.18.1.0',
|
175 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-meta.php'
|
176 |
),
|
177 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Users' => array(
|
178 |
'version' => '1.18.1.0',
|
179 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-users.php'
|
180 |
),
|
181 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array(
|
182 |
'version' => '1.18.1.0',
|
183 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-comments.php'
|
184 |
),
|
185 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Options' => array(
|
186 |
'version' => '1.18.1.0',
|
187 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-options.php'
|
188 |
),
|
189 |
'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array(
|
190 |
'version' => '1.18.1.0',
|
191 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-constants.php'
|
192 |
),
|
193 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array(
|
194 |
'version' => '1.18.1.0',
|
195 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-term-relationships.php'
|
196 |
),
|
197 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array(
|
198 |
'version' => '1.18.1.0',
|
199 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-terms.php'
|
200 |
),
|
201 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array(
|
202 |
'version' => '1.18.1.0',
|
203 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-themes.php'
|
204 |
+
),
|
205 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array(
|
206 |
+
'version' => '1.18.1.0',
|
207 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-network-options.php'
|
208 |
+
),
|
209 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array(
|
210 |
+
'version' => '1.18.1.0',
|
211 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-protect.php'
|
212 |
),
|
213 |
'Automattic\\Jetpack\\Sync\\Modules\\Import' => array(
|
214 |
'version' => '1.18.1.0',
|
215 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-import.php'
|
216 |
),
|
217 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array(
|
218 |
'version' => '1.18.1.0',
|
219 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-callables.php'
|
220 |
),
|
221 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array(
|
222 |
'version' => '1.18.1.0',
|
223 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync.php'
|
224 |
),
|
225 |
+
'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array(
|
226 |
'version' => '1.18.1.0',
|
227 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-updates.php'
|
228 |
),
|
229 |
+
'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array(
|
230 |
'version' => '1.18.1.0',
|
231 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-json-deflate-array-codec.php'
|
232 |
),
|
233 |
+
'Automattic\\Jetpack\\Sync\\Settings' => array(
|
234 |
'version' => '1.18.1.0',
|
235 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-settings.php'
|
236 |
),
|
237 |
+
'Automattic\\Jetpack\\Sync\\Health' => array(
|
238 |
'version' => '1.18.1.0',
|
239 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-health.php'
|
240 |
+
),
|
241 |
+
'Automattic\\Jetpack\\Sync\\Server' => array(
|
242 |
+
'version' => '1.18.1.0',
|
243 |
+
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-server.php'
|
244 |
),
|
245 |
'Automattic\\Jetpack\\Licensing' => array(
|
246 |
'version' => '1.2.4.0',
|
250 |
'version' => '1.1.2.0',
|
251 |
'path' => $vendorDir . '/automattic/jetpack-lazy-images/src/lazy-images.php'
|
252 |
),
|
253 |
+
'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array(
|
254 |
+
'version' => '1.12.1.0',
|
255 |
+
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-post-connection-jitm.php'
|
256 |
+
),
|
257 |
'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array(
|
258 |
'version' => '1.12.1.0',
|
259 |
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-pre-connection-jitm.php'
|
262 |
'version' => '1.12.1.0',
|
263 |
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-jitm.php'
|
264 |
),
|
|
|
|
|
|
|
|
|
265 |
'Automattic\\Jetpack\\Device_Detection' => array(
|
266 |
'version' => '1.2.1.0',
|
267 |
'path' => $vendorDir . '/automattic/jetpack-device-detection/src/class-device-detection.php'
|
274 |
'version' => '1.4.2.0',
|
275 |
'path' => $vendorDir . '/automattic/jetpack-config/src/class-config.php'
|
276 |
),
|
277 |
+
'Jetpack_Sync_Settings' => array(
|
278 |
+
'version' => '1.5.1.0',
|
279 |
+
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-sync-settings.php'
|
280 |
+
),
|
281 |
'JetpackTracking' => array(
|
282 |
'version' => '1.5.1.0',
|
283 |
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpacktracking.php'
|
284 |
),
|
285 |
+
'Jetpack_Client' => array(
|
286 |
'version' => '1.5.1.0',
|
287 |
+
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-client.php'
|
288 |
),
|
289 |
'Jetpack_Sync_Modules' => array(
|
290 |
'version' => '1.5.1.0',
|
291 |
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-sync-modules.php'
|
292 |
),
|
293 |
+
'Jetpack_Sync_Actions' => array(
|
|
|
|
|
|
|
|
|
294 |
'version' => '1.5.1.0',
|
295 |
+
'path' => $vendorDir . '/automattic/jetpack-compat/legacy/class-jetpack-sync-actions.php'
|
296 |
),
|
297 |
'Automattic\\Jetpack\\Blocks' => array(
|
298 |
'version' => '1.1.1.0',
|
326 |
'version' => '1.9.1.0',
|
327 |
'path' => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php'
|
328 |
),
|
329 |
+
'Jetpack_XMLRPC_Server' => array(
|
330 |
+
'version' => '1.21.1.0',
|
331 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php'
|
332 |
+
),
|
333 |
'Jetpack_IXR_Client' => array(
|
334 |
'version' => '1.21.1.0',
|
335 |
'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'
|
336 |
),
|
337 |
+
'Jetpack_Signature' => array(
|
338 |
+
'version' => '1.21.1.0',
|
339 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-signature.php'
|
340 |
+
),
|
341 |
'Jetpack_IXR_ClientMulticall' => array(
|
342 |
'version' => '1.21.1.0',
|
343 |
'path' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'
|
344 |
),
|
345 |
+
'Automattic\\Jetpack\\Connection\\Error_Handler' => array(
|
346 |
'version' => '1.21.1.0',
|
347 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-error-handler.php'
|
348 |
),
|
349 |
+
'Automattic\\Jetpack\\Connection\\REST_Connector' => array(
|
350 |
'version' => '1.21.1.0',
|
351 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-connector.php'
|
352 |
),
|
353 |
+
'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array(
|
354 |
'version' => '1.21.1.0',
|
355 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-plugin-storage.php'
|
356 |
),
|
357 |
'Automattic\\Jetpack\\Connection\\Client' => array(
|
358 |
'version' => '1.21.1.0',
|
359 |
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-client.php'
|
360 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
361 |
'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array(
|
362 |
'version' => '1.21.1.0',
|
363 |
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-authentication.php'
|
364 |
),
|
365 |
+
'Automattic\\Jetpack\\Connection\\Utils' => array(
|
366 |
'version' => '1.21.1.0',
|
367 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-utils.php'
|
368 |
),
|
369 |
'Automattic\\Jetpack\\Connection\\Manager_Interface' => array(
|
370 |
'version' => '1.21.1.0',
|
371 |
'path' => $vendorDir . '/automattic/jetpack-connection/src/interface-manager.php'
|
372 |
),
|
373 |
+
'Automattic\\Jetpack\\Connection\\Plugin' => array(
|
374 |
'version' => '1.21.1.0',
|
375 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-plugin.php'
|
376 |
),
|
377 |
+
'Automattic\\Jetpack\\Connection\\Manager' => array(
|
378 |
'version' => '1.21.1.0',
|
379 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-manager.php'
|
380 |
),
|
381 |
+
'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array(
|
382 |
'version' => '1.21.1.0',
|
383 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-xmlrpc-connector.php'
|
384 |
),
|
385 |
+
'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array(
|
386 |
'version' => '1.21.1.0',
|
387 |
+
'path' => $vendorDir . '/automattic/jetpack-connection/src/class-xmlrpc-async-call.php'
|
388 |
),
|
389 |
'Automattic\\Jetpack\\Heartbeat' => array(
|
390 |
'version' => '1.2.2.0',
|
vendor/composer/platform_check.php
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
// platform_check.php @generated by Composer
|
4 |
+
|
5 |
+
$issues = array();
|
6 |
+
|
7 |
+
if (!(PHP_VERSION_ID >= 50303)) {
|
8 |
+
$issues[] = 'Your Composer dependencies require a PHP version ">= 5.3.3". You are running ' . PHP_VERSION . '.';
|
9 |
+
}
|
10 |
+
|
11 |
+
if ($issues) {
|
12 |
+
if (!headers_sent()) {
|
13 |
+
header('HTTP/1.1 500 Internal Server Error');
|
14 |
+
}
|
15 |
+
if (!ini_get('display_errors')) {
|
16 |
+
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
|
17 |
+
fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
|
18 |
+
} elseif (!headers_sent()) {
|
19 |
+
echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
|
20 |
+
}
|
21 |
+
}
|
22 |
+
trigger_error(
|
23 |
+
'Composer detected issues in your platform: ' . implode(' ', $issues),
|
24 |
+
E_USER_ERROR
|
25 |
+
);
|
26 |
+
}
|
vendor/jetpack-autoloader/autoload_functions.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader-locator.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-manifest-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugins-handler.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-loader.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-version-selector.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|