Navigation Extension Rebranding #46
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 2.3.1 implements a comprehensive rebranding of the Navigation block extension's user interface terminology from "Clickable Parents" to "Clickable Parent Links" across all code and documentation. This change improves clarity for WordPress site editors by making the feature's purpose more explicit - allowing parent menu items with submenus to remain clickable links while the chevron icon controls dropdown toggle behavior. The update maintains full backward compatibility with existing functionality while enhancing the user experience through more descriptive control labels in the block editor inspector panel.
Navigation Block Extension:
navigation.jsfromclickableParentstoclickableParentLinkswhile maintaining the feature's core functionalityDocumentation Updates:
CHANGELOG.mdto document the UI terminology change and version bump to 2.3.1readme.txtchangelog section to reflect the navigation extension rebranding with clear before/after terminologystyle.css,readme.txt, and changelog to maintain consistency at version 2.3.1Files Changed:
CHANGELOG.md(Modified)assets/js/block-extensions/navigation.js(Modified)readme.txt(Modified)style.css(Modified)