PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 9.9.3
Jetpack – WP Security, Backup, Speed, & Growth v9.9.3
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
← All changes | jetpack.php +2 -2 9.9.29.9.3 View file →
@@ -3,9 +3,9 @@
3 3 * Plugin Name: Jetpack
4 4 * Plugin URI: https://jetpack.com
5 5 * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
6 6 * Author: Automattic
7 - * Version: 9.9.2
7 + * Version: 9.9.3
8 8 * Author URI: https://jetpack.com
9 9 * License: GPL2+
10 10 * Text Domain: jetpack
11 11 * Requires at least: 5.7
@@ -31,9 +31,9 @@
31 31 */
32 32
33 33 define( 'JETPACK__MINIMUM_WP_VERSION', '5.7' );
34 34 define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
35 -define( 'JETPACK__VERSION', '9.9.2' );
35 +define( 'JETPACK__VERSION', '9.9.3' );
36 36
37 37 /**
38 38 * Constant used to fetch the connection owner token
39 39 *