Skip to content

Commit 1233925

Browse files
author
Jesus Bravo Alvarez
authored
Merge pull request #2066 from Automattic/update/jetpack-9.6-default
Set Jetpack 9.6 as the default version for all VIP sites
2 parents db4f9ec + 775f7cf commit 1233925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jetpack.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://jetpack.com
66
* 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.
77
* Author: Automattic
8-
* Version: 9.5
8+
* Version: 9.6
99
* Author URI: https://jetpack.com
1010
* License: GPL2+
1111
* Text Domain: jetpack
@@ -20,7 +20,7 @@
2020
} elseif ( version_compare( $wp_version, '5.6', '<' ) ) {
2121
define( 'VIP_JETPACK_DEFAULT_VERSION', '9.4' );
2222
} else {
23-
define( 'VIP_JETPACK_DEFAULT_VERSION', '9.5' );
23+
define( 'VIP_JETPACK_DEFAULT_VERSION', '9.6' );
2424
}
2525
}
2626

0 commit comments

Comments
 (0)