Skip to content

Commit

Permalink
Changelog: add #8196
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Nov 24, 2017
1 parent ebcb1ee commit d177882
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ There are opportunities for developers at all levels to contribute. [Learn more

**Enhancements**
* Custom CSS: add new set of font properties that can be used in the CSS editor.
* Photon: do not remove `width` and `height` attributes from image tags when known.
* Sitemaps: add CLI commands to purge and built the sitemaps.
* Sitemaps: only display the reporter log success messages if `JETPACK_DEV_DEBUG` is defined.

Expand Down
6 changes: 6 additions & 0 deletions to-test.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 5.6

### Photon

Until now, when filtering content, Photon removed `width` and `height` attributes from image tags. This was done to make sure images were never distorted, regardless of how they were inserted in a post.

We've now improved this process and avoid removing those attributes when we can. To test, try inserting images in test posts. Use multiple methods to insert your images: slideshows, galleries, custom (non Jetpack) galleries, single images, images hosted somewhere else. You will want to make sure no image gets distorted, and that the `width` and `height` attributes are there. Ensure that you're "viewing source" to check this as opposed to using your browser's dev tools.

### Protect

We've created a new setting one can use to change the default WordPress log in form, and add a new field with an option to send yourself an email with a link to log in when you got locked out of your site.
Expand Down

0 comments on commit d177882

Please sign in to comment.