diff --git a/jetpack b/jetpack index 6521665f71..bffb936e33 160000 --- a/jetpack +++ b/jetpack @@ -1 +1 @@ -Subproject commit 6521665f7172d2413d04e08b00020a4b249ca372 +Subproject commit bffb936e330309322d6f165bfc46f931aba0ac5a diff --git a/jetpack.php b/jetpack.php index a6fc044993..d2c4a964e9 100644 --- a/jetpack.php +++ b/jetpack.php @@ -4,7 +4,7 @@ * Plugin URI: https://jetpack.com * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. * Author: Automattic - * Version: 13.9.1 + * Version: 14.0 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -33,7 +33,7 @@ function vip_default_jetpack_version() { return '13.6'; } else { // WordPress 6.5 and newer. - return '13.9'; + return '14.0'; } } diff --git a/tests/test-jetpack.php b/tests/test-jetpack.php index c7b676b14d..ebfb9ac179 100644 --- a/tests/test-jetpack.php +++ b/tests/test-jetpack.php @@ -7,7 +7,7 @@ public function test__vip_default_jetpack_version() { global $wp_version; $saved_wp_version = $wp_version; - $latest = '13.9'; + $latest = '14.0'; $versions_map = [ // WordPress version => Jetpack version