Skip to content

Commit

Permalink
Related Posts: Hide settings in block themes (#41075)
Browse files Browse the repository at this point in the history
* Hide settings in block themes

* changelog

* Make it consistent with other settings

* Hide settings in block themes (on Reading Settings)

* Remove createInterpolateElement

* Allow users to toggle the feature on block themes

* Remove createInterpolateElement

* Hide settings on Simple

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

Upstream-Ref: Automattic/jetpack@dd375d8
  • Loading branch information
okmttdhr authored and matticbot committed Jan 16, 2025
1 parent a07c7b8 commit 8bc4db0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This is an alpha version! The changes listed here are not final.
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Block nudges: ensure clicking on a banner button leads to Plans page in Safari.
- Embeds: fix the Descript block variation icon svg path.
- Hide related posts options for block themes
- Moved WPCOM_REST_API_Proxy_Request trait to the connection package
- SIG: Changed description for togle
- update composer.lock files
Expand Down
2 changes: 1 addition & 1 deletion _inc/build/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jquery', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '51087b09ac168bb80ffa');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jquery', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'ce28908fb3fb29f59b61');
Loading

0 comments on commit 8bc4db0

Please sign in to comment.