Skip to content

Release v0.6.0

Latest

Choose a tag to compare

@adamziel adamziel released this 10 Apr 20:25
· 3 commits to trunk since this release
bb46a41

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)