Changelogs

Follow the improvements and fixes in each product release.

Functionalities

Functionalities is a collection of WordPress utilities and tools designed to extend core WordPress capabilities without bloated plugins. From custom post type registration and admin customization to performance…

Explore Product

Release History

Permalink

1.3.1

What’s Changed

  • Added: Public Link_Management::process_content() helper for applying nofollow/new-tab rules to ACF fields, shortcode output, and custom templates
  • Fixed: Redirect Manager now strips query strings before matching, so /old-page?utm=x correctly matches /old-page
  • Improved: Redirect Manager passes original query string through to destination URL
  • Improved: Redirect Manager uses O(1) indexed lookup for exact matches instead of linear scan
  • Improved: Redirect Manager defers hit counter writes to shutdown for faster redirects
  • Added: Redirect loop detection at both creation time and runtime
  • Fixed: Removed filler text from readme plugin alternatives list

= 1.3.0 = = 1.3.1 = Link Management now works with ACF fields and custom templates via process_content() helper. Redirect Manager fixes query string matching and adds loop detection.

Commits

  • clean html (14e7071)
  • v1.3.1: Link Management public helper, Redirect Manager improvements (371e383)

Full Changelog: https://github.com/wpgaurav/functionalities/compare/v1.3.0…v1.3.1

View Full Release History