Skip to content

Latest commit

 

History

History
111 lines (52 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

111 lines (52 loc) · 4.6 KB

Changelog

1.50.2 (2025-01-12)

Bug Fixes

  • Check if we have a string before passing it to trim (601ee0e)
  • Display docker warning if it's not installed (331b288)
  • Don't put a timeout when running docker push command (95f4213)

1.50.1 (2024-12-27)

Bug Fixes

  • Don't put a timeout when running docker build command (b5d4f4d)

1.50.0 (2024-12-26)

Features

  • Add support for podman to build container images (afee2ed), closes #53
  • Make container image deployment the default (77b2ec3)

1.49.0 (2024-12-20)

Features

  • Switch to using php for database import/export (dd6bb08)

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)