Skip to content

Commit

Permalink
Jetpack: Update default to 13.0 (#5142)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Jan 18, 2024
1 parent 91ccef3 commit b7a62ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 440 files
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: 12.9
* Version: 13.0
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -36,7 +36,7 @@ function vip_default_jetpack_version() {
return '12.8';
} else {
// WordPress 6.3 and newer.
return '12.9';
return '13.0';
}
}

Expand Down
4 changes: 2 additions & 2 deletions 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 = '12.9';
$latest = '13.0';

$versions_map = [
// WordPress version => Jetpack version
Expand All @@ -18,7 +18,7 @@ public function test__vip_default_jetpack_version() {
'6.1' => '12.5',
'6.2' => '12.8',
'6.3' => $latest,
'6.3.1' => $latest,
'6.4' => $latest,
];

foreach ( $versions_map as $wordpress_version => $jetpack_version ) {
Expand Down

0 comments on commit b7a62ea

Please sign in to comment.