Version Description
- Release date: July 4, 2018
- Release post: https://wp.me/p1moTy-96E
Bug fixes
- Simple Payment: Fix compatibility issues with PHP versions 5.3 and below
Download this release
Release Info
Developer | mdawaffe |
Plugin | Jetpack by WordPress.com |
Version | 6.3.1 |
Comparing to | |
See all releases |
Code changes from version 6.3 to 6.3.1
- jetpack.php +2 -2
- modules/widgets/simple-payments.php +2 -2
- readme.txt +5 -27
jetpack.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: https://jetpack.com
|
6 |
* 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.
|
7 |
* Author: Automattic
|
8 |
-
* Version: 6.3
|
9 |
* Author URI: https://jetpack.com
|
10 |
* License: GPL2+
|
11 |
* Text Domain: jetpack
|
@@ -14,7 +14,7 @@
|
|
14 |
|
15 |
define( 'JETPACK__MINIMUM_WP_VERSION', '4.7' );
|
16 |
|
17 |
-
define( 'JETPACK__VERSION', '6.3' );
|
18 |
define( 'JETPACK_MASTER_USER', true );
|
19 |
define( 'JETPACK__API_VERSION', 1 );
|
20 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
5 |
* Plugin URI: https://jetpack.com
|
6 |
* 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.
|
7 |
* Author: Automattic
|
8 |
+
* Version: 6.3.1
|
9 |
* Author URI: https://jetpack.com
|
10 |
* License: GPL2+
|
11 |
* Text Domain: jetpack
|
14 |
|
15 |
define( 'JETPACK__MINIMUM_WP_VERSION', '4.7' );
|
16 |
|
17 |
+
define( 'JETPACK__VERSION', '6.3.1' );
|
18 |
define( 'JETPACK_MASTER_USER', true );
|
19 |
define( 'JETPACK__API_VERSION', 1 );
|
20 |
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
modules/widgets/simple-payments.php
CHANGED
@@ -217,10 +217,10 @@ if ( ! class_exists( 'Jetpack_Simple_Payments_Widget' ) ) {
|
|
217 |
$this->record_event( 'updated', 'update', $tracks_properties );
|
218 |
}
|
219 |
|
220 |
-
wp_send_json_success(
|
221 |
'product_post_id' => $product_post_id,
|
222 |
'product_post_title' => $params['post_title'],
|
223 |
-
|
224 |
}
|
225 |
|
226 |
public function ajax_delete_payment_button() {
|
217 |
$this->record_event( 'updated', 'update', $tracks_properties );
|
218 |
}
|
219 |
|
220 |
+
wp_send_json_success( array(
|
221 |
'product_post_id' => $product_post_id,
|
222 |
'product_post_title' => $params['post_title'],
|
223 |
+
) );
|
224 |
}
|
225 |
|
226 |
public function ajax_delete_payment_button() {
|
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: 6.3
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 4.9
|
7 |
|
@@ -98,33 +98,11 @@ There are opportunities for developers at all levels to contribute. [Learn more
|
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
-
= 6.3 =
|
102 |
|
103 |
-
* Release date: July
|
104 |
-
* Release post: https://wp.me/p1moTy-
|
105 |
-
|
106 |
-
**Major Enhancements**
|
107 |
-
|
108 |
-
* Simple Payment: Added Simple Payment Products as Widgets, with the option to manage them via the Customizer.
|
109 |
-
|
110 |
-
**Enhancements**
|
111 |
-
|
112 |
-
* Connection: Added a new connect splash screen content.
|
113 |
-
* Jetpack Dashboard: We removed the labels reading 'PAID' in order to introduce a better way to remark paid features.
|
114 |
-
* General: Added support to display geo-location data added to posts and pages with Calypso.
|
115 |
-
|
116 |
-
**Improved compatibility**
|
117 |
-
|
118 |
-
* Protect: We solved an issue related to interaction with bbPress when trying to log in via a bbPress login widget. You would get redirected a few times to log in again after solving the math puzzle.
|
119 |
|
120 |
**Bug fixes**
|
121 |
|
122 |
-
*
|
123 |
-
* General: We solved an issue that arised when using the Front End Editor feature plugin. A fatal error wass thrown due to us assuming the `enter_title_here` filter would only run within wp-admin.
|
124 |
-
* General: Fixed a compatibility problem between WordPress TinyMCE and Jetpack Markdown when visiting the WordPress Dashboard.
|
125 |
-
* Lazy Images: Fixed behaviour for when JavaScript is disabled.
|
126 |
-
* Markdown: We fixed the naming of the class used for code blocks that specify a language.
|
127 |
-
* Simple Payments: Fixed an error when the user had published Simple Payment Products but their Professional Subscription had expired.
|
128 |
-
* Sitemap: We fixed the format of the date shown for videos on the video sitemap.
|
129 |
-
* Stats: We fixed the width of the Stats page for wide screens.
|
130 |
-
|
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: 6.3.1
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 4.9
|
7 |
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
+
= 6.3.1 =
|
102 |
|
103 |
+
* Release date: July 4, 2018
|
104 |
+
* Release post: https://wp.me/p1moTy-96E
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
**Bug fixes**
|
107 |
|
108 |
+
* Simple Payment: Fix compatibility issues with PHP versions 5.3 and below
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|