Skip to content
Merged
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/pr-47483
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: added

Add Real-time Collaboration as a WP.com plan feature.
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ class WPCOM_Features {
public const PRIORITY_SUPPORT = 'priority_support';
public const PRIVATE_WHOIS = 'private_whois';
public const REAL_TIME_BACKUPS = 'real-time-backups';
public const REAL_TIME_COLLABORATION = 'real-time-collaboration';
public const RECURRING_PAYMENTS = 'recurring-payments';
public const REDUCED_ATOMIC_EMAIL_PRIORITY = 'reduced-email-priority';
public const REPUBLICIZE = 'republicize';
Expand Down Expand Up @@ -1161,6 +1162,14 @@ class WPCOM_Features {
self::WPCOM_PRO_PLANS,
self::WPCOM_FLEX_CACHE_SITE_FREE_PLANS,
),

self::REAL_TIME_COLLABORATION => array(
array(
'required_sticker' => 'wpcom-features-edge',
self::WPCOM_PERSONAL_AND_HIGHER_PLANS,
),
),

self::RECURRING_PAYMENTS => array(
array(
'sticker_not_present' => 'gating-business-q1',
Expand Down