diff --git a/jetpack b/jetpack index 74f24612eb..d78bbff0c5 160000 --- a/jetpack +++ b/jetpack @@ -1 +1 @@ -Subproject commit 74f24612eb4300e4ce5bc0cd91ebbd9560e15827 +Subproject commit d78bbff0c58df6cf5fdbc991fe5d027f93d7dde1 diff --git a/jetpack.php b/jetpack.php index 6349fdfad1..1ac1f917a1 100644 --- a/jetpack.php +++ b/jetpack.php @@ -5,7 +5,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: 12.7 + * Version: 12.7.1 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -34,7 +34,7 @@ function vip_default_jetpack_version() { return '12.5'; } else { // WordPress 6.2 and newer. - return '12.7'; + return '12.7.1'; } } diff --git a/tests/test-jetpack.php b/tests/test-jetpack.php index f2dfb5cb4b..8f1bb01fde 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 = '12.7'; + $latest = '12.7.1'; $versions_map = [ // WordPress version => Jetpack version