From 1f2749d9be2272615a177315b083ade6475d8e49 Mon Sep 17 00:00:00 2001 From: Rebecca Hum Date: Fri, 20 Oct 2023 10:12:45 -0600 Subject: [PATCH] Make Jetpack 12.7 default (#4961) --- jetpack | 2 +- jetpack.php | 4 ++-- tests/test-jetpack.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jetpack b/jetpack index 833884ad22..74f24612eb 160000 --- a/jetpack +++ b/jetpack @@ -1 +1 @@ -Subproject commit 833884ad227756b36229719f993bf1e65298e5e1 +Subproject commit 74f24612eb4300e4ce5bc0cd91ebbd9560e15827 diff --git a/jetpack.php b/jetpack.php index d9e99e81c6..6349fdfad1 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.6 + * Version: 12.7 * 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.6'; + return '12.7'; } } diff --git a/tests/test-jetpack.php b/tests/test-jetpack.php index a1f5a3e124..f2dfb5cb4b 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.6'; + $latest = '12.7'; $versions_map = [ // WordPress version => Jetpack version