Skip to content

5.1.0

Compare
Choose a tag to compare
@defunctl defunctl released this 28 Jul 17:39
· 54 commits to master since this release
398ead1
  • [UPDATED]: global docker-compose.yml to add a fixed version for the Nginx proxy image (0.9.0) and general clean up.
  • [ADDED]: Docker health checking to the MariaDB container (docker ps will show the health status of the container).
  • [ADDED]: so bootstrap --multisite to install WP core as multisite.
  • [FIXED]: Building frontend assets with so bootstrap or so create due to yarn missing for specific node versions.
  • [FIXED]: so bootstrap/so create trying to create databases/tables before the MariaDB container is ready by waiting for health checks to pass.
  • [FIXED]: --only-new error showing up when running a command that doesn't exist.
  • [ADDED]: CLI spinner for longer running processes like building the frontend.