Skip to content

Commit 3e42e95

Browse files
arthur791004matticbot
authored andcommitted
PCG: raise the Atomic rollout to 2% (#51463)
The guardian's first real production exposure went out at 1% with #51392, once the bucket was fixed to use the WP.com blog ID. Step it to 2%. Bucketing is stable, so this only adds sites — the existing 1% cohort stays enrolled. The constant lives in wpcomsh so the change rides the twice-daily Atomic platform deploy rather than waiting on a package release. Claude-Session: https://claude.ai/code/session_01WKCBBDBCobbqvM5XWfGaeZ Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/32816682803 Upstream-Ref: Automattic/jetpack@baeec88
1 parent f9fe540 commit 3e42e95

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ This is an alpha version! The changes listed here are not final.
5858
- Move Custom CSS to Devcie Detection
5959
- Permalinks: make the Settings → Permalinks page available on all sites and remove the plan-based gating and upsell.
6060
- Plan expiry notices: sites on the new expiry notices no longer see the legacy plan-renewal admin notice.
61+
- Plugin Conflicts Guardian: raise the Atomic rollout to 2% of sites.
6162
- Podcast: split the Distribution directories into Automatic and Manual submission, explain why a disabled button is disabled, and link to your Pocket Casts show once it is live.
6263
- Podcasting: flip jetpack_podcast_untangle globally on Atomic so every WoA site moves to the new jetpack-podcast package (parallel to the wpcom-side flip already live on Simple).
6364
- Podcasting: only load the legacy at-pressable-podcasting plugin when the new jetpack-podcast package is not taking over the feature.

plugin-conflicts-guardian-rollout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Percentage of Atomic sites the guardian runs on, 0-100. Raising it only
1111
* ever adds sites; 0 turns it off.
1212
*/
13-
const WPCOMSH_PCG_ROLLOUT_PERCENTAGE = 1;
13+
const WPCOMSH_PCG_ROLLOUT_PERCENTAGE = 2;
1414

1515
add_filter(
1616
'pcg_rollout_percentage',

vendor/composer/autoload_files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
'293c13b83c57dba3ffcaf4c9d7af49fc' => $vendorDir . '/wp-php-toolkit/encoding/utf8.php',
1313
'c2c7ec202e84a85f19abab25dd38d82d' => $vendorDir . '/wp-php-toolkit/encoding/compat-utf8.php',
1414
'713ad46f1f515216614131421c1ab59c' => $vendorDir . '/wp-php-toolkit/encoding/utf8-encoder.php',
15+
'3ece6d8ef10b1c2fd398a0c341044be9' => $vendorDir . '/wp-php-toolkit/data-liberation/URL/functions.php',
1516
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
1617
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
17-
'3ece6d8ef10b1c2fd398a0c341044be9' => $vendorDir . '/wp-php-toolkit/data-liberation/URL/functions.php',
1818
'ec471f3ca20b4a3001a1f5146b94c5d9' => $vendorDir . '/wp-php-toolkit/reprint-exporter/src/utils.php',
1919
'700e9f220ab8246703a73d0e5d5d9192' => $vendorDir . '/automattic/wc-calypso-bridge/wc-calypso-bridge.php',
2020
);

vendor/composer/autoload_static.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ10_0_0_alpha
1313
'293c13b83c57dba3ffcaf4c9d7af49fc' => __DIR__ . '/..' . '/wp-php-toolkit/encoding/utf8.php',
1414
'c2c7ec202e84a85f19abab25dd38d82d' => __DIR__ . '/..' . '/wp-php-toolkit/encoding/compat-utf8.php',
1515
'713ad46f1f515216614131421c1ab59c' => __DIR__ . '/..' . '/wp-php-toolkit/encoding/utf8-encoder.php',
16+
'3ece6d8ef10b1c2fd398a0c341044be9' => __DIR__ . '/..' . '/wp-php-toolkit/data-liberation/URL/functions.php',
1617
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
1718
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
18-
'3ece6d8ef10b1c2fd398a0c341044be9' => __DIR__ . '/..' . '/wp-php-toolkit/data-liberation/URL/functions.php',
1919
'ec471f3ca20b4a3001a1f5146b94c5d9' => __DIR__ . '/..' . '/wp-php-toolkit/reprint-exporter/src/utils.php',
2020
'700e9f220ab8246703a73d0e5d5d9192' => __DIR__ . '/..' . '/automattic/wc-calypso-bridge/wc-calypso-bridge.php',
2121
);

vendor/composer/jetpack_autoload_filemap.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
'version' => '0.6.2.0',
3131
'path' => $vendorDir . '/wp-php-toolkit/encoding/utf8-encoder.php'
3232
),
33+
'3ece6d8ef10b1c2fd398a0c341044be9' => array(
34+
'version' => '0.6.2.0',
35+
'path' => $vendorDir . '/wp-php-toolkit/data-liberation/URL/functions.php'
36+
),
3337
'320cde22f66dd4f5d3fd621d3e88b98f' => array(
3438
'version' => '1.37.0.0',
3539
'path' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php'
@@ -38,10 +42,6 @@
3842
'version' => '1.38.2.0',
3943
'path' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php'
4044
),
41-
'3ece6d8ef10b1c2fd398a0c341044be9' => array(
42-
'version' => '0.6.2.0',
43-
'path' => $vendorDir . '/wp-php-toolkit/data-liberation/URL/functions.php'
44-
),
4545
'ec471f3ca20b4a3001a1f5146b94c5d9' => array(
4646
'version' => '0.1.47.0',
4747
'path' => $vendorDir . '/wp-php-toolkit/reprint-exporter/src/utils.php'

0 commit comments

Comments
 (0)