-
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.
* Changelog: add PRs belonging to 4.4. Changelog: add #5186 Changelog: add #3425 Changelog: add #5365 Changelog: add #5428 Changelog: add #3358 Changelog: add #5183 Changelog: add #4881 Changelog: add #5286 Changelog: add #5395 Changelog: add #5419 Changelog: add #5437 Changelog: add #5291 Update version number Changelog: add #5476, #5413, #5409, #5355, #5348 Changelog: add #5381 Changelog: add #5412 Changelog: add #5386 Changelog: add #5250 CHangelog: add #5011 Changelog: add #5090 Changelog: add IDC fixes. Changelog: add #5259 CHangelog: add #5186 Changelog: add #5236 Changelog: add #5284 Changelog: add #5366 Changelog: add #5382 Changelog: add #5396 Changelog: add #5405 Changelog: add #4897 Changelog: add #5289 Added a changelog entry about #5534. Added a changelog entry about #5479. Added a changelog entry about #5454. Added a changelog entry about #5434. Added a changelog entry about #5408. Added a changelog entry about #5369. Added a changelog entry about #5350. Added a changelog entry about #5324. Added a changelog entry about #5319. Added a changelog entry about #5310. Added a changelog entry about #5282. Added a changelog entry about #5176. Added a changelog entry about #3515. Added a changelog entry about #1542. Added a changelog entry about #5316. Added a changelog entry about #3188. Changelog: add #4987 Changelog: add #5270 Changelog: add #5225 Changelog: add #5507 Changelog: add #5432 Changelog: add #5473 Changelog: add #5392 Changelog: add #5222 Changelog: add #5457 Changelog: add #5423 Changelog: add #5332 Changelog: add #3853 Changelog: add #5237 Changelog: add #5307 Changelog: move up release headliner. Changelog: add #5375 CHangelog: add #5496 Changelog: add #5528 Changelog: add #5537 Changelog: remove new Settings, they're punted to 4.5. Changelog: move release headliner to the top. Changelog: add testing list. Changelog: add #4953 Changelog: add #5575 Changelog: add #5573 Changelog: add #5345 * Changelog: add #5168
- Loading branch information
Showing
2 changed files
with
139 additions
and
31 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
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,52 +1,80 @@ | ||
## 4.3: a new interface with easier-to-manage settings and features. | ||
## 4.4 | ||
|
||
With Jetpack 4.3, we completely revamped the admin interface. The new dashboard is faster, fully responsive, and offers you all the tools you need to monitor your site's health and performance. | ||
Jetpack 4.4 is packed with new things and improvements for your favorite modules! We're looking forward to getting your feedback on the following things: | ||
|
||
We'd like to you to try and test every aspect of that new interface. | ||
### SEO Tools | ||
|
||
We're looking forward to getting your feedback on the following things: | ||
Jetpack 4.4 tightens the links between Jetpack and WordPress.com, and now allows site owners using our [Jetpack Professional Plan](https://jetpack.com/features/) to manage SEO options from the WordPress.com interface. | ||
|
||
### Check for errors | ||
To get started, go to Jetpack > Settings > Traffic and enable the SEO Tools module. Then, [go to Settings > SEO on WordPress.com](https://wordpress.com/settings/seo) in the WordPress.com dashboard. After you've picked your site, you should see a number of options on that page. Make sure they can be saved, and are applied on your Jetpack site. | ||
|
||
- JavaScript errors: [open your browser's JavaScript console](https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis) and make sure that no errors happen when navigating the Jetpack Dashboard, under the Jetpack menu in your dashboard. | ||
- Add the following to your site's `wp-config.php` file: | ||
You can learn more about the different options [here](https://en.blog.wordpress.com/2016/10/03/attract-more-visitors-to-your-business-site-with-our-advanced-seo-tools/). | ||
|
||
```php | ||
define( 'WP_DEBUG', true ); | ||
### VideoPress | ||
|
||
if ( WP_DEBUG ) { | ||
**VideoPress, our Premium video offering, has been completely redesigned to be fully integrated into your Media Library.** It's now easier to upload videos and insert them into your posts and pages. | ||
We've also improved our Open Graph Meta Tags to make sure VideoPress videos can be embedded in your Facebook Posts. | ||
|
||
@error_reporting( E_ALL ); | ||
@ini_set( 'log_errors', true ); | ||
@ini_set( 'log_errors_max_len', '0' ); | ||
To test this feature, you'll need to use [Jetpack Premium or Jetpack Professional](https://jetpack.com/features/) on your site. If you've purchased one of the upgrades, you'll be able to activate the VideoPress module under Jetpack > Settings > Writing. | ||
|
||
define( 'WP_DEBUG_LOG', true ); | ||
define( 'WP_DEBUG_DISPLAY', false ); | ||
define( 'CONCATENATE_SCRIPTS', false ); | ||
define( 'SAVEQUERIES', true ); | ||
 | ||
|
||
} | ||
``` | ||
Once the module is active, you can try the following: | ||
|
||
Once you've done so, check the `wp-content/debug.log` file for errors as soon as something doesn't seem to work as expected. | ||
- When an error is displayed in the Jetpack dashboard (in one of those pill-shaped notices), let us know if the errors are understandable. | ||
1. Head over to Media > Library or Media > Add New, and try to upload a new video to your site. It should be uploaded to VideoPress right away. | ||
2. Try uploading a video from your post editor, under Add Media. | ||
3. A few minutes after the upload, the video's meta data should be updated (as transcoding finishes), and you can view and edit that meta data from the edit media page in the Media Library. | ||
4. You should be able to insert those videos into any post or page. | ||
|
||
### Change Jetpack settings | ||
### Shortcodes | ||
|
||
The new interface allows you to activate and deactivate modules, as well as change their settings. **Activate and deactivate modules, change module settings.** Make sure that your changes are saved properly, and applied for each module. | ||
**You can now embed Pinterest Boards, Profiles, and individual Pins in all your posts and pages.** To test this, paste a Pinterest URL on its own line, and it should transform into an embed in your editor as well as on your site. | ||
|
||
### Monitor VaultPress and Akismet settings | ||
### Widgets | ||
|
||
Did you purchase [a Premium or a Professional plan](https://jetpack.com/features/)? Do you already use Akismet or VaultPress on your site? Make sure that all your settings are correct in the new Jetpack dashboard. | ||
We've added 2 new widgets to Jetpack: | ||
|
||
### Test in different environments | ||
**Google Translate** | ||
|
||
Try to manage your Jetpack settings in different browsers, with JavaScript enabled and disabled. | ||
The Google Translate Widget adds an option for your readers to translate your site on the fly into any language. To test it, enable the widget and pick a language in the dropdown while viewing any page on your site. | ||
|
||
### Give us your opinion | ||
**My Community** | ||
|
||
Let us know if you experience issues, or get confused when navigating the dashboard, searching for options, discovering a module, changing its settings. If something feels wrong, or is more confusing than it should be, let us know! If you can't find a specific option, or if you're having trouble finding your way around the new navigation, let us know! | ||
The My Community Widget allows you to show users who have recently interacted with your site. You can learn more about it [here](http://en.support.wordpress.com/widgets/my-community/). Add the widget to your site, and make sure it works as expected! | ||
|
||
**Pro tip: use the "Disconnect Jetpack" link at the bottom of the Jetpack menu, and then use the "Reset Options" to start from scratch, as a brand new Jetpack user.** | ||
### Publicize / Subscriptions | ||
|
||
You can send us all your feedback via [this form](https://jetpack.com/contact-support/beta-group/). Thank you, and happy testing! ☺️ 🚀 | ||
We've made changes to improve the way both Publicize and Subscription emails were triggered whenever a post is published. To test this, try publishing posts, either by publishing them directly or by scheduling them. | ||
|
||
We would also invite you to test the Publicize feature for Custom Post Types that support it, like Portfolios [or your own Post Types](https://jetpack.com/support/publicize/#custom-post-types). | ||
|
||
### JITM & new plugin banners | ||
|
||
We've made 2 changes to help new Jetpack users discover the plugin and its features, and help them get familiar with the different options. | ||
|
||
To test the first change, disconnect Jetpack from your WordPress.com account thanks to the link at the bottom of the Jetpack menu. Once you've done that, head to the Plugins menu, deactivate the plugin, and then reactivate it. You should see a new banner at the top of the Plugins page, inviting you to connect to WordPress.com. | ||
|
||
Do not hesitate to go through the whole connection flow again as we've also made some improvements there. | ||
|
||
We've also added messages in different parts of the dashboard, depending on what Jetpack modules you use: | ||
|
||
- If you don't use Akismet, you should see a message in the Comments menu. | ||
- If you don't use VaultPress, you should see a message after publishing a post, at the top of the post editor. | ||
- If you don't use VaultPress, you should see a message under Dashboard > Updates. | ||
|
||
Once you dismiss one message, all other messages should disappear. | ||
|
||
Try clicking on each notice, and make sure the link works whether you're logged in to WordPress.com or not. | ||
|
||
### Admin Interface for non-admins | ||
|
||
1. Enable the Stats module, and disable the Protect module | ||
2. Access the Jetpack menu from a non-admin account. Make sure the user only sees what's relevant to their role, with no broken elements in the interface. | ||
3. Log back in as an admin, go to Jetpack > Settings > Engagement > Site Stats, and grant that other user access to your stats. | ||
4. Log back in with the other user. They should now have access to Stats. | ||
5. Log back in as an admin, disable Stats and enable Protect. | ||
6. Log back in one last time as the other user. The interface should still work. | ||
|
||
During your tests, we'd encourage you to keep your browser console open, and check for any errors in the console and the network tabs. | ||
|
||
**Thank you for all your help!** |