Skip to content

Commit

Permalink
My Jetpack: Include featured image generation on Jetpack AI product i…
Browse files Browse the repository at this point in the history
…nterstitial (#37199)

* Include featured images on the product interstitial

* changelog
  • Loading branch information
lhkowalski authored and pkuliga committed May 9, 2024
1 parent 029bc3f commit f51647d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Jetpack AI: Add featured image generation as a feature on the product interstitial
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ public static function get_features_by_tier() {
self::UPGRADED_TIER_SLUG => array( 'included' => true ),
),
),
array(
'name' => __( 'Generate featured images', 'jetpack-my-jetpack' ),
'tiers' => array(
self::CURRENT_TIER_SLUG => array( 'included' => true ),
self::UPGRADED_TIER_SLUG => array( 'included' => true ),
),
),
);
}

Expand Down

0 comments on commit f51647d

Please sign in to comment.