Skip to content

Commit a9e741f

Browse files
committed
Changelog: add #14239
Also added some new entries to the testing file.
1 parent aa3ace5 commit a9e741f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ There are opportunities for developers at all levels to contribute. [Learn more
112112
* Mobile Theme: allow one to temporary disable Jetpack's Mobile Theme for testing.
113113
* Mobile Theme: disable settings when feature is inactive.
114114
* Site Accelerator: disable a helper library by default and allow themes to enable it when required.
115+
* Subscriptions: add a wp-admin setting to alert the admin when someone follows the blog.
115116
* WordPress.com REST API: add flag to determine site eligibility for Full Site Editing.
116117
* WordPress.com synchronization: improve the reliability of the synchronization events triggered to keep your site up to date with WordPress.com.
117118
* WordPress.com Toolbar: update the link directing to the WordPress.com Reader.

to-test.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As a general item, I'd be happy to see devicepx go away entirely. My only concer
1414
Devicepx came about because there were not great ways for managing alternate image needs, like DPI ( retina ). Now, we have much better options that don't require JavaScript to be checking things all the time. We certainly have the browser feature support that makes it possible for devicepx to go away.
1515
```
1616

17-
To test enable the Jetpack plugin. It no longer enqueues the `https://s0.wp.com/wp-content/js/devicepx-jetpack.js` script on all pages automatically.
17+
To test enable the Jetpack plugin. Make sure it no longer enqueues the `https://s0.wp.com/wp-content/js/devicepx-jetpack.js` script on all pages automatically. Please make sure images of various sizes (galleries, featured images, icons, etc.) look fine on different screens.
1818

1919
Add `add_theme_support( 'jetpack-devicepx' );` to theme's functions.php and notice that now all front-end page loads include the https://s0.wp.com/wp-content/js/devicepx-jetpack.js script. You can use the following snippet:
2020

@@ -27,6 +27,10 @@ function jetpack_declare_theme_support() {
2727

2828
Load an AMP page and notice that the devicepx library is not loaded as expected.
2929

30+
### Subscriptions
31+
32+
The option to send emails on new subscribers has been added to wp-admin. Previously the option could only be set using Calypso. To test you can go to the wp-admin settings and open the Discussion tab. The new checkbox will be in the "Email me whenever" section. Make sure you can save both the on and off value, and change it using Calypso.
33+
3034
### Others
3135

3236
- If you have the opportunity to test in an older browser like IE11, please do so. You may catch some interesting bugs!

0 commit comments

Comments
 (0)