Skip to content

Commit

Permalink
Changelog: add #10945
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Jan 3, 2019
1 parent d93b07f commit 5622faf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions to-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**

0 comments on commit 5622faf

Please sign in to comment.