Skip to content

Commit db4f9ec

Browse files
Merge pull request #2064 from Automattic/remove/gutenberg-ramp-3
Stepwise disabling of Gutenberg Ramp plugin: 45%
2 parents 84462d6 + 40707d2 commit db4f9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/feature/class-feature.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Feature {
1919
public static $feature_percentages = array(
2020
// https://github.com/Automattic/vip-go-mu-plugins/tree/master/vip-jetpack/connection-pilot
2121
'jetpack-cxn-pilot' => 0.25,
22-
'remove-gutenberg-ramp' => 0.25,
22+
'remove-gutenberg-ramp' => 0.45,
2323
'search_content_validation_and_auto_heal_cron_job' => 0.25,
2424
);
2525

0 commit comments

Comments
 (0)