Jetpack by WordPress.com - Version 7.5.1

Version Description

  • Release date: July 2, 2019
  • Release post: https://wp.me/p1moTy-k9A

Bug fixes

  • General: Fixes an error when trying to delete the Jetpack plugin.
  • General: Fixes supported PHP version declaration.
Download this release

Release Info

Developer dsmart
Plugin Icon 128x128 Jetpack by WordPress.com
Version 7.5.1
Comparing to
See all releases

Code changes from version 7.5.0.1 to 7.5.1

Files changed (3) hide show
  1. jetpack.php +2 -2
  2. readme.txt +12 -2
  3. uninstall.php +2 -0
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.0.1
8
  * Author URI: https://jetpack.com
9
  * License: GPL2+
10
  * Text Domain: jetpack
@@ -15,7 +15,7 @@
15
 
16
  define( 'JETPACK__MINIMUM_WP_VERSION', '5.1' );
17
  define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
18
- define( 'JETPACK__VERSION', '7.5.0.1' );
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.1
8
  * Author URI: https://jetpack.com
9
  * License: GPL2+
10
  * Text Domain: jetpack
15
 
16
  define( 'JETPACK__MINIMUM_WP_VERSION', '5.1' );
17
  define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
18
+ define( 'JETPACK__VERSION', '7.5.1' );
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,10 +1,10 @@
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.0.1
5
  Requires at least: 5.1
6
  Requires PHP: 5.6
7
- Tested up to: 5.2.2
8
 
9
  The ideal plugin for stats, related posts, search engine optimization, social sharing, protection, backups, security, and more.
10
 
@@ -96,6 +96,16 @@ There are opportunities for developers at all levels to contribute. [Learn more
96
 
97
  == Changelog ==
98
 
 
 
 
 
 
 
 
 
 
 
99
  = 7.5 =
100
 
101
  * 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.1
5
  Requires at least: 5.1
6
  Requires PHP: 5.6
7
+ Tested up to: 5.2
8
 
9
  The ideal plugin for stats, related posts, search engine optimization, social sharing, protection, backups, security, and more.
10
 
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
uninstall.php CHANGED
@@ -17,6 +17,8 @@ if ( ! defined( 'JETPACK__PLUGIN_DIR' ) ) {
17
  define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
18
  }
19
 
 
 
20
  Jetpack_Options::delete_all_known_options();
21
 
22
  // Delete all legacy options
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