Skip to content

Commit

Permalink
Fix site specific features passed to front-end for simple sites (#39817)
Browse files Browse the repository at this point in the history
* Add `Current_Plan::get_simple_site_specific_features()` method

* Pass the features for simple sites to the script data

* Create siteHasFeature utility

* Add changelog

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11432946410

Upstream-Ref: Automattic/jetpack@cc5911c
  • Loading branch information
manzoorwanijk authored and matticbot committed Oct 21, 2024
1 parent 31df5dd commit a32c7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@automattic/jetpack-api": "^0.17.15",
"@automattic/jetpack-components": "^0.58.0",
"@automattic/jetpack-config": "^0.1.25",
"@automattic/jetpack-script-data": "^0.1.2",
"@automattic/jetpack-script-data": "^0.1.3-alpha",
"@wordpress/base-styles": "5.9.0",
"@wordpress/browserslist-config": "6.9.0",
"@wordpress/components": "28.9.0",
Expand Down

0 comments on commit a32c7f6

Please sign in to comment.