Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 656 Bytes

File metadata and controls

14 lines (11 loc) · 656 Bytes

1.3.0: August 1st, 2022

  • Change —no-db, —no-assets to —skip-db, —skip-assets, props @joshuafredrickson
  • Remove redundant db export/import, props @joshuafredrickson

1.2.0: March 16th, 2022

  • Add support for optionally skipping the database or assets with new flags: --no-db and --no-assets
  • Pass --default-character-set=utf8mb4 to wp db export
  • Pass --all-tables-with-prefix to wp search-replace, props @joshuafredrickson

1.1.0: February 21st, 2019

  • Support for local development without a VM (Valet, etc). by passing --local at the end of the arguments

1.0.0: February 21st, 2019

  • Initial release