-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jetpack: Deprecate Jetpack Onboarding system (#39229)
* Remove registering of jetpack_onboarding option * Deprecate method Status::is_onboarding Also, remove check for is_onboarding from module activation code path * Deprecate method Jetpack_XMLRPC_Methods::remote_provision_response. * Also remove the body of the function to prevent it triggering a static analysis error due to calling Jetpack::create_onboarding_token() which is also being deprecated. * Also remove its hook from jetpack_remote_xmlrpc_provision_response filter * Remove references to onboarding option from CLI Command parter_provision * Remove onboarding token verification hook from jetpack_signature_check_token filter * Remove already deprecated method Jetpack::is_onboarding * Remove refrences to jetpack onboarding tokens from authorization code paths * Deprecate Jetpack::verify_onboarding_token() * Deprecate Jetpack::create_onboarding_token() * Deprecate Jetpack::invalidate_onboarding_token() * Deprecate Jetpack::validate_onboarding_token_action() * Remove refrences to jetpack onboarding tokens from registration code paths * Remove onboarding setting from settings endpoint and deprecate Jetpack_Core_Json_Api_endpoints::validate_onboarding Also remove the body of the function to prevent it triggering a static analysis error due to calling itself while being deprecated * Deprecate Jetpack_Core_Api_Data::process_onboarding() Also remove the body of the function to prevent it triggering a static analysis error due to calling Jetpack::invalidate_onboarding_token() and Jetpack_Core_API_Data::handle_business_address() which are also being deprecated. * Remove reference to jetpack onboarding from Jetpack_Core_API_XMLRPC_Consumer_Endpoint::can_request * Remove tests for JPO (Jetpack Onboarding) * changelog * Deprecate options jpo_site_type, jpo_business_address, jpo_homepage_format, jpo_contact_page * Deprecated Jetpack::handle_business_address used for JPO (Jetpack Onboarding) * Update phan baseline Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10722311923 Upstream-Ref: Automattic/jetpack@23e8929
- Loading branch information
Showing
26 changed files
with
187 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.