Skip to content

Commit 2ee942b

Browse files
committed
Make Jetpack 13.1 default (#5263)
1 parent 40bbdff commit 2ee942b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jetpack

Submodule jetpack updated 404 files

jetpack.php

Lines changed: 2 additions & 2 deletions
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.0
7+
* Version: 13.1.3
88
* Author URI: https://jetpack.com
99
* License: GPL2+
1010
* Text Domain: jetpack
@@ -36,7 +36,7 @@ function vip_default_jetpack_version() {
3636
return '12.8';
3737
} else {
3838
// WordPress 6.3 and newer.
39-
return '13.0';
39+
return '13.1';
4040
}
4141
}
4242

tests/test-jetpack.php

Lines changed: 1 addition & 1 deletion
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.0';
10+
$latest = '13.1';
1111

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

0 commit comments

Comments
 (0)