1.6.0
What’s Changed
- Added advanced redirects: Direct (prefix-free) and Regex (pattern-based) link modes.
- Direct links redirect without the prefix — e.g.,
yoursite.com/my-pageinstead ofyoursite.com/go/my-page. - Regex links match request paths against patterns with capture group substitution in destination URLs.
- New “Enable Advanced Redirects” toggle in Settings (off by default) to opt in.
- Link edit form shows mode selector (Standard / Direct / Regex) with contextual fields.
- Conflict detection warns when direct link paths match existing WordPress posts or pages.
- Regex patterns are validated on save; invalid patterns are rejected.
- List table shows link mode with filter support.
- REST API accepts and returns
link_mode,regex_replacement, andpriorityfields. - New database columns:
link_mode,regex_replacement,priority— fully backwards compatible.
= 1.5.3 = = 1.6.0 = Adds direct (prefix-free) and regex (pattern-based) redirect modes. Enable in Settings > Advanced Redirects. Fully backwards compatible.
Commits
- Add advanced redirects: direct (prefix-free) and regex link modes, bump to 1.6.0 (fc691d9)
Full Changelog: https://github.com/wpgaurav/gt-link-manager/compare/v1.5.3…v1.6.0
