Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.6.1 Changelog #8363

Merged
merged 4 commits into from
Dec 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
== Changelog ==

= 5.6 =

* Release date: December 5, 2017
* Release post: https://wp.me/p1moTy-6zt

**Major Enhancements**
* Google Analytics: Add support for universal analytics for WooCommerce.
* Performance: minify all JavaScript files used in the plugin.
* Performance: add new Lazy Images module.
* Protect: add new mechanism allowing you to send yourself an email with a
link to the form when you are locked out of your site.

**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.
* WordPress.com API: add new endpoints to allow for better comment management
in third party interfaces like WordPress.com.
* WordPress.com Toolbar: prevent dns prefetching for logged out users.

**Improved compatibility**
* Stats: remove function deprecated in PHP 7.2.

**Bug fixes**
* Comment Likes: make sure Like text is properly translated.
* General: only load stats code when necessary.
* Related Posts: allow site owners to exclude multiple blog posts from the
list of Related Posts.
* Sharing: remove inline JavaScript used in the email sharing form.
* Search: Maintain ordering of the search filters in the widget.
* Sync: avoid PHP notices during the synchronization process.

= 5.5.1 =

* Release date: November 21, 2017
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Jetpack by WordPress.com ===
Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, blobaugh, cainm, cena, cfinke, chaselivingston, chellycat, csonnek, danielbachhuber, davoraltman, daniloercoli, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, eliorivero, enej, eoigal, erania-pinnera, ethitter, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jacobshere, jblz, jeherve, jenhooks, jenia, jgs, jkudish, jmdodd, Joen, johnjamesjacoby, jshreve, koke, kraftbj, lamdayap, lancewillett, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, michael-arestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, roccotripaldi, samhotchkiss, scarstocea, sdquirk, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
Tags: Jetpack, WordPress.com, backup, security, related posts, CDN, speed, anti-spam, social sharing, SEO, video, stats
Stable tag: 5.5.1
Stable tag: 5.6
Requires at least: 4.7
Tested up to: 4.9

Expand Down Expand Up @@ -103,6 +103,15 @@ There are opportunities for developers at all levels to contribute. [Learn more

== Changelog ==

= 5.6.1 =

* Release date: December 14, 2017
* Release post: https://wp.me/p1moTy-6Jk

* Contact Forms: Hardened security in Contact Form processing.
* Sharing: Bumped the character limit to 280 when sharing a post to Twitter.
* Widget Visibility: Fixed a bug that disabled "saving" the widget when removing a Widget Visibility rule.

= 5.6 =

* Release date: December 5, 2017
Expand Down