Skip to content

Commit 5622faf

Browse files
committed
Changelog: add #10945
1 parent d93b07f commit 5622faf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ There are opportunities for developers at all levels to contribute. [Learn more
128128

129129
**Improved compatibility**
130130

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.
131132
* Images: ensure that images inserted with new block editor can be used in Open Graph Meta tags, Related Posts, and Publicized posts.
132133
* PHP 7.3: avoid PHP warnings so the plugin can be fully compatible with the latest version of PHP.
133134
* Sharing: do not add Jetpack's Twitter Meta Tags when the WP To Twitter plugin is active.

to-test.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ We have some changes to the Carousel feature to make sure it works with the diff
5656
- with a new tiled gallery block
5757
- with a classic block and a tiled gallery in it.
5858

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+
5969
**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.**
6070

6171
**Thank you for all your help!**

0 commit comments

Comments
 (0)