Skip to content

Latest commit

 

History

History
80 lines (37 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

80 lines (37 loc) · 3.17 KB

Changelog

1.48.1 (2024-11-20)

Bug Fixes

  • Use dynamic wait for establishing ssh tunnel to database server (6159adc)

1.48.0 (2024-09-28)

Features

  • bump deployed wp-cli version to 2.11.0 (22f02eb)

1.47.1 (2024-09-23)

Bug Fixes

  • need to set the access token in the api client once we log in (36304c4)

1.47.0 (2024-08-30)

Features

  • add support for configuring projects using the cloudflare plugin (5051c1d)
  • default image deployment question to true if docker is installed (44cafd2)

Bug Fixes

  • wasn't passing the password properly to ftp adapter (ac315ac)

1.46.0 (2024-06-28)

Features

  • add --skip-ssl option for database:import command (07d4c80)
  • let uploads:import continue when a file path is corrupted (d87a703)

1.45.0 (2024-02-08)

Features

  • bump deployed wp-cli version to 2.10.0 (064aef8)
  • display warnings when validating project configuration (d25377d)

1.44.0 (2024-02-07)

Features

  • add cache:modify command (50dfd44)

1.43.2 (2024-01-20)

Bug Fixes

  • use which instead of command -v for windows compatibility (f01e5a8)

1.43.1 (2023-10-24)

Bug Fixes

  • fix infinite loop with isInteractive method call (8b65d02)

1.43.0 (2023-10-23)

Features

  • add force-assets option to project:deploy command (ca3d806)
  • say how many asset files ymir was unable to process (6787fc2)