Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions projects/plugins/wpcomsh/changelog/BSKY-1452-ecomm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Add Big Sky plan feature
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ class WPCOM_Features {
public const BACKUPS = 'backups';
public const BACKUPS_DAILY = 'backups-daily';
public const BACKUPS_RESTORE = 'restore';
public const BIG_SKY = 'big-sky';
public const BACKUP_ONE_TIME = 'backup-one-time';
public const BLOG_DOMAIN_ONLY = 'blog-domain-only';
public const CALENDLY = 'calendly';
Expand Down Expand Up @@ -629,6 +630,11 @@ class WPCOM_Features {
self::BACKUP_ONE_TIME => array(
self::JETPACK_BACKUP_ONE_TIME,
),
self::BIG_SKY => array(
self::WPCOM_BUSINESS_PLANS,
self::WPCOM_PREMIUM_PLANS,
self::WPCOM_ECOMMERCE_PLANS,
),
// BLOG_DOMAIN_ONLY - Users on Blogger plan can only purchase .blog domains.
self::BLOG_DOMAIN_ONLY => array(
self::WPCOM_BLOGGER_PLANS,
Expand Down