Releases: mahavirvataliya/internal-link-assistant
Releases · mahavirvataliya/internal-link-assistant
Release list
v1.1.0
What's Changed in v1.1.0
Features
- Inbound link suggestions — the editor sidebar now lists published posts that mention your page but don't link to it yet, each with the matching phrase and Edit/View shortcuts. The fastest way to fix an orphan page without leaving the editor.
- Broken Links report — new Tools tab flagging same-site links that don't resolve to any published post (deleted pages, mistyped permalinks). Category/tag/taxonomy/author/date archives, post-type archives, pagination, feeds, search and upload URLs are excluded automatically.
- CSV export for both the orphan and broken-link reports, respecting the active post-type filter and title search. Excel-friendly UTF-8, capped at 20,000 rows.
- WP-CLI commands —
wp ila status,wp ila rebuild [--batch=N] [--no-reset],wp ila orphans,wp ila brokenwith--format=table|csv|json|ids|count. - Report filters — post-type dropdown and title search on both Tools report tabs.
- Editor sidebar polish — refresh button, automatic refresh after saving, a notice when running in LIKE-fallback mode, and a snackbar confirmation when a link is inserted.
Extensibility
- New filters:
ila_suggestions_limit,ila_inbound_suggestions_limit,ila_extract_keywords,ila_broken_links_enabled,ila_export_row_cap - New action:
ila_post_rescanned
Bug Fixes
- Links to drafts or deleted IDs (
?p=style URLs) no longer inflate inbound counts; attachment pages keep their v1.0 target semantics.
Documentation
- Expanded multi-page docs site: installation, usage, developer reference (REST API, filters, data model) and FAQ.
- Regenerated translation template (57 strings).
Upgrading from 1.0.x
Activate and visit any admin screen once — the broken_links column is added automatically. Then run Tools → Internal Links → Rebuild Index so the broken-link report has data.
Install
Download internal-link-assistant-1.1.0.zip below and upload via Plugins → Add New → Upload Plugin.