You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed the default Nginx wp-admin alias integration to a simpler rewrite mode that appends an internal alias flag and uses the site's normal PHP handler.
Kept the previous direct FastCGI wp-admin alias as an optional compatibility mode for Nginx stacks where standard rewrites are swallowed by the WordPress front controller.
Added configurable Nginx admin alias mode, alias query key, and alias token settings.
Replaced the custom GitHub updater hooks with a Plugin Update Checker-compatible integration.
Added plugin settings for GitHub repository and token so update configuration no longer requires wp-config.php constants.
Updated release packaging to install the Plugin Update Checker dependency during CI builds when Composer is available.