Skip to content

v2.0.14

Choose a tag to compare

@github-actions github-actions released this 23 Sep 12:30

Fixed

  • Virtual Contact page no longer overrides existing pages when accessed under child paths (e.g. /fau-academy/contact).
  • Properly respects localized slugs (contact / kontakt).
  • Ensures detection of existing pages by checking any page with the same post_name, including children.
  • Added url_to_postid() check to prevent injecting a virtual page when a real one exists.

Improvements

  • Virtual page injection is now restricted to exact /slug requests only.
  • guid generation updated to use home_url() for better multisite support.