Skip to content

Releases: aaemnnosttv/wp-cli-valet-command

v1.3.1

22 Jul 02:19
2bc5520
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

1.3

07 Sep 21:04
d9d1de7
Compare
Choose a tag to compare
1.3
  • PHP 8 support
  • Added support for the --dbhost option (see #73)

1.2.1

22 Feb 10:14
739ed28
Compare
Choose a tag to compare

This is a maintenance release which includes various fixes since 1.2.

  • Fix sqlite drop-in install if skip-content enabled (#52)
  • CI updates (#56)
  • Fix build for xenial dist in travis (#58)
  • Fix error during Bedrock installs (#63)
  • CI updates (#64)

1.2

04 Sep 07:55
a545585
Compare
Choose a tag to compare
1.2

This is a substantial maintenance release focusing on reliability and stability.

  • Update tests to run with WP-CLI v2 (#41)
  • Replace Sqlite Integration plugin with wp-sqlite-db (#42)
  • Respect --dbprefix option for bedrock installs (#33)
  • Sanitize dynamic database name from site name (#43)
  • Resolve compatibility issues with latest Valet (#44)
  • Fix/mitigate random failing builds (#46)

1.1

02 Oct 18:46
Compare
Choose a tag to compare
1.1

Add the ability to set the parent directory for installs with the new command using the --in=<dir> flag.

See #11

1.0

20 Sep 15:00
Compare
Choose a tag to compare
1.0

New Features

  • Install other WordPress projects supported by Larvel Valet with the new --project=<name> option. Currently includes support for Roots Bedrock, with more to come.
  • New flag --portable for use with valet new to set portable-friendly options.
  • New destroy subcommand, for completely erasing an install.

Functional Test coverage of core usage and growing.