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 generated Nginx wp-admin aliases to execute admin PHP files directly through FastCGI, avoiding theme 404s, broken load-styles.php/load-scripts.php, and database-upgrade-screen side effects caused by front-controller routing.
Added a Nginx FastCGI pass setting used by the generated admin alias block.
Added GitHub updater settings for repository, enable/disable state, and an optional API token so update checks no longer require wp-config.php constants.
Added GitHub API token support to the updater for private repositories and rate-limit avoidance.
Cleared update transients when GitHub updater settings change.