Version Description
- Release date: July 2, 2019
- Release post: https://wp.me/p1moTy-k9A
Enhancements
- Admin Page: add an option to send a magic link that will help you log in to the mobile apps in one click.
- Admin Page: improve style and wording of many different sections of the dashboard to clarify the role of each feature.
- Admin Page: remove feature that would offer you to activate a list of recommended features upon connecting your site to WordPress.com.
- Backups: include updates to term relationships when backing up Post object changes.
- Backups: synchronize ABSPATH value to help setting up SSH credentials when using Jetpack Backups.
- Faceboook Embeds: support new video URL format.
- Lazy Load: allow adding event handlers to images.
- Recurring Payments Block: improve the display of the block in the editor.
- WordAds: update link to daily earnings stats on WordPress.com.
- WordAds: provide additional details for custom ads.txt entries in the Jetpack dashboard.
- WordPress.com Toolbar: add colors to Recovery Mode button.
Improved compatibility
- Admin Page: improve display of the Jetpack Dashboard in IE11.
- Sharing: avoid displaying extra list items below the sharing buttons when using the AMP plugin.
- Staging enviroments: add staging enviroment detection for DreamPress sites.
Bug fixes
- Admin Page: fix display of backup details in the Jetpack dashboard.
- Admin Page: do not disable Widget Visibility and Widgets toggles in Development mode.
- Sitemaps: ensure links to sitemaps appear in robots.txt
- Slideshow Block: fix CSS class name.
- Videos: ensure that Video Poster images are always displayed properly.
See the previous changelogs here.
Download this release
Release Info
Developer | dsmart |
Plugin | Jetpack by WordPress.com |
Version | 7.5 |
Comparing to | |
See all releases |
Code changes from version 7.5.1 to 7.5
- jetpack.php +3 -3
- readme.txt +1 -11
- uninstall.php +0 -2
jetpack.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://jetpack.com
|
5 |
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
|
6 |
* Author: Automattic
|
7 |
-
* Version: 7.5
|
8 |
* Author URI: https://jetpack.com
|
9 |
* License: GPL2+
|
10 |
* Text Domain: jetpack
|
@@ -14,8 +14,8 @@
|
|
14 |
*/
|
15 |
|
16 |
define( 'JETPACK__MINIMUM_WP_VERSION', '5.1' );
|
17 |
-
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.
|
18 |
-
define( 'JETPACK__VERSION', '7.5
|
19 |
define( 'JETPACK_MASTER_USER', true );
|
20 |
define( 'JETPACK__API_VERSION', 1 );
|
21 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
4 |
* Plugin URI: https://jetpack.com
|
5 |
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
|
6 |
* Author: Automattic
|
7 |
+
* Version: 7.5
|
8 |
* Author URI: https://jetpack.com
|
9 |
* License: GPL2+
|
10 |
* Text Domain: jetpack
|
14 |
*/
|
15 |
|
16 |
define( 'JETPACK__MINIMUM_WP_VERSION', '5.1' );
|
17 |
+
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.3.2' );
|
18 |
+
define( 'JETPACK__VERSION', '7.5' );
|
19 |
define( 'JETPACK_MASTER_USER', true );
|
20 |
define( 'JETPACK__API_VERSION', 1 );
|
21 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Jetpack by WordPress.com ===
|
2 |
Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, blobaugh, cainm, cena, cfinke, chaselivingston, chellycat, clickysteve, 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, jblz, jasmussen, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, keoshi, koke, kraftbj, lancewillett, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, roccotripaldi, samhotchkiss, scarstocea, sdquirk, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
|
3 |
Tags: Jetpack, WordPress.com, backup, security, related posts, CDN, speed, anti-spam, social sharing, SEO, video, stats
|
4 |
-
Stable tag: 7.5
|
5 |
Requires at least: 5.1
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.2
|
@@ -96,16 +96,6 @@ There are opportunities for developers at all levels to contribute. [Learn more
|
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
-
= 7.5.1 =
|
100 |
-
|
101 |
-
* Release date: July 2, 2019
|
102 |
-
* Release post: https://wp.me/p1moTy-k9A
|
103 |
-
|
104 |
-
**Bug fixes**
|
105 |
-
|
106 |
-
* General: Fixes an error when trying to delete the Jetpack plugin.
|
107 |
-
* General: Fixes supported PHP version declaration.
|
108 |
-
|
109 |
= 7.5 =
|
110 |
|
111 |
* Release date: July 2, 2019
|
1 |
=== Jetpack by WordPress.com ===
|
2 |
Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, blobaugh, cainm, cena, cfinke, chaselivingston, chellycat, clickysteve, 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, jblz, jasmussen, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, keoshi, koke, kraftbj, lancewillett, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, roccotripaldi, samhotchkiss, scarstocea, sdquirk, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
|
3 |
Tags: Jetpack, WordPress.com, backup, security, related posts, CDN, speed, anti-spam, social sharing, SEO, video, stats
|
4 |
+
Stable tag: 7.5
|
5 |
Requires at least: 5.1
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.2
|
96 |
|
97 |
== Changelog ==
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
= 7.5 =
|
100 |
|
101 |
* Release date: July 2, 2019
|
uninstall.php
CHANGED
@@ -17,8 +17,6 @@ if ( ! defined( 'JETPACK__PLUGIN_DIR' ) ) {
|
|
17 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
18 |
}
|
19 |
|
20 |
-
require JETPACK__PLUGIN_DIR . 'vendor/autoload_packages.php';
|
21 |
-
|
22 |
Jetpack_Options::delete_all_known_options();
|
23 |
|
24 |
// Delete all legacy options
|
17 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
18 |
}
|
19 |
|
|
|
|
|
20 |
Jetpack_Options::delete_all_known_options();
|
21 |
|
22 |
// Delete all legacy options
|