From 5622faf04149a56545b98fff8d91d8551e5e24ad Mon Sep 17 00:00:00 2001 From: Jeremy Herve Date: Fri, 4 Jan 2019 00:11:01 +0100 Subject: [PATCH] Changelog: add #10945 --- readme.txt | 1 + to-test.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/readme.txt b/readme.txt index 52c730998d9ce..61a0892e58c32 100644 --- a/readme.txt +++ b/readme.txt @@ -128,6 +128,7 @@ There are opportunities for developers at all levels to contribute. [Learn more **Improved compatibility** +* 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. * Images: ensure that images inserted with new block editor can be used in Open Graph Meta tags, Related Posts, and Publicized posts. * PHP 7.3: avoid PHP warnings so the plugin can be fully compatible with the latest version of PHP. * Sharing: do not add Jetpack's Twitter Meta Tags when the WP To Twitter plugin is active. diff --git a/to-test.md b/to-test.md index 4c1ef2796c32b..2e060320dd5a9 100644 --- a/to-test.md +++ b/to-test.md @@ -56,6 +56,16 @@ We have some changes to the Carousel feature to make sure it works with the diff - with a new tiled gallery block - with a classic block and a tiled gallery in it. +### AMP + +We've made a number of improvements to the way Jetpack works with the latest version of the AMP plugin. + +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: + +- Sharing buttons should be properly displayed. +- 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). +- You should not see any PHP notices. + **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.** **Thank you for all your help!**