Changelogs

Follow the improvements and fixes in each product release.

GT Link Manager

GT Link Manager is a WordPress plugin for managing affiliate links, redirects, and URL tracking from a centralized dashboard. It handles link cloaking, click analytics, category organization, and…

Explore Product

Release History

Permalink

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-page instead of yoursite.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, and priority fields.
  • 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

View Full Release History