Skip to content

v0.7.0

Compare
Choose a tag to compare
@liamdefty liamdefty released this 13 Aug 15:19
· 191 commits to master since this release

Change Log

Added

  • Optionally mount entire wp-content directory, by supplying a path to your wp-content folder using the wp-content option. You can still supply additional themes and plugins, however if you supply the mu-plugins path it will use this path as a priority over the mu-plugin folder in your wp-content, if you have one.
  • If the config option vip is true, the vip go mu plugins are included and a path to the vip config is included in the wp-config. If vip is true then the mu-plugins folder provided in the config will be ignored.

Fixed

  • Fixed a regression where sometimes cypress would 503 when visiting the root url
  • When adding, deleting or renaming an integration test you would need to restart cypress for the multiple versions of WP to work properly. You don't need to do that now, it all should work smoothly.