` with `data-forwp-smart-link-url`, optional `data-forwp-smart-link-target`, `data-forwp-smart-link-rel`, and `assets/forwp-smart-link-frontend.js` for pointer/keyboard navigation on empty areas.
Filters: `forwp_smart_link_supported_blocks`, `forwp_smart_link_has_inner_links`, `forwp_smart_link_use_host_mode`.
You may style `.forwp-smart-link-wrapper` globally or scope overrides with the `--cover` modifier. Editor-only UI uses separate `forwp-smart-link-cover-panel*` classes; do not rely on those for front-end styling.
Further technical discussion: [4wp-smart-link on GitHub](https://github.com/4wpdev/4wp-smart-link).
== Changelog ==
= 1.1.0 =
* Add Smart Link for **Group** and **Column** (same controls and Query Loop post link as Cover).
* Two front-end modes: `
` wrap when there are no inner links; clickable host (`data-forwp-smart-link-url` + small JS) when inner links exist—no link-in-link HTML.
* Server-side attribute registration (`Block_Attributes`); shared `Block_Link` / `Block_Inner_Links` render pipeline.
* Public filters: `forwp_smart_link_supported_blocks`, `forwp_smart_link_has_inner_links`, `forwp_smart_link_use_host_mode`.
* Editor notices explain host mode when title, terms, buttons, or other inner links are present.
= 1.0.0 =
* Initial release with Cover block support (custom URL, dynamic Query Loop link, toolbar + inspector).
* Documented stable frontend classes (`forwp-smart-link-wrapper` + `--cover`, `data-forwp-smart-link`); editor uses `forwp-smart-link-cover-panel*` classes.
* Translation template: `languages/4wp-smart-link.pot`.
* Frontend stylesheet for predictable `:focus-visible` on the link wrapper (`assets/forwp-smart-link-frontend.css`).