From 4d6fd54fa6b12a6a8d8b8f7a507e8069173172f2 Mon Sep 17 00:00:00 2001 From: Rebecca Hum Date: Wed, 17 Jul 2024 10:47:34 -0600 Subject: [PATCH] Jetpack: Update to 13.6 as default (#5725) --- jetpack | 2 +- jetpack.php | 4 ++-- tests/test-jetpack.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jetpack b/jetpack index ab5672e52a..29f0e711bc 160000 --- a/jetpack +++ b/jetpack @@ -1 +1 @@ -Subproject commit ab5672e52a7d3ed91280b422a958e0c80384bff0 +Subproject commit 29f0e711bc317261c281b993fdc45d4624391ae4 diff --git a/jetpack.php b/jetpack.php index eb3bd9ab07..6b6cdf69d6 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.5 + * Version: 13.6 * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack @@ -39,7 +39,7 @@ function vip_default_jetpack_version() { return '13.1'; } else { // WordPress 6.4 and newer. - return '13.5'; + return '13.6'; } } diff --git a/tests/test-jetpack.php b/tests/test-jetpack.php index 3c3b2199ff..f285b443e2 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.5'; + $latest = '13.6'; $versions_map = [ // WordPress version => Jetpack version