PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.2
Jetpack – WP Security, Backup, Speed, & Growth v16.2
16.2 16.2-beta 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 All 502 releases
← All changes | jetpack.php +2 -2 16.2-beta16.2 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: 16.2-beta
7 + * Version: 16.2
8 8 * Author URI: https://jetpack.com
9 9 * License: GPL2+
10 10 * Text Domain: jetpack
11 11 * Requires at least: 7.0
@@ -36,9 +36,9 @@
36 36 }
37 37
38 38 if ( ! defined( 'JETPACK__VERSION' ) ) {
39 39 // This breaks the project version checks when a one-liner.
40 - define( 'JETPACK__VERSION', '16.2-beta' );
40 + define( 'JETPACK__VERSION', '16.2' );
41 41 }
42 42 defined( 'JETPACK__MINIMUM_WP_VERSION' ) || define( 'JETPACK__MINIMUM_WP_VERSION', '7.0' );
43 43 defined( 'JETPACK__MINIMUM_PHP_VERSION' ) || define( 'JETPACK__MINIMUM_PHP_VERSION', '7.4' );
44 44