Skip to content

Commit

Permalink
Add cornerstone feature to the list of premium features (#40023)
Browse files Browse the repository at this point in the history
  • Loading branch information
haqadn authored Nov 4, 2024
1 parent 746d1fc commit 0576f96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: added

WordPress.com plan features: Added cornerstone 10 pages feature
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ class WPCOM_Features {
public const CDN = 'cdn';
public const CLASSIC_SEARCH = 'search';
public const CLOUD_CRITICAL_CSS = 'cloud-critical-css';
public const CORNERSTONE_TEN_PAGES = 'cornerstone-10-pages';
public const CLOUDFLARE_ANALYTICS = 'cloudflare-analytics';
public const CLOUDFLARE_CDN = 'cloudflare-cdn';
public const CONCIERGE = 'concierge';
Expand Down Expand Up @@ -581,6 +582,10 @@ class WPCOM_Features {
self::JETPACK_BOOST_PLANS,
self::JETPACK_COMPLETE_PLANS,
),
self::CORNERSTONE_TEN_PAGES => array(
self::JETPACK_BOOST_PLANS,
self::JETPACK_COMPLETE_PLANS,
),
self::CLOUDFLARE_ANALYTICS => array(
self::JETPACK_PREMIUM_AND_HIGHER,
self::WPCOM_PREMIUM_AND_HIGHER_PLANS,
Expand Down

0 comments on commit 0576f96

Please sign in to comment.