1.50.2 (2025-01-12)
- 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)
- Don't put a timeout when running
docker build
command (b5d4f4d)
1.50.0 (2024-12-26)
- Add support for podman to build container images (afee2ed), closes #53
- Make container image deployment the default (77b2ec3)
1.49.0 (2024-12-20)
- Switch to using php for database import/export (dd6bb08)
1.48.1 (2024-11-20)
- Use dynamic wait for establishing ssh tunnel to database server (6159adc)
1.48.0 (2024-09-28)
- bump deployed wp-cli version to 2.11.0 (22f02eb)
1.47.1 (2024-09-23)
- need to set the access token in the api client once we log in (36304c4)
1.47.0 (2024-08-30)
- add support for configuring projects using the cloudflare plugin (5051c1d)
- default image deployment question to
true
if docker is installed (44cafd2)
- wasn't passing the password properly to ftp adapter (ac315ac)
1.46.0 (2024-06-28)
- add
--skip-ssl
option fordatabase:import
command (07d4c80) - let
uploads:import
continue when a file path is corrupted (d87a703)
1.45.0 (2024-02-08)
- bump deployed wp-cli version to 2.10.0 (064aef8)
- display warnings when validating project configuration (d25377d)
1.44.0 (2024-02-07)
- add
cache:modify
command (50dfd44)
1.43.2 (2024-01-20)
- use
which
instead ofcommand -v
for windows compatibility (f01e5a8)
1.43.1 (2023-10-24)
- fix infinite loop with
isInteractive
method call (8b65d02)