Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin jetpack from 9.3.1 to 9.5 #39

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions plugins/jetpack/.svnignore

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/3rd-party.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Compatibility files for third-party plugins.
* This is used to improve compatibility of specific Jetpack features with third-party plugins.
*
* @package Jetpack
* @package automattic/jetpack
*/

namespace Automattic\Jetpack;
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/bbpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Compatibility functions for bbpress.
*
* @package Jetpack
* @package automattic/jetpack
*/

add_action( 'init', 'jetpack_bbpress_compat', 11 ); // Priority 11 needed to ensure sharing_display is loaded.
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/beaverbuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Beaverbuilder Compatibility.
*
* @package Jetpack.
* @package automattic/jetpack
*/

namespace Automattic\Jetpack\Third_Party;
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/bitly.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Fixes issues with the Official Bitly for WordPress
* https://wordpress.org/plugins/bitly/
*
* @package Jetpack
* @package automattic/jetpack
*/

if ( class_exists( 'Bitly' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/buddypress.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* 3rd Party Integration for BuddyPress.
*
* @package Jetpack.
* @package automattic/jetpack.
*/

namespace Automattic\Jetpack\Third_Party;
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/class-domain-mapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Domain Mapping 3rd Party
*
* @package Jetpack.
* @package automattic/jetpack
*/

namespace Automattic\Jetpack\Third_Party;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* REST API Compatibility: bbPress & Jetpack
* Enables bbPress to work with the Jetpack REST API
*
* @package Jetpack
* @package automattic/jetpack
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/class-jetpack-crm-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @since 9.0.0
*
* @package Jetpack
* @package automattic/jetpack
*/

namespace Automattic\Jetpack;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Special cases for overriding modules.
*
* @package Jetpack.
* @package automattic/jetpack
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/creative-mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @since 8.9.0
*
* @package Jetpack
* @package automattic/jetpack
*/

namespace Automattic\Jetpack\Creative_Mail;
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/crowdsignal.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @see https://github.com/Automattic/crowdsignal-plugin/commit/941fc5758152ebf860a14d1cd0058245e8aed86b
*
* @package Jetpack.
* @package automattic/jetpack
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/debug-bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* 3rd Party integration for Debug Bar.
*
* @package Jetpack.
* @package automattic/jetpack
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Adds a Jetpack Search debug panel to Debug Bar.
*
* @package Jetpack.
* @package automattic/jetpack
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/qtranslate-x.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* 3rd party integration for qTranslate.
*
* @package Jetpack.
* @package automattic/jetpack
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/vaultpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Handles VaultPress->Rewind transition by deactivating VaultPress when needed.
*
* @package Jetpack.
* @package automattic/jetpack
*/

use Automattic\Jetpack\Redirect;
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/web-stories.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @since 9.2.0
*
* @package Jetpack
* @package automattic/jetpack
*/

namespace Automattic\Jetpack\Web_Stories;
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* This file contains compatibility functions for WooCommerce to improve Jetpack feature support.
*
* @package Jetpack.
* @package automattic/jetpack
*/

add_action( 'woocommerce_init', 'jetpack_woocommerce_integration' );
Expand Down
2 changes: 1 addition & 1 deletion plugins/jetpack/3rd-party/wpml.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Only load these if WPML plugin is installed and active.
*
* @package Jetpack.
* @package automattic/jetpack
*/

/**
Expand Down
28 changes: 0 additions & 28 deletions plugins/jetpack/CODE-OF-CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/jetpack/_inc/blocks/business-hours/view.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '547e181c8a5ff3a1216af250cfa9c3b2');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'e10b0a787c01784a32e0e058906b2ac7');
2 changes: 1 addition & 1 deletion plugins/jetpack/_inc/blocks/business-hours/view.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/jetpack/_inc/blocks/button/view.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'a42fe044a5fd4eaaa27d18fd8ed2fa9e');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '2b2fc76fcd7196b83898630549aa96e5');
2 changes: 1 addition & 1 deletion plugins/jetpack/_inc/blocks/button/view.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/jetpack/_inc/blocks/calendly/view.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '2d6c9297a1c03f12123cf21a653f2e81');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '302ad04f5a36c0068e82de38f989817e');
2 changes: 1 addition & 1 deletion plugins/jetpack/_inc/blocks/calendly/view.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/jetpack/_inc/blocks/components.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading