Skip to content

Commit 7844644

Browse files
jeherveoskosk
authored andcommitted
Changelog 5.6: running changelog. (#8192)
* Changelog 5.6: create base for changelog. * Update changelog with 5.5.1 info. * Changelog: add #7930 and #8238 * Changelog: add #8076 * Changelog: add #8100 * Changelog: add #8117 * Changelog: add #8141 * Changelog: add #8143 * Changelog: add #8147 * Changelog: add #8149 * Changelog: add #8153 * Changelog: add #8173 * Changelog: add #8184 * Changelog: add #8196 * Changelog: add #8199 * Changelog: add #8093 * Changelog: add #8171 * Changelog: add #8182 * Changelog: add #8202, #8222 * Changelog: add #8228 * Changelog: add #8240 * Changelog: add #8251 * remove AL card change
1 parent e5fd42f commit 7844644

File tree

3 files changed

+79
-27
lines changed

3 files changed

+79
-27
lines changed

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
== Changelog ==
22

3+
= 5.5.1 =
4+
5+
* Release date: November 21, 2017
6+
* Release post: https://wp.me/p1moTy-6Bd
7+
8+
**Bug fixes**
9+
* In Jetpack 5.5 we made some changes that created errors if you were using other plugins that added custom links to the Plugins menu. This is now fixed.
10+
* We have fixed a problem that did not allow to upload plugins using API requests.
11+
* Open Graph links in post headers are no longer invalid in some special cases.
12+
* We fixed warnings happening when syncing users with WordPress.com.
13+
* We updated the way the Google+ button is loaded to match changes made by Google, to ensure the button is always displayed properly.
14+
* We fixed conflicts between Jetpack's Responsive Videos and the updates made to Video players in WordPress 4.9.
15+
* We updated Publicize's message length to match Twitter's new 280 character limit.
16+
317
= 5.5 =
418

519
* Release date: November 7, 2017

readme.txt

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Jetpack by WordPress.com ===
22
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
33
Tags: Jetpack, WordPress.com, backup, security, related posts, CDN, speed, anti-spam, social sharing, SEO, video, stats
4-
Stable tag: 5.5
4+
Stable tag: 5.5.1
55
Requires at least: 4.7
66
Tested up to: 4.9
77

@@ -103,6 +103,37 @@ There are opportunities for developers at all levels to contribute. [Learn more
103103

104104
== Changelog ==
105105

106+
= 5.6 =
107+
108+
* Release date: December 5, 2017
109+
* Release post: https://wp.me/p1moTy-6zt
110+
111+
**Major Enhancements**
112+
* Google Analytics: Add support for universal analytics for WooCommerce.
113+
* Performance: minify all JavaScript files used in the plugin.
114+
* Performance: add new Lazy Images module.
115+
* 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.
116+
117+
**Enhancements**
118+
* Custom CSS: add new set of font properties that can be used in the CSS editor.
119+
* Photon: do not remove `width` and `height` attributes from image tags when known.
120+
* Sitemaps: add CLI commands to purge and built the sitemaps.
121+
* Sitemaps: only display the reporter log success messages if `JETPACK_DEV_DEBUG` is defined.
122+
* WordPress.com API: add new endpoints to allow for better comment management in third party interfaces like WordPress.com.
123+
* WordPress.com Toolbar: prevent dns prefetching for logged out users.
124+
125+
**Improved compatibility**
126+
* Stats: remove function deprecated in PHP 7.2.
127+
128+
**Bug fixes**
129+
* Comment Likes: make sure Like text is properly translated.
130+
* General: only load stats code when necessary.
131+
* Related Posts: allow site owners to exclude multiple blog posts from the list of Related Posts.
132+
* Sharing: remove inline JavaScript used in the email sharing form.
133+
* Search: Maintain ordering of the search filters in the widget.
134+
* Sync: avoid PHP notices during the synchronization process.
135+
* WordPress.com Toolbar: avoid broken link when using the sign out button.
136+
106137
= 5.5.1 =
107138

108139
* Release date: November 21, 2017

to-test.md

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,50 @@
1-
## 5.5
1+
## 5.6
22

3-
### Connection process
3+
### Google Analytics
44

5-
We made some changes to reduce the number of connection issues that may happen on a site when switching from HTTP to HTTPs. To test this, if your site uses HTTPs, make sure you can still interact with your site via WordPress.com (try publishing or editing posts for example), and check to see that things like Related Posts still work on your site.
5+
Jetpack Professional customers using the WooCommerce plugin and needing some in-depth Google Analytics reports will be happy with this release. We've added support for universal analytics to Jetpack in this release. To test this new feature, follow the instructions [in this PR](https://github.com/Automattic/jetpack/pull/8182).
66

7-
We have also improved the connection process to make sure other plugins can't interfere with the connection. To test this, try the following:
7+
### Lazy images
88

9-
1. Start with a disconnected site and user, and multiple other plugins active. If you'd like, you can use [jurassic.ninja](https://jurassic.ninja/) to get a brand new site quickly.
10-
2. Visit the dashboard and confirm that the Connect button has an appropriate URL and that you can connect
11-
3. After connecting, login in with a non-admin user and confirm that the banner button that reads "Connect to WordPress.com" works and has a good href.
12-
4. Confirm that you can cycle the connection. Connect Jetpack, get back to the admin page. Disconnect, and try to connect again without refreshing the page.
9+
We've added a new module, Lazy Images, to improve page load times by only loading an image when it is visible in the viewport.
1310

14-
### Carousel
11+
To test, try the following:
1512

16-
We have made some performance improvements to the Carousel feature. It would be great if everyone could test every aspect of Carousel in this release:
17-
- Does it work well on single images when the image is set to link to an attachment page?
18-
- Does it work well with standard WordPress galleries?
19-
- Does it work well with Tiled Galleries?
20-
- Are you able to comment on a Carousel image, whether you are logged in or logged out of your WordPress account?
13+
1. Go to `https://yoursite.com/wp-admin/admin.php?page=jetpack_modules` and enable the "Lazy Images" module.
14+
2. Visit pages when you have inserted single images, galleries, slideshows. You'll want to test this on pages where the images are at the top of the page, but also on pages where you have to scroll to see the images. You will want to make sure that images get loaded as you scroll down the page, and that [no JavaScript error appears in your browser console](http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors).
15+
3. Try in as many browsers as possible.
2116

22-
### Custom CSS
17+
### Photon
2318

24-
The next version of WordPress, 4.9, will be released very soon and will include [a lot of changes to its code editors](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/). As part of those changes, the CSS editor will now have its own syntax highlighter. Until now, there was no syntax highlighting in the CSS editor unless you used Jetpack and its Custom CSS module.
19+
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.
2520

26-
You will consequently want to test 4 things:
27-
- What happens when you use the current version of WordPress (4.8.2) with the new version of Jetpack? Does syntax highlighting still work? Can you save CSS changes?
28-
- What happens when you then use [this plugin](https://wordpress.org/plugins/wordpress-beta-tester/) to update WordPress to the 4.9 Beta version on your site? Does your CSS remain? Are there any issues during the migration? I would suggest to try this update after having added a lot of CSS to the editor.
29-
- What happens when you use the CSS editor with WP 4.9 Beta? Does syntax highlighting work well?
30-
- Does everything work regardless of whether the Custom CSS module is active or not?
21+
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.
3122

32-
### Gallery Widget
23+
### Protect
3324

34-
The next version of WordPress will now include its own [Gallery Widget](https://make.wordpress.org/core/2017/09/25/introducing-the-gallery-widget/). If you previously used a Jetpack Gallery Widget on your site, that widget will disappear and will be replaced by the new WordPress gallery widget.
25+
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.
3526

36-
To test this, start by adding a Jetpack Gallery Widget on your site, Then, update to WordPress 4.9 Beta. You can use [this plugin](https://wordpress.org/plugins/wordpress-beta-tester/) to update WordPress on your site. Once you have done so you should see the new WordPress widget under Appearance > Widgets and Appearance > Customize. Try to use one the Tiled Gallery types, and make sure it is displayed properly.
27+
Follow the instructions below to test the feature:
3728

38-
### Misc
29+
1. Set the following constant in your `wp-config.php`: `define( 'JETPACK_ALWAYS_PROTECT_LOGIN', true );`
30+
2. Now when you go to wp-login.php you will be asked to enter an email.
31+
3. After receiving the email you should be able to login again or change your password.
32+
4. The token that you get in the email is only valid for 15 minutes.
3933

40-
- [Always] Try to connect with a brand new site, and also cycle your connections to existing sites.
34+
### Shortcodes
35+
36+
In this release we started using minified JavaScript files for all the shortcodes that rely on JavaScript in the plugin. You will consequently want to try testing the following shortcodes:
37+
- Brightcove
38+
- Gist
39+
- Instagram
40+
- Presentations
41+
- Quizzes
42+
- Recipes
43+
- Slideshows
44+
45+
You can find instructions on how to use each shortcode [here](https://jetpack.com/support/shortcode-embeds/).
46+
47+
For each shortcode, you will want to make sure they work as expected, and that [no JavaScript error appears in your browser console](http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors).
4148

4249
### Final Notes
4350

0 commit comments

Comments
 (0)