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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Split web root / WordPress core directory support — The blueprint runner now auto-detects hosting setups where WordPress core files live in a subdirectory (e.g. WP Cloud's __wp__/), including when wp-load.php is a symlink. A --wp-core-path CLI flag is also available for explicit configuration. (#217)
Component README documentation — All 18 components now have README files. (#234)
Bug fixes
Fixed get_token_value() returning a bad string token instead of null. (#226)