Skip to content

Commit 34340a4

Browse files
committed
Jetpack: Update to 13.5 (#5648)
1 parent ba4458e commit 34340a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jetpack

Submodule jetpack updated 435 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.4.3
7+
* Version: 13.5
88
* Author URI: https://jetpack.com
99
* License: GPL2+
1010
* Text Domain: jetpack
@@ -39,7 +39,7 @@ function vip_default_jetpack_version() {
3939
return '13.1';
4040
} else {
4141
// WordPress 6.4 and newer.
42-
return '13.4';
42+
return '13.5';
4343
}
4444
}
4545

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.4';
10+
$latest = '13.5';
1111

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

0 commit comments

Comments
 (0)