Releases: mtholyoke/jorge
Releases · mtholyoke/jorge
v0.6.9
PR #17 adds a check for Drush 9 before trying to set a password.
v0.6.8
PR #16 improves/fixes handling of lando list
output, and has some component updates.
v0.6.7
PR #15 adds an option to run drush cim
after pulling the db on a Drupal reset.
v0.6.6
PR #14 fixes the error I introduced and didn’t test for in PR #13 .
v0.6.5
PR #13 adds allowance for SSH key passphrase, and tweaks verbosity for Lando rc.2(?) and later.
v0.6.4
PR #12 refactors Lando version detection.
v0.6.3
PR #11 adds support for new versions of Lando.
v0.6.2
PR #10 adds a --content
option for the reset
command.
v0.6.1
PR #9 updates Symfony and various other libraries, and adds --no
as an option on the Drush command.
v0.6.0
PR #8 fixes interactivity in Drush prompts. This required an API change: $Tool::exec()
, $Tool::run()
, and $Tool::runThis()
now take an optional second argument for whether we expect interactivity.