From 6946d750bdf3c7b5526a8180e9a09319a72997fe Mon Sep 17 00:00:00 2001 From: arthur Date: Fri, 6 Mar 2026 21:25:25 +0800 Subject: [PATCH 1/2] Gutenberg RTC: Add real_time_collaboration feature --- .../wpcomsh/wpcom-features/class-wpcom-features.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/plugins/wpcomsh/wpcom-features/class-wpcom-features.php b/projects/plugins/wpcomsh/wpcom-features/class-wpcom-features.php index c8c0bc6ced71..324de223c7ea 100644 --- a/projects/plugins/wpcomsh/wpcom-features/class-wpcom-features.php +++ b/projects/plugins/wpcomsh/wpcom-features/class-wpcom-features.php @@ -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'; @@ -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', From cf5ce98e3f21f19982d9fb6054227e213e7d4c83 Mon Sep 17 00:00:00 2001 From: Changelog Bot Date: Wed, 11 Mar 2026 07:49:26 +0000 Subject: [PATCH 2/2] Add changelog entries. --- projects/plugins/wpcomsh/changelog/pr-47483 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 projects/plugins/wpcomsh/changelog/pr-47483 diff --git a/projects/plugins/wpcomsh/changelog/pr-47483 b/projects/plugins/wpcomsh/changelog/pr-47483 new file mode 100644 index 000000000000..22db99666abb --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/pr-47483 @@ -0,0 +1,4 @@ +Significance: minor +Type: added + +Add Real-time Collaboration as a WP.com plan feature.