Version Description
- Release date: June 2, 2020
Bug Fixes
- Resolves PHP notice when generating Twitter Cards for posts with images without saved size information.
- Resolves an issue that can lead to excessive SQL queries.
Download this release
Release Info
Developer | kraftbj |
Plugin | Jetpack by WordPress.com |
Version | 8.6.1 |
Comparing to | |
See all releases |
Code changes from version 8.6 to 8.6.1
- _inc/jetpack-strings.php +60 -60
- class.jetpack-cli.php +0 -6
- class.jetpack-twitter-cards.php +5 -1
- composer.json +20 -1
- jetpack.php +2 -2
- readme.txt +11 -2
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +2 -2
- vendor/automattic/jetpack-sync/src/class-sender.php +2 -12
- vendor/composer/ClassLoader.php +1 -1
- vendor/composer/autoload_classmap_package.php +43 -43
- vendor/composer/autoload_real.php +7 -10
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +6 -6
_inc/jetpack-strings.php
CHANGED
@@ -412,25 +412,15 @@ __( "Speed up image load times", "jetpack" ), // _inc/client/performance/speed-u
|
|
412 |
__( "Speed up static file load times", "jetpack" ), // _inc/client/performance/speed-up-site.jsx:275
|
413 |
__( "Lazy-loading images will improve your site’s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.", "jetpack" ), // _inc/client/performance/speed-up-site.jsx:292
|
414 |
__( "Enable Lazy Loading for images", "jetpack" ), // _inc/client/performance/speed-up-site.jsx:306
|
|
|
|
|
|
|
415 |
__( "You’re currently on Jetpack %(plan)s.", "jetpack" ), // _inc/client/plans/plan-grid.jsx:78
|
416 |
__( "Your Plan", "jetpack" ), // _inc/client/plans/plan-grid.jsx:86
|
417 |
__( "Manage your plan", "jetpack" ), // _inc/client/plans/plan-grid.jsx:88
|
418 |
__( "View all Jetpack plans", "jetpack" ), // _inc/client/plans/plan-grid.jsx:90
|
419 |
__( "Solutions", "jetpack" ), // _inc/client/plans/product-selector.jsx:42
|
420 |
__( "Looking for specific features? We've got you covered.", "jetpack" ), // _inc/client/plans/product-selector.jsx:44
|
421 |
-
__( "Explore our Jetpack plans", "jetpack" ), // _inc/client/plans-prompt/index.jsx:30
|
422 |
-
__( "Now that you're set up, pick a plan that fits your needs.", "jetpack" ), // _inc/client/plans-prompt/index.jsx:32
|
423 |
-
__( "Start with free", "jetpack" ), // _inc/client/plans-prompt/index.jsx:48
|
424 |
-
__( "Setting up", "jetpack" ), // _inc/client/pro-status/index.jsx:80
|
425 |
-
__( "Action needed", "jetpack" ), // _inc/client/pro-status/index.jsx:85
|
426 |
-
__( "Connected", "jetpack" ), // _inc/client/pro-status/index.jsx:90
|
427 |
-
_x( "Threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:106
|
428 |
-
_x( "See threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:110
|
429 |
-
_x( "Secure", "Short message informing user that the site is secure.", "jetpack" ), // _inc/client/pro-status/index.jsx:122
|
430 |
-
__( "ACTIVE", "jetpack" ), // _inc/client/pro-status/index.jsx:136
|
431 |
-
_x( "Set up", "Caption for a button to set up a feature.", "jetpack" ), // _inc/client/pro-status/index.jsx:172
|
432 |
-
_n( "Threat", "Threats", 1, "jetpack" ), // _inc/client/pro-status/index.jsx:237
|
433 |
-
__( "Action needed", "jetpack" ), // _inc/client/pro-status/index.jsx:249
|
434 |
_x( "privacy", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:69
|
435 |
_x( "tracks", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:70
|
436 |
_x( "data", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:71
|
@@ -443,7 +433,16 @@ __( "Share information with our analytics tool about your use of services while
|
|
443 |
__( "This information helps us improve our products, make marketing to you more relevant, personalize your WordPress.com experience, and more as detailed in our {{pp}}privacy policy{{/pp}}.", "jetpack" ), // _inc/client/privacy/index.jsx:140
|
444 |
__( "We use other tracking tools, including some from third parties. {{cookiePolicyLink}}Read about these{{/cookiePolicyLink}} and how to control them.", "jetpack" ), // _inc/client/privacy/index.jsx:157
|
445 |
__( "For more information on how specific Jetpack features use data and track activity, please refer to our {{privacyCenterLink}}Privacy Center{{/privacyCenterLink}}.", "jetpack" ), // _inc/client/privacy/index.jsx:175
|
446 |
-
__( "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
__( "Checking your spam protection…", "jetpack" ), // _inc/client/security/antispam.jsx:88
|
448 |
__( "Fetching key…", "jetpack" ), // _inc/client/security/antispam.jsx:92
|
449 |
__( "Your site needs an Antispam key.", "jetpack" ), // _inc/client/security/antispam.jsx:97
|
@@ -516,6 +515,7 @@ __( "Allows registered users to log in to your site with their WordPress.com acc
|
|
516 |
__( "Add an extra layer of security to your website by enabling WordPress.com login and secure authentication. If you have multiple sites with this option enabled, you will be able to log in to every one of them with the same credentials.", "jetpack" ), // _inc/client/security/sso.jsx:77
|
517 |
__( "Match accounts using email addresses", "jetpack" ), // _inc/client/security/sso.jsx:105
|
518 |
__( "Require accounts to use WordPress.com Two-Step Authentication", "jetpack" ), // _inc/client/security/sso.jsx:118
|
|
|
519 |
__( "No search results found for %(term)s", "jetpack" ), // _inc/client/settings/index.jsx:37
|
520 |
__( "Enter a search term to find settings or close search.", "jetpack" ), // _inc/client/settings/index.jsx:42
|
521 |
__( "Sharing", "jetpack" ), // _inc/client/sharing/index.jsx:59
|
@@ -793,32 +793,9 @@ _x( "Cancel", "A caption for a button to cancel an action.", "jetpack" ), // _in
|
|
793 |
_x( "Send link", "A caption for a button to log in to the WordPress mobile app.", "jetpack" ), // _inc/client/components/mobile-magic-link/index.jsx:68
|
794 |
__( "Log in to the WordPress mobile app", "jetpack" ), // _inc/client/components/mobile-magic-link/index.jsx:89
|
795 |
__( "%(moduleName)s has been disabled by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-overridden-banner/index.jsx:53
|
796 |
-
__( "Updating Post by Email address…", "jetpack" ), // _inc/client/components/module-settings/connect-module-options.jsx:63
|
797 |
-
__( "Regenerated Post by Email address.", "jetpack" ), // _inc/client/components/module-settings/connect-module-options.jsx:64
|
798 |
-
__( "Error regenerating Post by Email address. %(error)s", "jetpack" ), // _inc/client/components/module-settings/connect-module-options.jsx:66
|
799 |
-
__( "The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:28
|
800 |
-
__( "To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!", "jetpack" ), // _inc/client/components/module-settings/index.jsx:33
|
801 |
-
__( "Subscriber", "jetpack" ), // _inc/client/components/module-settings/index.jsx:52
|
802 |
-
__( "Big iPhone/iPad Update Now Available", "jetpack" ), // _inc/client/components/module-settings/index.jsx:74
|
803 |
-
__( "The WordPress for Android App Gets a Big Facelift", "jetpack" ), // _inc/client/components/module-settings/index.jsx:78
|
804 |
-
__( "Upgrade Focus: VideoPress For Weddings", "jetpack" ), // _inc/client/components/module-settings/index.jsx:82
|
805 |
-
_x( "Related", "A heading for a block of related posts.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:90
|
806 |
-
__( "{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:111
|
807 |
-
__( "Highlight related content with a heading", "jetpack" ), // _inc/client/components/module-settings/index.jsx:136
|
808 |
-
__( "Show a thumbnail image where available", "jetpack" ), // _inc/client/components/module-settings/index.jsx:141
|
809 |
-
_x( "Preview", "Noun, a header for a preview block in a configuration screen.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:145
|
810 |
-
__( "WordPress.com Likes are:", "jetpack" ), // _inc/client/components/module-settings/index.jsx:169
|
811 |
-
__( "{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:182
|
812 |
-
__( "{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:200
|
813 |
-
__( "By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!", "jetpack" ), // _inc/client/components/module-settings/index.jsx:227
|
814 |
-
__( "Display an ad unit at the top of your site.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:236
|
815 |
__( "This feature has been enabled by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-toggle/index.jsx:79
|
816 |
__( "This feature has been disabled by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-toggle/index.jsx:84
|
817 |
__( "This feature is being managed by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-toggle/index.jsx:89
|
818 |
-
_x( "At a Glance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:56
|
819 |
-
_x( "My Plan", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:64
|
820 |
-
_x( "Plans", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:73
|
821 |
-
_x( "At a Glance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:87
|
822 |
__( "Search for a Jetpack feature.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:71
|
823 |
_x( "Security", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:122
|
824 |
_x( "Performance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:131
|
@@ -849,11 +826,44 @@ __( "Ask a question", "jetpack" ), // _inc/client/components/support-card/index.
|
|
849 |
__( "Search our support site", "jetpack" ), // _inc/client/components/support-card/index.jsx:106
|
850 |
__( "Get a faster resolution to your support questions.", "jetpack" ), // _inc/client/components/support-card/index.jsx:113
|
851 |
__( "Upgrade", "jetpack" ), // _inc/client/components/support-card/index.jsx:115
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
852 |
__( "Learn more", "jetpack" ), // _inc/client/components/support-info/index.jsx:79
|
853 |
__( "Learn more", "jetpack" ), // _inc/client/components/support-info/index.jsx:89
|
854 |
__( "Privacy information", "jetpack" ), // _inc/client/components/support-info/index.jsx:99
|
855 |
-
|
856 |
-
__( "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
857 |
__( "Up to 100 records", "jetpack" ), // _inc/client/plans/single-product-components/plan-radio-button.jsx:26
|
858 |
__( "Up to 1,000 records", "jetpack" ), // _inc/client/plans/single-product-components/plan-radio-button.jsx:28
|
859 |
__( "Up to 10,000 records", "jetpack" ), // _inc/client/plans/single-product-components/plan-radio-button.jsx:30
|
@@ -869,19 +879,20 @@ __( "Included in your {{planLink}}Premium Plan{{/planLink}}", "jetpack" ), // _i
|
|
869 |
__( "Included in your {{planLink}}Professional Plan{{/planLink}}", "jetpack" ), // _inc/client/plans/single-product-components/purchased-product-card.jsx:90
|
870 |
/* translators: Button to purchase product upgrade. %(name)s is the product name. */
|
871 |
__( "Upgrade to %(name)s", "jetpack" ), // _inc/client/plans/single-product-components/upgrade-button.jsx:20
|
872 |
-
__( "Up to 100 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:33
|
873 |
-
__( "Up to 1,000 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:35
|
874 |
-
__( "Up to 10,000 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:37
|
875 |
-
__( "Up to 100,000 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:39
|
876 |
-
__( "Up to 1,000,000 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:41
|
877 |
-
__( "Up to %(tierMaximumRecords)s records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:44
|
878 |
-
__( "Learn more", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:88
|
879 |
-
_n( "Your current site record size: %s record", "Your current site record size: %s records", 1, "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:92
|
880 |
-
__( "Records are all posts, pages, custom post types, and other types of content indexed by Jetpack Search.", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:98
|
881 |
-
__( "Upgrade to Jetpack Search", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:129
|
882 |
__( "Upgrade now", "jetpack" ), // _inc/client/setup-wizard/feature-toggle/index.jsx:91
|
883 |
__( "Configure", "jetpack" ), // _inc/client/setup-wizard/feature-toggle/index.jsx:106
|
884 |
__( "View options", "jetpack" ), // _inc/client/setup-wizard/feature-toggle/index.jsx:137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
885 |
__( "A jetpack site generating revenue", "jetpack" ), // _inc/client/setup-wizard/income-question/index.jsx:70
|
886 |
__( "Do you intend to make money directly from %(siteUrl)s?", "jetpack" ), // _inc/client/setup-wizard/income-question/index.jsx:73
|
887 |
__( "Check all that apply", "jetpack" ), // _inc/client/setup-wizard/income-question/index.jsx:77
|
@@ -903,17 +914,6 @@ __( "What will %(siteTitle)s be used for?", "jetpack" ), // _inc/client/setup-wi
|
|
903 |
__( "Personal Use", "jetpack" ), // _inc/client/setup-wizard/intro-page/index.jsx:83
|
904 |
__( "Business Use", "jetpack" ), // _inc/client/setup-wizard/intro-page/index.jsx:91
|
905 |
__( "Skip to recommended features", "jetpack" ), // _inc/client/setup-wizard/intro-page/index.jsx:99
|
906 |
-
__( "A rocketship using Jetpack to reach new heights", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:46
|
907 |
-
__( "Get started with Jetpack’s powerful features", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:48
|
908 |
-
__( "Jetpack has a lot of features so we’ve made a few recommendations for you below.", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:50
|
909 |
-
__( "You can change your feature settings at any time.", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:55
|
910 |
-
__( "I’m done for now", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:70
|
911 |
-
__( "Explore more features", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:73
|
912 |
-
__( "A jetpack site using publicize to share posts", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:56
|
913 |
-
__( "Will %(siteTitle)s have blog posts, news, or regular updates?", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:59
|
914 |
-
__( "Yes", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:70
|
915 |
-
__( "No", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:77
|
916 |
-
__( "Skip", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:81
|
917 |
__( "Verifying…", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:79
|
918 |
__( "Site failed to verify: %(error)s", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:101
|
919 |
__( "Google", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:187
|
412 |
__( "Speed up static file load times", "jetpack" ), // _inc/client/performance/speed-up-site.jsx:275
|
413 |
__( "Lazy-loading images will improve your site’s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.", "jetpack" ), // _inc/client/performance/speed-up-site.jsx:292
|
414 |
__( "Enable Lazy Loading for images", "jetpack" ), // _inc/client/performance/speed-up-site.jsx:306
|
415 |
+
__( "Explore our Jetpack plans", "jetpack" ), // _inc/client/plans-prompt/index.jsx:30
|
416 |
+
__( "Now that you're set up, pick a plan that fits your needs.", "jetpack" ), // _inc/client/plans-prompt/index.jsx:32
|
417 |
+
__( "Start with free", "jetpack" ), // _inc/client/plans-prompt/index.jsx:48
|
418 |
__( "You’re currently on Jetpack %(plan)s.", "jetpack" ), // _inc/client/plans/plan-grid.jsx:78
|
419 |
__( "Your Plan", "jetpack" ), // _inc/client/plans/plan-grid.jsx:86
|
420 |
__( "Manage your plan", "jetpack" ), // _inc/client/plans/plan-grid.jsx:88
|
421 |
__( "View all Jetpack plans", "jetpack" ), // _inc/client/plans/plan-grid.jsx:90
|
422 |
__( "Solutions", "jetpack" ), // _inc/client/plans/product-selector.jsx:42
|
423 |
__( "Looking for specific features? We've got you covered.", "jetpack" ), // _inc/client/plans/product-selector.jsx:44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
424 |
_x( "privacy", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:69
|
425 |
_x( "tracks", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:70
|
426 |
_x( "data", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:71
|
433 |
__( "This information helps us improve our products, make marketing to you more relevant, personalize your WordPress.com experience, and more as detailed in our {{pp}}privacy policy{{/pp}}.", "jetpack" ), // _inc/client/privacy/index.jsx:140
|
434 |
__( "We use other tracking tools, including some from third parties. {{cookiePolicyLink}}Read about these{{/cookiePolicyLink}} and how to control them.", "jetpack" ), // _inc/client/privacy/index.jsx:157
|
435 |
__( "For more information on how specific Jetpack features use data and track activity, please refer to our {{privacyCenterLink}}Privacy Center{{/privacyCenterLink}}.", "jetpack" ), // _inc/client/privacy/index.jsx:175
|
436 |
+
__( "Setting up", "jetpack" ), // _inc/client/pro-status/index.jsx:80
|
437 |
+
__( "Action needed", "jetpack" ), // _inc/client/pro-status/index.jsx:85
|
438 |
+
__( "Connected", "jetpack" ), // _inc/client/pro-status/index.jsx:90
|
439 |
+
_x( "Threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:106
|
440 |
+
_x( "See threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:110
|
441 |
+
_x( "Secure", "Short message informing user that the site is secure.", "jetpack" ), // _inc/client/pro-status/index.jsx:122
|
442 |
+
__( "ACTIVE", "jetpack" ), // _inc/client/pro-status/index.jsx:136
|
443 |
+
_x( "Set up", "Caption for a button to set up a feature.", "jetpack" ), // _inc/client/pro-status/index.jsx:172
|
444 |
+
_n( "Threat", "Threats", 1, "jetpack" ), // _inc/client/pro-status/index.jsx:237
|
445 |
+
__( "Action needed", "jetpack" ), // _inc/client/pro-status/index.jsx:249
|
446 |
__( "Checking your spam protection…", "jetpack" ), // _inc/client/security/antispam.jsx:88
|
447 |
__( "Fetching key…", "jetpack" ), // _inc/client/security/antispam.jsx:92
|
448 |
__( "Your site needs an Antispam key.", "jetpack" ), // _inc/client/security/antispam.jsx:97
|
515 |
__( "Add an extra layer of security to your website by enabling WordPress.com login and secure authentication. If you have multiple sites with this option enabled, you will be able to log in to every one of them with the same credentials.", "jetpack" ), // _inc/client/security/sso.jsx:77
|
516 |
__( "Match accounts using email addresses", "jetpack" ), // _inc/client/security/sso.jsx:105
|
517 |
__( "Require accounts to use WordPress.com Two-Step Authentication", "jetpack" ), // _inc/client/security/sso.jsx:118
|
518 |
+
__( "Activate", "jetpack" ), // _inc/client/searchable-modules/index.jsx:61
|
519 |
__( "No search results found for %(term)s", "jetpack" ), // _inc/client/settings/index.jsx:37
|
520 |
__( "Enter a search term to find settings or close search.", "jetpack" ), // _inc/client/settings/index.jsx:42
|
521 |
__( "Sharing", "jetpack" ), // _inc/client/sharing/index.jsx:59
|
793 |
_x( "Send link", "A caption for a button to log in to the WordPress mobile app.", "jetpack" ), // _inc/client/components/mobile-magic-link/index.jsx:68
|
794 |
__( "Log in to the WordPress mobile app", "jetpack" ), // _inc/client/components/mobile-magic-link/index.jsx:89
|
795 |
__( "%(moduleName)s has been disabled by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-overridden-banner/index.jsx:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
796 |
__( "This feature has been enabled by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-toggle/index.jsx:79
|
797 |
__( "This feature has been disabled by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-toggle/index.jsx:84
|
798 |
__( "This feature is being managed by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-toggle/index.jsx:89
|
|
|
|
|
|
|
|
|
799 |
__( "Search for a Jetpack feature.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:71
|
800 |
_x( "Security", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:122
|
801 |
_x( "Performance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:131
|
826 |
__( "Search our support site", "jetpack" ), // _inc/client/components/support-card/index.jsx:106
|
827 |
__( "Get a faster resolution to your support questions.", "jetpack" ), // _inc/client/components/support-card/index.jsx:113
|
828 |
__( "Upgrade", "jetpack" ), // _inc/client/components/support-card/index.jsx:115
|
829 |
+
__( "Updating Post by Email address…", "jetpack" ), // _inc/client/components/module-settings/connect-module-options.jsx:63
|
830 |
+
__( "Regenerated Post by Email address.", "jetpack" ), // _inc/client/components/module-settings/connect-module-options.jsx:64
|
831 |
+
__( "Error regenerating Post by Email address. %(error)s", "jetpack" ), // _inc/client/components/module-settings/connect-module-options.jsx:66
|
832 |
+
__( "The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:28
|
833 |
+
__( "To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!", "jetpack" ), // _inc/client/components/module-settings/index.jsx:33
|
834 |
+
__( "Subscriber", "jetpack" ), // _inc/client/components/module-settings/index.jsx:52
|
835 |
+
__( "Big iPhone/iPad Update Now Available", "jetpack" ), // _inc/client/components/module-settings/index.jsx:74
|
836 |
+
__( "The WordPress for Android App Gets a Big Facelift", "jetpack" ), // _inc/client/components/module-settings/index.jsx:78
|
837 |
+
__( "Upgrade Focus: VideoPress For Weddings", "jetpack" ), // _inc/client/components/module-settings/index.jsx:82
|
838 |
+
_x( "Related", "A heading for a block of related posts.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:90
|
839 |
+
__( "{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:111
|
840 |
+
__( "Highlight related content with a heading", "jetpack" ), // _inc/client/components/module-settings/index.jsx:136
|
841 |
+
__( "Show a thumbnail image where available", "jetpack" ), // _inc/client/components/module-settings/index.jsx:141
|
842 |
+
_x( "Preview", "Noun, a header for a preview block in a configuration screen.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:145
|
843 |
+
__( "WordPress.com Likes are:", "jetpack" ), // _inc/client/components/module-settings/index.jsx:169
|
844 |
+
__( "{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:182
|
845 |
+
__( "{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:200
|
846 |
+
__( "By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!", "jetpack" ), // _inc/client/components/module-settings/index.jsx:227
|
847 |
+
__( "Display an ad unit at the top of your site.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:236
|
848 |
+
_x( "At a Glance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:56
|
849 |
+
_x( "My Plan", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:64
|
850 |
+
_x( "Plans", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:73
|
851 |
+
_x( "At a Glance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:87
|
852 |
+
/* translators: %(version) is a version number. */
|
853 |
+
__( "New in Jetpack %(version)s", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:74
|
854 |
__( "Learn more", "jetpack" ), // _inc/client/components/support-info/index.jsx:79
|
855 |
__( "Learn more", "jetpack" ), // _inc/client/components/support-info/index.jsx:89
|
856 |
__( "Privacy information", "jetpack" ), // _inc/client/components/support-info/index.jsx:99
|
857 |
+
__( "Up to 100 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:33
|
858 |
+
__( "Up to 1,000 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:35
|
859 |
+
__( "Up to 10,000 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:37
|
860 |
+
__( "Up to 100,000 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:39
|
861 |
+
__( "Up to 1,000,000 records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:41
|
862 |
+
__( "Up to %(tierMaximumRecords)s records", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:44
|
863 |
+
__( "Learn more", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:88
|
864 |
+
_n( "Your current site record size: %s record", "Your current site record size: %s records", 1, "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:92
|
865 |
+
__( "Records are all posts, pages, custom post types, and other types of content indexed by Jetpack Search.", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:98
|
866 |
+
__( "Upgrade to Jetpack Search", "jetpack" ), // _inc/client/plans/single-product-search/index.jsx:129
|
867 |
__( "Up to 100 records", "jetpack" ), // _inc/client/plans/single-product-components/plan-radio-button.jsx:26
|
868 |
__( "Up to 1,000 records", "jetpack" ), // _inc/client/plans/single-product-components/plan-radio-button.jsx:28
|
869 |
__( "Up to 10,000 records", "jetpack" ), // _inc/client/plans/single-product-components/plan-radio-button.jsx:30
|
879 |
__( "Included in your {{planLink}}Professional Plan{{/planLink}}", "jetpack" ), // _inc/client/plans/single-product-components/purchased-product-card.jsx:90
|
880 |
/* translators: Button to purchase product upgrade. %(name)s is the product name. */
|
881 |
__( "Upgrade to %(name)s", "jetpack" ), // _inc/client/plans/single-product-components/upgrade-button.jsx:20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
882 |
__( "Upgrade now", "jetpack" ), // _inc/client/setup-wizard/feature-toggle/index.jsx:91
|
883 |
__( "Configure", "jetpack" ), // _inc/client/setup-wizard/feature-toggle/index.jsx:106
|
884 |
__( "View options", "jetpack" ), // _inc/client/setup-wizard/feature-toggle/index.jsx:137
|
885 |
+
__( "A rocketship using Jetpack to reach new heights", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:46
|
886 |
+
__( "Get started with Jetpack’s powerful features", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:48
|
887 |
+
__( "Jetpack has a lot of features so we’ve made a few recommendations for you below.", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:50
|
888 |
+
__( "You can change your feature settings at any time.", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:55
|
889 |
+
__( "I’m done for now", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:70
|
890 |
+
__( "Explore more features", "jetpack" ), // _inc/client/setup-wizard/recommended-features/index.jsx:73
|
891 |
+
__( "A jetpack site using publicize to share posts", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:56
|
892 |
+
__( "Will %(siteTitle)s have blog posts, news, or regular updates?", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:59
|
893 |
+
__( "Yes", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:70
|
894 |
+
__( "No", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:77
|
895 |
+
__( "Skip", "jetpack" ), // _inc/client/setup-wizard/updates-question/index.jsx:81
|
896 |
__( "A jetpack site generating revenue", "jetpack" ), // _inc/client/setup-wizard/income-question/index.jsx:70
|
897 |
__( "Do you intend to make money directly from %(siteUrl)s?", "jetpack" ), // _inc/client/setup-wizard/income-question/index.jsx:73
|
898 |
__( "Check all that apply", "jetpack" ), // _inc/client/setup-wizard/income-question/index.jsx:77
|
914 |
__( "Personal Use", "jetpack" ), // _inc/client/setup-wizard/intro-page/index.jsx:83
|
915 |
__( "Business Use", "jetpack" ), // _inc/client/setup-wizard/intro-page/index.jsx:91
|
916 |
__( "Skip to recommended features", "jetpack" ), // _inc/client/setup-wizard/intro-page/index.jsx:99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
917 |
__( "Verifying…", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:79
|
918 |
__( "Site failed to verify: %(error)s", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:101
|
919 |
__( "Google", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:187
|
class.jetpack-cli.php
CHANGED
@@ -8,7 +8,6 @@ use Automattic\Jetpack\Connection\Utils as Connection_Utils;
|
|
8 |
use Automattic\Jetpack\Status;
|
9 |
use Automattic\Jetpack\Sync\Actions;
|
10 |
use Automattic\Jetpack\Sync\Listener;
|
11 |
-
use Automattic\Jetpack\Sync\Modules;
|
12 |
use Automattic\Jetpack\Sync\Queue;
|
13 |
use Automattic\Jetpack\Sync\Settings;
|
14 |
|
@@ -998,11 +997,6 @@ class Jetpack_CLI extends WP_CLI_Command {
|
|
998 |
} else {
|
999 |
WP_CLI::log( __( 'Sent more data to WordPress.com', 'jetpack' ) );
|
1000 |
}
|
1001 |
-
|
1002 |
-
// Immediate Full Sync does not wait for WP.com to process data so we need to enforce a wait.
|
1003 |
-
if ( false !== strpos( get_class( Modules::get_module( 'full-sync' ) ), 'Full_Sync_Immediately' ) ) {
|
1004 |
-
sleep( 10 );
|
1005 |
-
}
|
1006 |
}
|
1007 |
$i++;
|
1008 |
} while ( $result && ! is_wp_error( $result ) );
|
8 |
use Automattic\Jetpack\Status;
|
9 |
use Automattic\Jetpack\Sync\Actions;
|
10 |
use Automattic\Jetpack\Sync\Listener;
|
|
|
11 |
use Automattic\Jetpack\Sync\Queue;
|
12 |
use Automattic\Jetpack\Sync\Settings;
|
13 |
|
997 |
} else {
|
998 |
WP_CLI::log( __( 'Sent more data to WordPress.com', 'jetpack' ) );
|
999 |
}
|
|
|
|
|
|
|
|
|
|
|
1000 |
}
|
1001 |
$i++;
|
1002 |
} while ( $result && ! is_wp_error( $result ) );
|
class.jetpack-twitter-cards.php
CHANGED
@@ -93,7 +93,11 @@ class Jetpack_Twitter_Cards {
|
|
93 |
);
|
94 |
if ( ! empty( $post_image ) && is_array( $post_image ) ) {
|
95 |
// 4096 is the maximum size for an image per https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary .
|
96 |
-
if (
|
|
|
|
|
|
|
|
|
97 |
// 300x157 is the minimum size for a summary_large_image per https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary-card-with-large-image .
|
98 |
if ( (int) $post_image['src_width'] >= 300 && (int) $post_image['src_height'] >= 157 ) {
|
99 |
$card_type = 'summary_large_image';
|
93 |
);
|
94 |
if ( ! empty( $post_image ) && is_array( $post_image ) ) {
|
95 |
// 4096 is the maximum size for an image per https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary .
|
96 |
+
if (
|
97 |
+
isset( $post_image['src_width'], $post_image['src_height'] )
|
98 |
+
&& (int) $post_image['src_width'] <= 4096
|
99 |
+
&& (int) $post_image['src_height'] <= 4096
|
100 |
+
) {
|
101 |
// 300x157 is the minimum size for a summary_large_image per https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary-card-with-large-image .
|
102 |
if ( (int) $post_image['src_width'] >= 300 && (int) $post_image['src_height'] >= 157 ) {
|
103 |
$card_type = 'summary_large_image';
|
composer.json
CHANGED
@@ -10,7 +10,26 @@
|
|
10 |
"require": {
|
11 |
"ext-fileinfo": "*",
|
12 |
"ext-json": "*",
|
13 |
-
"ext-openssl": "*"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
},
|
15 |
"require-dev": {
|
16 |
"dealerdirect/phpcodesniffer-composer-installer": "0.6.2",
|
10 |
"require": {
|
11 |
"ext-fileinfo": "*",
|
12 |
"ext-json": "*",
|
13 |
+
"ext-openssl": "*",
|
14 |
+
"automattic/jetpack-abtest": "^1.3",
|
15 |
+
"automattic/jetpack-assets": "^1.4",
|
16 |
+
"automattic/jetpack-autoloader": "^1.7",
|
17 |
+
"automattic/jetpack-backup": "^1.0",
|
18 |
+
"automattic/jetpack-compat": "^1.2",
|
19 |
+
"automattic/jetpack-config": "^1.2",
|
20 |
+
"automattic/jetpack-connection": "^1.13",
|
21 |
+
"automattic/jetpack-constants": "^1.2",
|
22 |
+
"automattic/jetpack-error": "^1.0",
|
23 |
+
"automattic/jetpack-jitm": "^1.6",
|
24 |
+
"automattic/jetpack-logo": "^1.2",
|
25 |
+
"automattic/jetpack-options": "^1.5",
|
26 |
+
"automattic/jetpack-partner": "^1.0",
|
27 |
+
"automattic/jetpack-redirect": "^1.1",
|
28 |
+
"automattic/jetpack-roles": "^1.0",
|
29 |
+
"automattic/jetpack-status": "^1.1",
|
30 |
+
"automattic/jetpack-sync": "^1.12",
|
31 |
+
"automattic/jetpack-terms-of-service": "^1.3",
|
32 |
+
"automattic/jetpack-tracking": "^1.6"
|
33 |
},
|
34 |
"require-dev": {
|
35 |
"dealerdirect/phpcodesniffer-composer-installer": "0.6.2",
|
jetpack.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://jetpack.com
|
5 |
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
|
6 |
* Author: Automattic
|
7 |
-
* Version: 8.6
|
8 |
* Author URI: https://jetpack.com
|
9 |
* License: GPL2+
|
10 |
* Text Domain: jetpack
|
@@ -15,7 +15,7 @@
|
|
15 |
|
16 |
define( 'JETPACK__MINIMUM_WP_VERSION', '5.3' );
|
17 |
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
|
18 |
-
define( 'JETPACK__VERSION', '8.6' );
|
19 |
define( 'JETPACK_MASTER_USER', true );
|
20 |
define( 'JETPACK__API_VERSION', 1 );
|
21 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
4 |
* Plugin URI: https://jetpack.com
|
5 |
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
|
6 |
* Author: Automattic
|
7 |
+
* Version: 8.6.1
|
8 |
* Author URI: https://jetpack.com
|
9 |
* License: GPL2+
|
10 |
* Text Domain: jetpack
|
15 |
|
16 |
define( 'JETPACK__MINIMUM_WP_VERSION', '5.3' );
|
17 |
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
|
18 |
+
define( 'JETPACK__VERSION', '8.6.1' );
|
19 |
define( 'JETPACK_MASTER_USER', true );
|
20 |
define( 'JETPACK__API_VERSION', 1 );
|
21 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Jetpack by WordPress.com ===
|
2 |
Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, 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, 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, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, roccotripaldi, samhotchkiss, scarstocea, scottsweb, sdquirk, simison, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
|
3 |
Tags: Jetpack, WordPress.com, backup, security, related posts, CDN, speed, anti-spam, social sharing, SEO, video, stats
|
4 |
-
Stable tag: 8.6
|
5 |
Requires at least: 5.3
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.4
|
@@ -27,7 +27,7 @@ Activate site accelerator tools and watch your page load times decrease -- we'll
|
|
27 |
|
28 |
* Images and static files, like CSS and JavaScript, served from our servers, not yours.
|
29 |
* Elasticsearch-powered related content and site search, for relevant results with no drain on your servers.
|
30 |
-
* Lazy
|
31 |
* Unlimited and high-speed video via our content delivery network.
|
32 |
|
33 |
= Effortless Site Management =
|
@@ -96,6 +96,15 @@ There are opportunities for developers at all levels to contribute. [Learn more
|
|
96 |
|
97 |
== Changelog ==
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
= 8.6 =
|
100 |
|
101 |
* Release date: June 2, 2020
|
1 |
=== Jetpack by WordPress.com ===
|
2 |
Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, 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, 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, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, roccotripaldi, samhotchkiss, scarstocea, scottsweb, sdquirk, simison, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
|
3 |
Tags: Jetpack, WordPress.com, backup, security, related posts, CDN, speed, anti-spam, social sharing, SEO, video, stats
|
4 |
+
Stable tag: 8.6.1
|
5 |
Requires at least: 5.3
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.4
|
27 |
|
28 |
* Images and static files, like CSS and JavaScript, served from our servers, not yours.
|
29 |
* Elasticsearch-powered related content and site search, for relevant results with no drain on your servers.
|
30 |
+
* Lazy load images for a faster mobile experience.
|
31 |
* Unlimited and high-speed video via our content delivery network.
|
32 |
|
33 |
= Effortless Site Management =
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
+
= 8.6.1 =
|
100 |
+
|
101 |
+
* Release date: June 2, 2020
|
102 |
+
|
103 |
+
**Bug Fixes**
|
104 |
+
|
105 |
+
* Resolves PHP notice when generating Twitter Cards for posts with images without saved size information.
|
106 |
+
* Resolves an issue that can lead to excessive SQL queries.
|
107 |
+
|
108 |
= 8.6 =
|
109 |
|
110 |
* Release date: June 2, 2020
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit1407c3ef871af57ef58a0b6035c3e83c::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -179,7 +179,7 @@ if ( ! function_exists( __NAMESPACE__ . '\autoloader' ) ) {
|
|
179 |
/**
|
180 |
* Prepare all the classes for autoloading.
|
181 |
*/
|
182 |
-
function
|
183 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
184 |
foreach ( $class_map as $class_name => $class_info ) {
|
185 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
@@ -203,4 +203,4 @@ function enqueue_packages_a1b028b4d2789b9ea4bf96651897b7c9() {
|
|
203 |
file_loader(); // Either WordPress is not loaded or plugin is doing it wrong. Either way we'll load the files so nothing breaks.
|
204 |
}
|
205 |
}
|
206 |
-
|
179 |
/**
|
180 |
* Prepare all the classes for autoloading.
|
181 |
*/
|
182 |
+
function enqueue_packages_cb1a9d651aecb1d49479d7018d3bed65() {
|
183 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
184 |
foreach ( $class_map as $class_name => $class_info ) {
|
185 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
203 |
file_loader(); // Either WordPress is not loaded or plugin is doing it wrong. Either way we'll load the files so nothing breaks.
|
204 |
}
|
205 |
}
|
206 |
+
enqueue_packages_cb1a9d651aecb1d49479d7018d3bed65();
|
vendor/automattic/jetpack-sync/src/class-sender.php
CHANGED
@@ -256,24 +256,14 @@ class Sender {
|
|
256 |
* @return boolean|\WP_Error True if this sync sending was successful, error object otherwise.
|
257 |
*/
|
258 |
public function do_full_sync() {
|
259 |
-
|
260 |
-
if ( ! $sync_module ) {
|
261 |
return;
|
262 |
}
|
263 |
if ( ! Settings::get_setting( 'full_sync_sender_enabled' ) ) {
|
264 |
return;
|
265 |
}
|
266 |
$this->continue_full_sync_enqueue();
|
267 |
-
|
268 |
-
if ( false === strpos( get_class( $sync_module ), 'Full_Sync_Immediately' ) ) {
|
269 |
-
return $this->do_sync_and_set_delays( $this->full_sync_queue );
|
270 |
-
} else {
|
271 |
-
if ( $sync_module->get_status()['finished'] ) {
|
272 |
-
return false;
|
273 |
-
} else {
|
274 |
-
return true;
|
275 |
-
}
|
276 |
-
}
|
277 |
}
|
278 |
|
279 |
/**
|
256 |
* @return boolean|\WP_Error True if this sync sending was successful, error object otherwise.
|
257 |
*/
|
258 |
public function do_full_sync() {
|
259 |
+
if ( ! Modules::get_module( 'full-sync' ) ) {
|
|
|
260 |
return;
|
261 |
}
|
262 |
if ( ! Settings::get_setting( 'full_sync_sender_enabled' ) ) {
|
263 |
return;
|
264 |
}
|
265 |
$this->continue_full_sync_enqueue();
|
266 |
+
return $this->do_sync_and_set_delays( $this->full_sync_queue );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
}
|
268 |
|
269 |
/**
|
vendor/composer/ClassLoader.php
CHANGED
@@ -279,7 +279,7 @@ class ClassLoader
|
|
279 |
*/
|
280 |
public function setApcuPrefix($apcuPrefix)
|
281 |
{
|
282 |
-
$this->apcuPrefix = function_exists('apcu_fetch') &&
|
283 |
}
|
284 |
|
285 |
/**
|
279 |
*/
|
280 |
public function setApcuPrefix($apcuPrefix)
|
281 |
{
|
282 |
+
$this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
|
283 |
}
|
284 |
|
285 |
/**
|
vendor/composer/autoload_classmap_package.php
CHANGED
@@ -19,175 +19,175 @@ return array(
|
|
19 |
'path' => $baseDir . '/src/class-tracking.php'
|
20 |
),
|
21 |
'Automattic\\Jetpack\\Sync\\Defaults' => array(
|
22 |
-
'version' => '1.12.
|
23 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-defaults.php'
|
24 |
),
|
25 |
'Automattic\\Jetpack\\Sync\\Sender' => array(
|
26 |
-
'version' => '1.12.
|
27 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-sender.php'
|
28 |
),
|
29 |
'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array(
|
30 |
-
'version' => '1.12.
|
31 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-replicastore.php'
|
32 |
),
|
33 |
'Automattic\\Jetpack\\Sync\\Replicastore' => array(
|
34 |
-
'version' => '1.12.
|
35 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-replicastore.php'
|
36 |
),
|
37 |
'Automattic\\Jetpack\\Sync\\Actions' => array(
|
38 |
-
'version' => '1.12.
|
39 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-actions.php'
|
40 |
),
|
41 |
'Automattic\\Jetpack\\Sync\\Functions' => array(
|
42 |
-
'version' => '1.12.
|
43 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-functions.php'
|
44 |
),
|
45 |
'Automattic\\Jetpack\\Sync\\Utils' => array(
|
46 |
-
'version' => '1.12.
|
47 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-utils.php'
|
48 |
),
|
49 |
'Automattic\\Jetpack\\Sync\\Lock' => array(
|
50 |
-
'version' => '1.12.
|
51 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-lock.php'
|
52 |
),
|
53 |
'Automattic\\Jetpack\\Sync\\Codec_Interface' => array(
|
54 |
-
'version' => '1.12.
|
55 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-codec.php'
|
56 |
),
|
57 |
'Automattic\\Jetpack\\Sync\\Main' => array(
|
58 |
-
'version' => '1.12.
|
59 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-main.php'
|
60 |
),
|
61 |
'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array(
|
62 |
-
'version' => '1.12.
|
63 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue-buffer.php'
|
64 |
),
|
65 |
'Automattic\\Jetpack\\Sync\\Users' => array(
|
66 |
-
'version' => '1.12.
|
67 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-users.php'
|
68 |
),
|
69 |
'Automattic\\Jetpack\\Sync\\Simple_Codec' => array(
|
70 |
-
'version' => '1.12.
|
71 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-simple-codec.php'
|
72 |
),
|
73 |
'Automattic\\Jetpack\\Sync\\Queue' => array(
|
74 |
-
'version' => '1.12.
|
75 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue.php'
|
76 |
),
|
77 |
'Automattic\\Jetpack\\Sync\\Modules' => array(
|
78 |
-
'version' => '1.12.
|
79 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-modules.php'
|
80 |
),
|
81 |
'Automattic\\Jetpack\\Sync\\Listener' => array(
|
82 |
-
'version' => '1.12.
|
83 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-listener.php'
|
84 |
),
|
85 |
'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array(
|
86 |
-
'version' => '1.12.
|
87 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-posts.php'
|
88 |
),
|
89 |
'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array(
|
90 |
-
'version' => '1.12.
|
91 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-attachments.php'
|
92 |
),
|
93 |
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array(
|
94 |
-
'version' => '1.12.
|
95 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php'
|
96 |
),
|
97 |
'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array(
|
98 |
-
'version' => '1.12.
|
99 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-woocommerce.php'
|
100 |
),
|
101 |
'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array(
|
102 |
-
'version' => '1.12.
|
103 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'
|
104 |
),
|
105 |
'Automattic\\Jetpack\\Sync\\Modules\\Module' => array(
|
106 |
-
'version' => '1.12.
|
107 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-module.php'
|
108 |
),
|
109 |
'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array(
|
110 |
-
'version' => '1.12.
|
111 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-plugins.php'
|
112 |
),
|
113 |
'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array(
|
114 |
-
'version' => '1.12.
|
115 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-menus.php'
|
116 |
),
|
117 |
'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array(
|
118 |
-
'version' => '1.12.
|
119 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-stats.php'
|
120 |
),
|
121 |
'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array(
|
122 |
-
'version' => '1.12.
|
123 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-meta.php'
|
124 |
),
|
125 |
'Automattic\\Jetpack\\Sync\\Modules\\Users' => array(
|
126 |
-
'version' => '1.12.
|
127 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-users.php'
|
128 |
),
|
129 |
'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array(
|
130 |
-
'version' => '1.12.
|
131 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-comments.php'
|
132 |
),
|
133 |
'Automattic\\Jetpack\\Sync\\Modules\\Options' => array(
|
134 |
-
'version' => '1.12.
|
135 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-options.php'
|
136 |
),
|
137 |
'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array(
|
138 |
-
'version' => '1.12.
|
139 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-constants.php'
|
140 |
),
|
141 |
'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array(
|
142 |
-
'version' => '1.12.
|
143 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-term-relationships.php'
|
144 |
),
|
145 |
'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array(
|
146 |
-
'version' => '1.12.
|
147 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-terms.php'
|
148 |
),
|
149 |
'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array(
|
150 |
-
'version' => '1.12.
|
151 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-themes.php'
|
152 |
),
|
153 |
'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array(
|
154 |
-
'version' => '1.12.
|
155 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-network-options.php'
|
156 |
),
|
157 |
'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array(
|
158 |
-
'version' => '1.12.
|
159 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-protect.php'
|
160 |
),
|
161 |
'Automattic\\Jetpack\\Sync\\Modules\\Import' => array(
|
162 |
-
'version' => '1.12.
|
163 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-import.php'
|
164 |
),
|
165 |
'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array(
|
166 |
-
'version' => '1.12.
|
167 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-callables.php'
|
168 |
),
|
169 |
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array(
|
170 |
-
'version' => '1.12.
|
171 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync.php'
|
172 |
),
|
173 |
'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array(
|
174 |
-
'version' => '1.12.
|
175 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-updates.php'
|
176 |
),
|
177 |
'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array(
|
178 |
-
'version' => '1.12.
|
179 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-json-deflate-array-codec.php'
|
180 |
),
|
181 |
'Automattic\\Jetpack\\Sync\\Settings' => array(
|
182 |
-
'version' => '1.12.
|
183 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-settings.php'
|
184 |
),
|
185 |
'Automattic\\Jetpack\\Sync\\Health' => array(
|
186 |
-
'version' => '1.12.
|
187 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-health.php'
|
188 |
),
|
189 |
'Automattic\\Jetpack\\Sync\\Server' => array(
|
190 |
-
'version' => '1.12.
|
191 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-server.php'
|
192 |
),
|
193 |
'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array(
|
19 |
'path' => $baseDir . '/src/class-tracking.php'
|
20 |
),
|
21 |
'Automattic\\Jetpack\\Sync\\Defaults' => array(
|
22 |
+
'version' => '1.12.4.0',
|
23 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-defaults.php'
|
24 |
),
|
25 |
'Automattic\\Jetpack\\Sync\\Sender' => array(
|
26 |
+
'version' => '1.12.4.0',
|
27 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-sender.php'
|
28 |
),
|
29 |
'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array(
|
30 |
+
'version' => '1.12.4.0',
|
31 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-replicastore.php'
|
32 |
),
|
33 |
'Automattic\\Jetpack\\Sync\\Replicastore' => array(
|
34 |
+
'version' => '1.12.4.0',
|
35 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-replicastore.php'
|
36 |
),
|
37 |
'Automattic\\Jetpack\\Sync\\Actions' => array(
|
38 |
+
'version' => '1.12.4.0',
|
39 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-actions.php'
|
40 |
),
|
41 |
'Automattic\\Jetpack\\Sync\\Functions' => array(
|
42 |
+
'version' => '1.12.4.0',
|
43 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-functions.php'
|
44 |
),
|
45 |
'Automattic\\Jetpack\\Sync\\Utils' => array(
|
46 |
+
'version' => '1.12.4.0',
|
47 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-utils.php'
|
48 |
),
|
49 |
'Automattic\\Jetpack\\Sync\\Lock' => array(
|
50 |
+
'version' => '1.12.4.0',
|
51 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-lock.php'
|
52 |
),
|
53 |
'Automattic\\Jetpack\\Sync\\Codec_Interface' => array(
|
54 |
+
'version' => '1.12.4.0',
|
55 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/interface-codec.php'
|
56 |
),
|
57 |
'Automattic\\Jetpack\\Sync\\Main' => array(
|
58 |
+
'version' => '1.12.4.0',
|
59 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-main.php'
|
60 |
),
|
61 |
'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array(
|
62 |
+
'version' => '1.12.4.0',
|
63 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue-buffer.php'
|
64 |
),
|
65 |
'Automattic\\Jetpack\\Sync\\Users' => array(
|
66 |
+
'version' => '1.12.4.0',
|
67 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-users.php'
|
68 |
),
|
69 |
'Automattic\\Jetpack\\Sync\\Simple_Codec' => array(
|
70 |
+
'version' => '1.12.4.0',
|
71 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-simple-codec.php'
|
72 |
),
|
73 |
'Automattic\\Jetpack\\Sync\\Queue' => array(
|
74 |
+
'version' => '1.12.4.0',
|
75 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-queue.php'
|
76 |
),
|
77 |
'Automattic\\Jetpack\\Sync\\Modules' => array(
|
78 |
+
'version' => '1.12.4.0',
|
79 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-modules.php'
|
80 |
),
|
81 |
'Automattic\\Jetpack\\Sync\\Listener' => array(
|
82 |
+
'version' => '1.12.4.0',
|
83 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-listener.php'
|
84 |
),
|
85 |
'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array(
|
86 |
+
'version' => '1.12.4.0',
|
87 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-posts.php'
|
88 |
),
|
89 |
'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array(
|
90 |
+
'version' => '1.12.4.0',
|
91 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-attachments.php'
|
92 |
),
|
93 |
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array(
|
94 |
+
'version' => '1.12.4.0',
|
95 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php'
|
96 |
),
|
97 |
'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array(
|
98 |
+
'version' => '1.12.4.0',
|
99 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-woocommerce.php'
|
100 |
),
|
101 |
'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array(
|
102 |
+
'version' => '1.12.4.0',
|
103 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'
|
104 |
),
|
105 |
'Automattic\\Jetpack\\Sync\\Modules\\Module' => array(
|
106 |
+
'version' => '1.12.4.0',
|
107 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-module.php'
|
108 |
),
|
109 |
'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array(
|
110 |
+
'version' => '1.12.4.0',
|
111 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-plugins.php'
|
112 |
),
|
113 |
'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array(
|
114 |
+
'version' => '1.12.4.0',
|
115 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-menus.php'
|
116 |
),
|
117 |
'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array(
|
118 |
+
'version' => '1.12.4.0',
|
119 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-stats.php'
|
120 |
),
|
121 |
'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array(
|
122 |
+
'version' => '1.12.4.0',
|
123 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-meta.php'
|
124 |
),
|
125 |
'Automattic\\Jetpack\\Sync\\Modules\\Users' => array(
|
126 |
+
'version' => '1.12.4.0',
|
127 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-users.php'
|
128 |
),
|
129 |
'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array(
|
130 |
+
'version' => '1.12.4.0',
|
131 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-comments.php'
|
132 |
),
|
133 |
'Automattic\\Jetpack\\Sync\\Modules\\Options' => array(
|
134 |
+
'version' => '1.12.4.0',
|
135 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-options.php'
|
136 |
),
|
137 |
'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array(
|
138 |
+
'version' => '1.12.4.0',
|
139 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-constants.php'
|
140 |
),
|
141 |
'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array(
|
142 |
+
'version' => '1.12.4.0',
|
143 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-term-relationships.php'
|
144 |
),
|
145 |
'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array(
|
146 |
+
'version' => '1.12.4.0',
|
147 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-terms.php'
|
148 |
),
|
149 |
'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array(
|
150 |
+
'version' => '1.12.4.0',
|
151 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-themes.php'
|
152 |
),
|
153 |
'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array(
|
154 |
+
'version' => '1.12.4.0',
|
155 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-network-options.php'
|
156 |
),
|
157 |
'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array(
|
158 |
+
'version' => '1.12.4.0',
|
159 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-protect.php'
|
160 |
),
|
161 |
'Automattic\\Jetpack\\Sync\\Modules\\Import' => array(
|
162 |
+
'version' => '1.12.4.0',
|
163 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-import.php'
|
164 |
),
|
165 |
'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array(
|
166 |
+
'version' => '1.12.4.0',
|
167 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-callables.php'
|
168 |
),
|
169 |
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array(
|
170 |
+
'version' => '1.12.4.0',
|
171 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync.php'
|
172 |
),
|
173 |
'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array(
|
174 |
+
'version' => '1.12.4.0',
|
175 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-updates.php'
|
176 |
),
|
177 |
'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array(
|
178 |
+
'version' => '1.12.4.0',
|
179 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-json-deflate-array-codec.php'
|
180 |
),
|
181 |
'Automattic\\Jetpack\\Sync\\Settings' => array(
|
182 |
+
'version' => '1.12.4.0',
|
183 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-settings.php'
|
184 |
),
|
185 |
'Automattic\\Jetpack\\Sync\\Health' => array(
|
186 |
+
'version' => '1.12.4.0',
|
187 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-health.php'
|
188 |
),
|
189 |
'Automattic\\Jetpack\\Sync\\Server' => array(
|
190 |
+
'version' => '1.12.4.0',
|
191 |
'path' => $vendorDir . '/automattic/jetpack-sync/src/class-server.php'
|
192 |
),
|
193 |
'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => 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 |
|
@@ -13,24 +13,21 @@ class ComposerAutoloaderInit70a5da5fb502b46404ec2aa516d71d2b
|
|
13 |
}
|
14 |
}
|
15 |
|
16 |
-
/**
|
17 |
-
* @return \Composer\Autoload\ClassLoader
|
18 |
-
*/
|
19 |
public static function getLoader()
|
20 |
{
|
21 |
if (null !== self::$loader) {
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
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 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$classMap = require __DIR__ . '/autoload_classmap.php';
|
36 |
if ($classMap) {
|
@@ -42,19 +39,19 @@ class ComposerAutoloaderInit70a5da5fb502b46404ec2aa516d71d2b
|
|
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 ComposerAutoloaderInit1407c3ef871af57ef58a0b6035c3e83c
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
13 |
}
|
14 |
}
|
15 |
|
|
|
|
|
|
|
16 |
public static function getLoader()
|
17 |
{
|
18 |
if (null !== self::$loader) {
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit1407c3ef871af57ef58a0b6035c3e83c', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit1407c3ef871af57ef58a0b6035c3e83c', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit1407c3ef871af57ef58a0b6035c3e83c::getInitializer($loader));
|
31 |
} else {
|
32 |
$classMap = require __DIR__ . '/autoload_classmap.php';
|
33 |
if ($classMap) {
|
39 |
$loader->register(true);
|
40 |
|
41 |
if ($useStaticLoader) {
|
42 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit1407c3ef871af57ef58a0b6035c3e83c::$files;
|
43 |
} else {
|
44 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
45 |
}
|
46 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
47 |
+
composerRequire1407c3ef871af57ef58a0b6035c3e83c($fileIdentifier, $file);
|
48 |
}
|
49 |
|
50 |
return $loader;
|
51 |
}
|
52 |
}
|
53 |
|
54 |
+
function composerRequire1407c3ef871af57ef58a0b6035c3e83c($fileIdentifier, $file)
|
55 |
{
|
56 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
57 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
|
@@ -114,9 +114,9 @@ class ComposerStaticInit70a5da5fb502b46404ec2aa516d71d2b
|
|
114 |
public static function getInitializer(ClassLoader $loader)
|
115 |
{
|
116 |
return \Closure::bind(function () use ($loader) {
|
117 |
-
$loader->prefixLengthsPsr4 =
|
118 |
-
$loader->prefixDirsPsr4 =
|
119 |
-
$loader->classMap =
|
120 |
|
121 |
}, null, ClassLoader::class);
|
122 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit1407c3ef871af57ef58a0b6035c3e83c
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
|
114 |
public static function getInitializer(ClassLoader $loader)
|
115 |
{
|
116 |
return \Closure::bind(function () use ($loader) {
|
117 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit1407c3ef871af57ef58a0b6035c3e83c::$prefixLengthsPsr4;
|
118 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit1407c3ef871af57ef58a0b6035c3e83c::$prefixDirsPsr4;
|
119 |
+
$loader->classMap = ComposerStaticInit1407c3ef871af57ef58a0b6035c3e83c::$classMap;
|
120 |
|
121 |
}, null, ClassLoader::class);
|
122 |
}
|
vendor/composer/installed.json
CHANGED
@@ -565,17 +565,17 @@
|
|
565 |
},
|
566 |
{
|
567 |
"name": "automattic/jetpack-sync",
|
568 |
-
"version": "v1.12.
|
569 |
-
"version_normalized": "1.12.
|
570 |
"source": {
|
571 |
"type": "git",
|
572 |
"url": "https://github.com/Automattic/jetpack-sync.git",
|
573 |
-
"reference": "
|
574 |
},
|
575 |
"dist": {
|
576 |
"type": "zip",
|
577 |
-
"url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/
|
578 |
-
"reference": "
|
579 |
"shasum": ""
|
580 |
},
|
581 |
"require": {
|
@@ -585,7 +585,7 @@
|
|
585 |
"automattic/jetpack-roles": "1.0.4",
|
586 |
"automattic/jetpack-status": "1.1.1"
|
587 |
},
|
588 |
-
"time": "2020-06-
|
589 |
"type": "library",
|
590 |
"installation-source": "dist",
|
591 |
"autoload": {
|
565 |
},
|
566 |
{
|
567 |
"name": "automattic/jetpack-sync",
|
568 |
+
"version": "v1.12.4",
|
569 |
+
"version_normalized": "1.12.4.0",
|
570 |
"source": {
|
571 |
"type": "git",
|
572 |
"url": "https://github.com/Automattic/jetpack-sync.git",
|
573 |
+
"reference": "1fed611f5653fd2736f9a89e140ec4205fcddf50"
|
574 |
},
|
575 |
"dist": {
|
576 |
"type": "zip",
|
577 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/1fed611f5653fd2736f9a89e140ec4205fcddf50",
|
578 |
+
"reference": "1fed611f5653fd2736f9a89e140ec4205fcddf50",
|
579 |
"shasum": ""
|
580 |
},
|
581 |
"require": {
|
585 |
"automattic/jetpack-roles": "1.0.4",
|
586 |
"automattic/jetpack-status": "1.1.1"
|
587 |
},
|
588 |
+
"time": "2020-06-02T21:29:36+00:00",
|
589 |
"type": "library",
|
590 |
"installation-source": "dist",
|
591 |
"autoload": {
|