Changelog for Redirect URL to Post

0.17.0

Features

  • New parameter "include" to use a comma-separated list of post (page, product, …) IDs.

0.16.0

Features

  • New parameters custom_taxonomy_slug, custom_taxonomy_field and custom_taxonomy_term to filter by custom taxonomies, such as product_tag or product_cat: … &custom_taxonomy_slug=product_cat&custom_taxonomy_field=slug&custom_taxonomy_term=shelf-warmers

0.15.1

Other

  • Cookie lifetime for each_once changed to 1 day, now independent of cache lifetime.

0.15.0

Features

  • New parameter each_once to pick each post only once when using redirect_to=random. Use each_once=rewind to start over again after all posts are done. each_once= with a target post/page ID to finish there. Works only if visitors have cookies enabled.

0.14.1

Other

  • Fixed typo
  • Made debugging more compatible with other plugins that get up early

0.14.0

Features

  • New parameter rutpdebug to show what is going on and help you debug issues. (Use rutpdebug=2 to show also query parameters.)

0.13.1

Bug Fixes

  • Fixed: Tracking parameters got lost.

0.13.0

Features

  • Redirect to the previous or next post (of the same post type) with ?redirect_to=prev or ?redirect_to=next.

blog post

0.12.0

Features

  • New parameters comment_count, comment_count_min (>=) and comment_count_max (<=) to filter by comment count. The value is always an integer. comment_count also takes negative values, which means “not”. Requires WordPress 4.9+.

Other

  • Whitelisted more tracking parameters for Google and Matomo Analytics.

0.11.2

Bug Fixes

  • Fixed values of parameter “cat” getting lost.
  • Fixed incorrect inclusion of posts outside of “count” when using “bias”.