Skip to content

Commit

Permalink
Update/growth stats feature to 10k rather than 100k (#40312)
Browse files Browse the repository at this point in the history
* Update feature to 10K for stats

* changelog
  • Loading branch information
CodeyGuyDylan authored Nov 22, 2024
1 parent 30970dd commit bf7bd93
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated feature for stats in growth to 10K instead of 100K
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/products/class-growth.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function get_long_description() {
public static function get_features() {
return array(
_x( 'Jetpack Social', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Jetpack Stats (100K site views, upgradeable)', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Jetpack Stats (10K site views, upgradeable)', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Unlimited subscriber imports', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Earn more from your content', 'Growth Product Feature', 'jetpack-my-jetpack' ),
_x( 'Accept payments with PayPal', 'Growth Product Feature', 'jetpack-my-jetpack' ),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Update feature for stats in growth to 10K instead of 100K
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/class.jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -5937,7 +5937,7 @@ public static function get_products_for_purchase( $show_legacy = false ) {
'included_in_plans' => array( 'complete' ),
'features' => array(
_x( 'Jetpack Social', 'Growth Product Feature', 'jetpack' ),
_x( 'Jetpack Stats (100K site views, upgradeable)', 'Growth Product Feature', 'jetpack' ),
_x( 'Jetpack Stats (10K site views, upgradeable)', 'Growth Product Feature', 'jetpack' ),
_x( 'Unlimited subscriber imports', 'Growth Product Feature', 'jetpack' ),
_x( 'Earn more from your content', 'Growth Product Feature', 'jetpack' ),
_x( 'Accept payments with PayPal', 'Growth Product Feature', 'jetpack' ),
Expand Down

0 comments on commit bf7bd93

Please sign in to comment.