-
Notifications
You must be signed in to change notification settings - Fork 383
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
Deprecate Jetpack helper and some parts of WPCOM helper #1149
Conversation
This is part of #1021 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few minor comments on your Jetpack PR, but things seemed to test well.
@gravityrail I just realized that we may have a timing issue with this PR and Jetpack. If AMP 1.0 is released after Jetpack 6.2, is that going to cause a problem? If so, we may want to merge these commits into the 0.7 branch to ensure that it is released before Jetpack. |
I've cherry-picked the commits in this branch to 0.7.1: #1170 |
Fixes #1021
Removes the Jetpack helper after Jetpack version 6.2. Also moves some wpcom-helper functions over to Jetpack, where appropriate.
Once Automattic/jetpack#9458 is merged, this can be merged too, as AMP support will be explicitly included in Jetpack.