Skip to content

Commit

Permalink
Make Jetpack 12.7 default (#4961)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum authored Oct 20, 2023
1 parent afcde6c commit 1f2749d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 296 files
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.6
* Version: 12.7
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -34,7 +34,7 @@ function vip_default_jetpack_version() {
return '12.5';
} else {
// WordPress 6.2 and newer.
return '12.6';
return '12.7';
}
}

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 = '12.6';
$latest = '12.7';

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

0 comments on commit 1f2749d

Please sign in to comment.