-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7539 from Automattic/update/to-test-5.2
Updated things to test
- Loading branch information
Showing
1 changed file
with
13 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,21 @@ | ||
## 5.1 | ||
## 5.2 | ||
|
||
### Comment Likes | ||
### Contact forms | ||
|
||
This version introduces the ability to show appreciation for those particularly clever comments on your posts! To enable them, you can go to the Jetpack settings, Discussion tab, and click the corresponding toggle in Comments settings card. | ||
Make sure comments can be liked and unliked, that like counts are correct, and that there are no PHP or JS warnings or errors. | ||
Also verify that you can properly disable Comment Likes with no side effects. | ||
This version ships a new interface to build and edit contact forms. | ||
- edit or add a new post, check that the button to add the form look fine, both desktop and mobile | ||
- try different browsers (there's a known FF issue that causes it to lose the content but will be fixed soon) | ||
- add a new form and edit it in many ways. | ||
|
||
### Masterbar | ||
### New Jumpstart | ||
|
||
- There’s a new menu item in this release: “View Site”. Click on “My Sites” and the “View Site” menu should appear at the top. If you click it, it should launch the front end of your site. | ||
- Again in “My Sites” menu, make sure there are no strange characters next to the small “Add” buttons. | ||
- Test the WP Admin of your site on mobile. Make sure there’s a hamburger icon to access all WP Admin screens. | ||
New installations will get a new Jumpstart full page showcasing and explaining them. It should work properly and activate the said features. | ||
To test, scroll down to the bottom of the Jetpack Settings page and click `Reset Options (dev only)`. Jumpstart should show up now. | ||
|
||
### Miscellaneous enhancements | ||
### Comment likes | ||
|
||
- The Flickr widget now automatically displays images in a grid if there’s enough room. | ||
- E-mail sharing is now disabled by default unless it’s explicitly enabled by a filter or Akismet is active. | ||
Its code, mainly in front end, was streamlined and reduced. Make sure everything works great. | ||
|
||
### Fixes | ||
### Social scheduling | ||
|
||
- Prevent the caching of the EU Cookie Law Banner cookie. To test: | ||
- add the EU Cookie Law Banner widget | ||
- visit a page where the widget is displayed and click the “Close and accept” button | ||
- reload the page. Make sure the widget doesn’t show up again. | ||
- Don’t freeze UI if VaultPress can’t be reached (either due to not being registered or connection error). To test: set the plan of your Jetpack site to Free, activate VaultPress, go to the Jetpack dashboard and settings. | ||
- in Calypso, activate Dyad 2. Go to WP Admin, add a widget that hasn’t been added before. Go back to Calypso, activate Lodestar. Visit the front end or WP Admin. There should not be PHP notices originated in the file class.jetpack-sync-module-themes.php. | ||
Sites on a Premium or Professional plan allow their authors to schedule when their posts will be publicized in social networks. Go to Jetpack Dashboard, Plans tab, and make sure that a card for social scheduling is visible for Premium and Professional sites and not for others. Also make sure it can activate Publicize and goes to the post list. |