Skip to content

Releases: mtholyoke/jorge

v0.6.9

08 Apr 16:31
9fda692
Compare
Choose a tag to compare

PR #17 adds a check for Drush 9 before trying to set a password.

v0.6.8

29 Mar 16:13
4518332
Compare
Choose a tag to compare

PR #16 improves/fixes handling of lando list output, and has some component updates.

v0.6.7

25 Apr 18:44
Compare
Choose a tag to compare

PR #15 adds an option to run drush cim after pulling the db on a Drupal reset.

v0.6.6

11 Mar 17:15
7554031
Compare
Choose a tag to compare

PR #14 fixes the error I introduced and didn’t test for in PR #13 .

v0.6.5

11 Mar 14:31
e2f3024
Compare
Choose a tag to compare

PR #13 adds allowance for SSH key passphrase, and tweaks verbosity for Lando rc.2(?) and later.

v0.6.4

20 Feb 15:07
285eded
Compare
Choose a tag to compare

PR #12 refactors Lando version detection.

v0.6.3

18 Feb 15:08
a99cf2b
Compare
Choose a tag to compare

PR #11 adds support for new versions of Lando.

v0.6.2

28 Aug 00:00
02d4e2c
Compare
Choose a tag to compare

PR #10 adds a --content option for the reset command.

v0.6.1

26 Aug 13:14
50d4f35
Compare
Choose a tag to compare

PR #9 updates Symfony and various other libraries, and adds --no as an option on the Drush command.

v0.6.0

13 Jun 01:28
3c9c8c5
Compare
Choose a tag to compare

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.