Skip to content

Commit

Permalink
Add Jetpack 13.3 as default (#5453)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Apr 17, 2024
1 parent 423f7c4 commit a9ddb5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1
* Version: 13.3.1
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -39,7 +39,7 @@ function vip_default_jetpack_version() {
return '13.1';
} else {
// WordPress 6.4 and newer.
return '13.2';
return '13.3';
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/test-jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public function test__vip_default_jetpack_version() {
global $wp_version;
$saved_wp_version = $wp_version;

$latest = '13.2';
$latest = '13.3';

$versions_map = [
// WordPress version => Jetpack version
Expand Down

0 comments on commit a9ddb5e

Please sign in to comment.