Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Use stable JP Beta by default #237

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Use stable JP Beta by default #237

wants to merge 6 commits into from

Conversation

kraftbj
Copy link
Contributor

@kraftbj kraftbj commented Jun 28, 2021

This adds the ability for a radio button on Special Ops (already added on jurassic.nina) for using the bleeding edge version of JP beta instead of stable.

@@ -36,7 +36,10 @@ function ( &$app = null, $features, $domain ) use ( $defaults ) {
$features = array_merge( $defaults, $features );
if ( $features['jetpack-beta'] ) {
debug( '%s: Adding Jetpack Beta Tester Plugin', $domain );
add_jetpack_beta_plugin();
add_jetpack_beta_plugin( false );
} elseif ( $features['jetpack-beta-dev'] ) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we flip this logic? If both are selected, for whatever reason, go with the dev version?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Jetpack Beta URL for latest release downloading
1 participant