Version Description
- Release date: January 14, 2021
Bug fixes
- Multisite: avoid Fatals on sites using the WPMUDEV domain mapping plugin.
- SEO Tools: prevent a PHP notice in some situations involving taxonomy or author pages.
Download this release
Release Info
Developer | jeherve |
Plugin | Jetpack by WordPress.com |
Version | 9.3.1 |
Comparing to | |
See all releases |
Code changes from version 9.3 to 9.3.1
- 3rd-party/class-domain-mapping.php +1 -1
- changelog.txt +49 -0
- jetpack.php +2 -2
- modules/seo-tools/jetpack-seo.php +8 -4
- readme.txt +10 -1
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/InstalledVersions.php +2 -2
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +5 -5
- vendor/composer/installed.php +2 -2
- vendor/jetpack-autoloader/class-autoloader-handler.php +1 -1
- vendor/jetpack-autoloader/class-autoloader-locator.php +1 -1
- vendor/jetpack-autoloader/class-autoloader.php +1 -1
- vendor/jetpack-autoloader/class-container.php +1 -1
- vendor/jetpack-autoloader/class-hook-manager.php +1 -1
- vendor/jetpack-autoloader/class-latest-autoloader-guard.php +1 -1
- vendor/jetpack-autoloader/class-manifest-reader.php +1 -1
- vendor/jetpack-autoloader/class-path-processor.php +1 -1
- vendor/jetpack-autoloader/class-plugin-locator.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
3rd-party/class-domain-mapping.php
CHANGED
@@ -153,7 +153,7 @@ class Domain_Mapping {
|
|
153 |
* @return Domainmap_Utils
|
154 |
*/
|
155 |
public function get_domain_mapping_utils_instance() {
|
156 |
-
return domain_map::utils();
|
157 |
}
|
158 |
}
|
159 |
|
153 |
* @return Domainmap_Utils
|
154 |
*/
|
155 |
public function get_domain_mapping_utils_instance() {
|
156 |
+
return \domain_map::utils();
|
157 |
}
|
158 |
}
|
159 |
|
changelog.txt
CHANGED
@@ -2,6 +2,55 @@
|
|
2 |
|
3 |
**This is a list detailing changes for all Jetpack releases.**
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
= 9.2.1 =
|
6 |
|
7 |
* Release date: December 10, 2020
|
2 |
|
3 |
**This is a list detailing changes for all Jetpack releases.**
|
4 |
|
5 |
+
= 9.3.1 =
|
6 |
+
|
7 |
+
* Release date: January 14, 2021
|
8 |
+
|
9 |
+
**Bug fixes**
|
10 |
+
|
11 |
+
* Multisite: avoid Fatals on sites using the WPMUDEV domain mapping plugin.
|
12 |
+
* SEO Tools: prevent a PHP notice in some situations involving taxonomy or author pages.
|
13 |
+
|
14 |
+
= 9.3 =
|
15 |
+
|
16 |
+
* Release date: January 12, 2021
|
17 |
+
* Release post: https://wp.me/p1moTy-sgZ
|
18 |
+
|
19 |
+
**Enhancements**
|
20 |
+
|
21 |
+
* Autoloader: improve performance by caching known plugins.
|
22 |
+
* Instant Search: improve compatibility with IE11.
|
23 |
+
* Related Posts: use the semantic time element when displaying dates.
|
24 |
+
* Sharing: defer loading of the reCAPTCHA library by default.
|
25 |
+
|
26 |
+
**Improved compatibility**
|
27 |
+
|
28 |
+
* AMP: avoid PHP notice on sites using legacy versions of the AMP plugin.
|
29 |
+
* Dashboard: avoid errors on sites using PHP 8.
|
30 |
+
* General: use modern JavaScript best practices for loading scripts.
|
31 |
+
* Infinite Scroll: add compatibility for the TwentyTwentyOne theme.
|
32 |
+
* Search: improve styling for the TwentyTwenty theme.
|
33 |
+
* Synchronization: improve integrity of synchronization between your site and WordPress.com.
|
34 |
+
* WordPress.com Toolbar: iterate on the design and functionality of the toolbar to match the toolbar in use on WordPress.com.
|
35 |
+
|
36 |
+
**Bug fixes**
|
37 |
+
|
38 |
+
* Autoloader: resolve symbolic links in active plugin paths.
|
39 |
+
* Autoloader: ensure deactivating plugins aren't cached.
|
40 |
+
* Blocks: improve sidebar display in non-fullscreen mode.
|
41 |
+
* Content Options: do not output CSS when it is not needed.
|
42 |
+
* Instant Search: improve display of tags and categories in search results.
|
43 |
+
* Lazy Images: attempt to load all images when printing a post, and inform the user when printing if images haven't been loaded.
|
44 |
+
* Podcast Player Block: avoid PHP notices in some scenarios.
|
45 |
+
* Search: limit number of filters automatically set up.
|
46 |
+
* Slideshow Block: ensure that image captions are always shown, regardless of the theme you're using.
|
47 |
+
* Subscription Block: display the correct default placeholder and button text strings in the post editor.
|
48 |
+
* Subscriptions: fix the behavior of the toggle switches for the comment subscription settings.
|
49 |
+
* Twitter Threads: improve how Twitter Cards are generated for embeds in the thread preview.
|
50 |
+
* VideoPress: detect aspect ratios rounding to both 1.77 and 1.78 as 16:9.
|
51 |
+
* Widgets: avoid JavaScript errors when displaying the Cookies & Consent Widget.
|
52 |
+
* WordPress.com REST API: avoid fatal errors in some scenarios, when updating a post's metadata.
|
53 |
+
|
54 |
= 9.2.1 =
|
55 |
|
56 |
* Release date: December 10, 2020
|
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.3
|
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.3' );
|
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.3.1
|
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.3.1' );
|
20 |
|
21 |
/**
|
22 |
* Constant used to fetch the connection owner token
|
modules/seo-tools/jetpack-seo.php
CHANGED
@@ -128,16 +128,20 @@ class Jetpack_SEO {
|
|
128 |
$obj = get_queried_object();
|
129 |
|
130 |
$meta['description'] = sprintf(
|
|
|
131 |
_x( 'Read all of the posts by %1$s on %2$s', 'Read all of the posts by Author Name on Blog Title', 'jetpack' ),
|
132 |
-
$obj->display_name,
|
133 |
get_bloginfo( 'title' )
|
134 |
);
|
135 |
} elseif ( is_tag() || is_category() || is_tax() ) {
|
136 |
-
$obj
|
|
|
137 |
|
138 |
-
|
|
|
|
|
139 |
|
140 |
-
if ( ! is_wp_error( $description ) &&
|
141 |
$meta['description'] = wp_trim_words( $description );
|
142 |
} else {
|
143 |
$authors = $this->get_authors();
|
128 |
$obj = get_queried_object();
|
129 |
|
130 |
$meta['description'] = sprintf(
|
131 |
+
/* translators: first property is an user's display name, the second is the site's title. */
|
132 |
_x( 'Read all of the posts by %1$s on %2$s', 'Read all of the posts by Author Name on Blog Title', 'jetpack' ),
|
133 |
+
isset( $obj->display_name ) ? $obj->display_name : __( 'the author', 'jetpack' ),
|
134 |
get_bloginfo( 'title' )
|
135 |
);
|
136 |
} elseif ( is_tag() || is_category() || is_tax() ) {
|
137 |
+
$obj = get_queried_object();
|
138 |
+
$description = '';
|
139 |
|
140 |
+
if ( isset( $obj->term_id ) && isset( $obj->taxonomy ) ) {
|
141 |
+
$description = get_term_field( 'description', $obj->term_id, $obj->taxonomy, 'raw' );
|
142 |
+
}
|
143 |
|
144 |
+
if ( ! is_wp_error( $description ) && $description ) {
|
145 |
$meta['description'] = wp_trim_words( $description );
|
146 |
} else {
|
147 |
$authors = $this->get_authors();
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Jetpack - WP Security, Backup, Speed, & Growth ===
|
2 |
Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, biskobe, blobaugh, brbrr, cainm, cena, cfinke, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, davoraltman, daniloercoli, delawski, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jblz, jasmussen, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, robertbpugh, roccotripaldi, samhotchkiss, scarstocea, scottsweb, sdquirk, sermitr, simison, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
|
3 |
Tags: WP, backup, social, AMP, WooCommerce, malware, scan, spam, CDN, social
|
4 |
-
Stable tag: 9.
|
5 |
Requires at least: 5.5
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.6
|
@@ -239,6 +239,15 @@ Our Cookie and Consent Banner can help you comply with GDPR. The European Union
|
|
239 |
|
240 |
== Changelog ==
|
241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
= 9.3 =
|
243 |
|
244 |
* Release date: January 12, 2021
|
1 |
=== Jetpack - WP Security, Backup, Speed, & Growth ===
|
2 |
Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, biskobe, blobaugh, brbrr, cainm, cena, cfinke, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, davoraltman, daniloercoli, delawski, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jblz, jasmussen, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, robertbpugh, roccotripaldi, samhotchkiss, scarstocea, scottsweb, sdquirk, sermitr, simison, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
|
3 |
Tags: WP, backup, social, AMP, WooCommerce, malware, scan, spam, CDN, social
|
4 |
+
Stable tag: 9.3.1
|
5 |
Requires at least: 5.5
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.6
|
239 |
|
240 |
== Changelog ==
|
241 |
|
242 |
+
= 9.3.1 =
|
243 |
+
|
244 |
+
* Release date: January 14, 2021
|
245 |
+
|
246 |
+
**Bug fixes**
|
247 |
+
|
248 |
+
* Multisite: avoid Fatals on sites using the WPMUDEV domain mapping plugin.
|
249 |
+
* SEO Tools: prevent a PHP notice in some situations involving taxonomy or author pages.
|
250 |
+
|
251 |
= 9.3 =
|
252 |
|
253 |
* Release date: January 12, 2021
|
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 ComposerAutoloaderInit0c2a830fc5e83fd354fddd8ce525ab7d::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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -29,7 +29,7 @@ private static $installed = array (
|
|
29 |
'aliases' =>
|
30 |
array (
|
31 |
),
|
32 |
-
'reference' => '
|
33 |
'name' => 'automattic/jetpack',
|
34 |
),
|
35 |
'versions' =>
|
@@ -41,7 +41,7 @@ private static $installed = array (
|
|
41 |
'aliases' =>
|
42 |
array (
|
43 |
),
|
44 |
-
'reference' => '
|
45 |
),
|
46 |
'automattic/jetpack-a8c-mc-stats' =>
|
47 |
array (
|
29 |
'aliases' =>
|
30 |
array (
|
31 |
),
|
32 |
+
'reference' => '229695368def0e1943a0b6788c544fc94e879ac1',
|
33 |
'name' => 'automattic/jetpack',
|
34 |
),
|
35 |
'versions' =>
|
41 |
'aliases' =>
|
42 |
array (
|
43 |
),
|
44 |
+
'reference' => '229695368def0e1943a0b6788c544fc94e879ac1',
|
45 |
),
|
46 |
'automattic/jetpack-a8c-mc-stats' =>
|
47 |
array (
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInita35837708a7acdd1ffb0e38ef898764f
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
-
spl_autoload_unregister(array('
|
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\
|
36 |
} else {
|
37 |
$classMap = require __DIR__ . '/autoload_classmap.php';
|
38 |
if ($classMap) {
|
@@ -44,19 +44,19 @@ class ComposerAutoloaderInita35837708a7acdd1ffb0e38ef898764f
|
|
44 |
$loader->register(true);
|
45 |
|
46 |
if ($useStaticLoader) {
|
47 |
-
$includeFiles = Composer\Autoload\
|
48 |
} else {
|
49 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
50 |
}
|
51 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
52 |
-
|
53 |
}
|
54 |
|
55 |
return $loader;
|
56 |
}
|
57 |
}
|
58 |
|
59 |
-
function
|
60 |
{
|
61 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
62 |
require $file;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit0c2a830fc5e83fd354fddd8ce525ab7d
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit0c2a830fc5e83fd354fddd8ce525ab7d', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit0c2a830fc5e83fd354fddd8ce525ab7d', '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\ComposerStaticInit0c2a830fc5e83fd354fddd8ce525ab7d::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\ComposerStaticInit0c2a830fc5e83fd354fddd8ce525ab7d::$files;
|
48 |
} else {
|
49 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
50 |
}
|
51 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
52 |
+
composerRequire0c2a830fc5e83fd354fddd8ce525ab7d($fileIdentifier, $file);
|
53 |
}
|
54 |
|
55 |
return $loader;
|
56 |
}
|
57 |
}
|
58 |
|
59 |
+
function composerRequire0c2a830fc5e83fd354fddd8ce525ab7d($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',
|
@@ -150,10 +150,10 @@ class ComposerStaticInita35837708a7acdd1ffb0e38ef898764f
|
|
150 |
public static function getInitializer(ClassLoader $loader)
|
151 |
{
|
152 |
return \Closure::bind(function () use ($loader) {
|
153 |
-
$loader->prefixLengthsPsr4 =
|
154 |
-
$loader->prefixDirsPsr4 =
|
155 |
-
$loader->prefixesPsr0 =
|
156 |
-
$loader->classMap =
|
157 |
|
158 |
}, null, ClassLoader::class);
|
159 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit0c2a830fc5e83fd354fddd8ce525ab7d
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
|
150 |
public static function getInitializer(ClassLoader $loader)
|
151 |
{
|
152 |
return \Closure::bind(function () use ($loader) {
|
153 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit0c2a830fc5e83fd354fddd8ce525ab7d::$prefixLengthsPsr4;
|
154 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit0c2a830fc5e83fd354fddd8ce525ab7d::$prefixDirsPsr4;
|
155 |
+
$loader->prefixesPsr0 = ComposerStaticInit0c2a830fc5e83fd354fddd8ce525ab7d::$prefixesPsr0;
|
156 |
+
$loader->classMap = ComposerStaticInit0c2a830fc5e83fd354fddd8ce525ab7d::$classMap;
|
157 |
|
158 |
}, null, ClassLoader::class);
|
159 |
}
|
vendor/composer/installed.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
-
'reference' => '
|
10 |
'name' => 'automattic/jetpack',
|
11 |
),
|
12 |
'versions' =>
|
@@ -18,7 +18,7 @@
|
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
-
'reference' => '
|
22 |
),
|
23 |
'automattic/jetpack-a8c-mc-stats' =>
|
24 |
array (
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
+
'reference' => '229695368def0e1943a0b6788c544fc94e879ac1',
|
10 |
'name' => 'automattic/jetpack',
|
11 |
),
|
12 |
'versions' =>
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
+
'reference' => '229695368def0e1943a0b6788c544fc94e879ac1',
|
22 |
),
|
23 |
'automattic/jetpack-a8c-mc-stats' =>
|
24 |
array (
|
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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-autoloader.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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-container.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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-hook-manager.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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-latest-autoloader-guard.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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-manifest-reader.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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-path-processor.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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/jetpack-autoloader/class-plugin-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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
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\jp0c2a830fc5e83fd354fddd8ce525ab7d;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|