Skip to content

Hide WP Surface 0.1.22

Choose a tag to compare

@github-actions github-actions released this 06 Jun 15:56
9d8b8ab
  • Changed generated login alias rules to rewrite /login directly to wp-login.php with the internal alias flag, so OIDC/login plugins see the native WordPress login bootstrap instead of a late PHP include.
  • Fixed compatibility with plugins such as Authorizer that disable the native WordPress login form by avoiding the fallback login loader when the request already came through a verified alias rewrite.
  • Preserved the standard rewrite/FastCGI compatibility split for Nginx wp-admin aliases while sharing the same alias key and token with the login rewrite.
  • Improved internal alias flag handling so verified alias rewrites can pass through original WordPress entry points without being mistaken for direct wp-login.php or wp-admin access.