You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,7 @@ There are opportunities for developers at all levels to contribute. [Learn more
128
128
129
129
**Improved compatibility**
130
130
131
+
* AMP: ensure that all Jetpack features are compatible with the latest version of the AMP plugin. Solves issues previously encountered with sharing buttons and stats.
131
132
* Images: ensure that images inserted with new block editor can be used in Open Graph Meta tags, Related Posts, and Publicized posts.
132
133
* PHP 7.3: avoid PHP warnings so the plugin can be fully compatible with the latest version of PHP.
133
134
* Sharing: do not add Jetpack's Twitter Meta Tags when the WP To Twitter plugin is active.
Copy file name to clipboardExpand all lines: to-test.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,16 @@ We have some changes to the Carousel feature to make sure it works with the diff
56
56
- with a new tiled gallery block
57
57
- with a classic block and a tiled gallery in it.
58
58
59
+
### AMP
60
+
61
+
We've made a number of improvements to the way Jetpack works with the latest version of the AMP plugin.
62
+
63
+
To test this, add the plugin to your site, and switch between the different modes under the AMP plugin options. You will want to check that the following features are working:
64
+
65
+
- Sharing buttons should be properly displayed.
66
+
- Stats should be recorded when you are visiting your site and not logged in to your admin account (look for call to the stats tracking pixel in your browser's network tab).
67
+
- You should not see any PHP notices.
68
+
59
69
**At any point during your testing, remember to [check your browser's JavaScript console](https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis) and see if there are any errors reported by Jetpack there.**
0 commit comments