Releases: boedah/robo-drush
Releases · boedah/robo-drush
support for `--existing-config` parameter
This release adds the existingConfig
method for site installs (thx @MPParsley)
test multiple drush versions
test now support multiple drush versions (thx @daften)
escape the shell
accountPass
and dbSuPw
are now shell escaped
2.2.2
add support for config-dir property
3.1.0 update changelog for 3.1.0
Robo 1.0.0 compat
Version 3 is compatible with consolidation/robo 1.0.0
(thanks @greg-1-anderson)
Robo 0.6.0 compat
Changed Robo dependency to >=0.5.2
, which means all future versions. As Robo is in pre-1.0 stage, this seems to make sense.
(thanks @lussoluca for pointing out conflict with 0.6.0)
Allow commands to initiate a prompt
Merge pull request #1 from dustinleblanc/master Allow commands to initiate a prompt
"The bot has been released"
This version adds a requirement for Robo ~0.5.2
, as this is the first release including consolidation/robo#114.
Get rid of strict warning
You have to use "codegyre/robo": "dev-master"
in your composer.json,
since there is no new release which includes consolidation/robo#114.