All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.2.0 - 2018-12-11
existingConfig
method for site installs (which sets--existing-config
in the drush call)
4.1.0 - 2018-09-11
- possibility to test multiple drush versions
4.0.0 - 2018-09-11
Since people might have shell escaped these parameters already, this version is a new major as it is potentially backwards incompatible.
accountPass
anddbSuPw
in site install command are now shell escaped
3.1.1 - 2017-08-21
- support for the upcoming Drush 9 (only use
drush version
to get the version)
3.1.0 - 2017-07-05
- support for
config-dir
property
3.0.2 - 2017-02-01
- consolidation/robo dependency to
~1
2.2.1 - 2015-11-27
- Robo dependency to
>=0.5.2
, which means all future versions. As Robo is in pre-1.0 stage, this seems to make sense.
2.2.0 - 2015-09-20
- second parameter
assumeYes
(defaulttrue
) toexec()
2.1.0 - 2015-02-27
This version is the first one working without strict errors using Robo >=0.5.2.
- Robo dependency to
~0.5.2
(and removedconflict
section)
- PSR-4 autoloading (renamed
Drush.php
toDrushStack.php
- PHPUnit deprecation warning
2.0.2 - 2015-02-21
You have to use "codegyre/robo": "dev-master"
in your composer.json,
since there is no new release which includes consolidation/robo#114.
- strict warning about 'same property'
2.0.1 - 2015-01-25
- Robo version in
conflict
section of composer.json
2.0.0 - 2015-01-25
Release for Robo >=0.5 (not compatible with 0.4.*!).
- Trait name to
\Boedah\Robo\Task\Drush\loadTasks
in line with Robo tasks - Task name from
DrushStackTask
toDrushStack
1.0.3 - 2015-01-25
conflict
section in composer.json
1.0.2 - 2015-01-25
- This change log following keepachangelog.com.
- Installation instructions to README.
- Robo version in composer dev dependencies is now 0.4.5, as 0.4.6. introduced a BC break.
Code will be updated soon to be compatible with Robo 0.5.
- phpdoc of
getVersion()
1.0.1 - 2014-06-20
- Drush version is now fetched correctly in
updateDb()
- Initial commit