Skip to content

Commit a3223cc

Browse files
committed
Jetpack: Update to 13.9.1 (#5935)
1 parent f85e8c2 commit a3223cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jetpack

Submodule jetpack updated 608 files

jetpack.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://jetpack.com
55
* Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
66
* Author: Automattic
7-
* Version: 13.8.1
7+
* Version: 13.9.1
88
* Author URI: https://jetpack.com
99
* License: GPL2+
1010
* Text Domain: jetpack
@@ -42,7 +42,7 @@ function vip_default_jetpack_version() {
4242
return '13.6';
4343
} else {
4444
// WordPress 6.5 and newer.
45-
return '13.8';
45+
return '13.9';
4646
}
4747
}
4848

tests/test-jetpack.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public function test__vip_default_jetpack_version() {
77
global $wp_version;
88
$saved_wp_version = $wp_version;
99

10-
$latest = '13.8';
10+
$latest = '13.9';
1111

1212
$versions_map = [
1313
// WordPress version => Jetpack version

0 commit comments

Comments
 (0)