Releases: palantirnet/the-build
Releases · palantirnet/the-build
1.5.1
1.5.0 - Jittery Finch
Backwards compatibility breaker
This version removes the nilportugues/php_todo
package, since it relies on old libraries that are incompatible with the drupal/core:8.4.0
release. If your build.xml
contains this line:
<phing phingfile="${build.dir}/vendor/palantirnet/the-build/tasks/code_review/phptodo.xml" />
... you will need to remove it when you do this update.
Additional changes
- Hides Drupal messages from the
acquia_connector
module - Updates Drush for compatibility with
drupal/core:8.4.0
Inky Emu
Itchy Emu
Irrational Emu
Fixes affecting existing installs
- Replace hard-coded Drupal root in code review tasks with the drupal.root build property (allows running the
code-review
task on projects with docroots !=web
)
Fixes affecting new installs
- Update circle.yml for new butler config
- Update the PHP version, Apache config, and other
dependency
commands to work with the current CircleCI Ubuntu 14.04 image
Irked Emu
Ironic Emu
- Fix drupal/coder required version
- Fix Acquia tmp directory
- Update the README
- Fix composer.json validation error
Idealistic Emu
New Features
settings.local.php
included by default- Drupal temporary directory configured in
settings.acquia.php
template
Hipster Dromedary
Fixes
- Disabled interactive composer install in the default
circle.yml
file - Fix out of memory errors when deploying artifacts with large changesets
- Fix bug with
<includeresource />
where the task would fail if the destination directory didn't exist
Hungry Dromedary
Fixes
- Codesniffer sniffs now run against symlinked files
- The
db.load.file
property now works as described