Skip to content

Commit a9ddb5e

Browse files
committed
Add Jetpack 13.3 as default (#5453)
1 parent 423f7c4 commit a9ddb5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2.1
7+
* Version: 13.3.1
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.2';
42+
return '13.3';
4343
}
4444
}
4545

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

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

0 commit comments

Comments
 (0)