forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathto-test.txt
More file actions
45 lines (32 loc) · 2.3 KB
/
to-test.txt
File metadata and controls
45 lines (32 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
This file contains a list of items that need testing for each release. Please update it with every pull request. Make sure to follow the same format.
==============================
=== 3.6 ===
== New Features/Enhancements ==
* General: Identity Crisis
To test: move your site from one URL to another, changing the siteurl and home options in the database. Follow the prompts to resolve the ID crisis
* Jetpack CLI: Many new commands
To test: Check out the list of commands available at jetpack.me/support/jetpack-cli
Test them out, have fun, and let us know if you notice anything strange.
* Protect: Use math fallback when locked out
To test: attempt to login to your site with the wrong password at least 15 times within a few minutes. A math equation should appear, and be required to be answered before you can log in.
* New Photon filter for customizing photon parameters.
To Test: See an example of how to use the filter here - https://github.com/Automattic/jetpack/pull/2193
* New filter to change the output of the Facebook button text.
To Test: See an example of how to use the filter here - https://github.com/Automattic/jetpack/pull/2069
* New filter to customize a module's "long description"
To Test: See example filter useage here - https://github.com/Automattic/jetpack/pull/1919
* REST API Locale support: See translated results
To Test: Once you have a language pack installed (chosen in Settings > General), you may get REST data translated like so:
https://public-api.wordpress.com/rest/v1/sites/$blog/post-formats/?pretty=true&locale=$locale
== Bug Fixes ==
* Gallery Widget:
To Test: "Choose Images" button works while in accessibility mode
* Custom CSS: add support for `align-items` and `justify-content` CSS3 properties.
To Test: Try entering the following the custom CSS editor: .container { justify-content: space-around; }
It should not be stripped after save.
* Tiled Gallery: Improve the shapes and distributions of shapes in the Tiled Gallery, based on observations for its usage.
To Test: Check for console errors, or any general wonkiness when using Tiled Galleries
* Shortcode Embeds: Added Mesh support
To Test: Try pasting a Mesh link into the editor. Check the front end to see if it's been embedded.
* General: Don't track stats on preview pages
To Test: Stats should not pick up views on preview pages