Releases: palantirnet/the-build
Releases · palantirnet/the-build
4.0-beta4
What's Changed
- Update coding standards in the-build. by @becw in #197
- Update code standards and run checks on Circle by @agentrickard in #205
- Make the_build_utility module compatible with Drupal 10 by @byrond in #201
- Remove Drupal 8 compatibility from the_build_utility module.
Full Changelog: 4.0-beta3...4.0-beta4
4.0-beta3
4.0-beta2
What's Changed
- Fix the installer when using "other" by @byrond in #190
- Move phpcs configuration from the-build into a phpcs.xml file by @becw in #185
- Remove check for Composer files in styleguide by @byrond in #187
- Fail build when there are errors by @byrond in #182
- Update to PHP 8 by @becw in #194
Full Changelog: 4.0-beta1...4.0-beta2
4.0-beta1
What's Changed
- Fix php docker image name in installed circleci config by @byrond in #188
- Support drush 11 by @agentrickard in #192
New Contributors
- @agentrickard made their first contribution in #192
Full Changelog: 4.0-alpha7...4.0-beta1
4.0-alpha7
What's Changed
- Change the behat command to use depending on whether ddev is available. by @becw in #180
- Use new CircleCI convenience image for PHP by @byrond in #177
- Add drupal check dependency by @becw in #181
- Fix shell script installer by @becw in #184
Updating from 3.x
Running vendor/bin/the-build-installer
from your project root will make the necessary changes, but if there are a lot of customizations, you can make the required config changes manually. See the following diff for details:
https://github.com/palantirnet/the-build/pull/181/files#diff-8ec55cb857d5d0df6d288fda87616f817aa26b5c31773df7dd280c5f8f0cbe93
Full Changelog: 4.0-alpha6...4.0-alpha7
4.0-alpha6
What's Changed
- Patch Phing to fix relative symlinks by @byrond in #179
- Automatically run drush inside of ddev by @becw in #174
Full Changelog: 4.0-alpha5...4.0-alpha6
4.0-alpha5
What's Changed
- Update devel module to 4.1.x for D9 support. by @eric-schmidt in #176
- Remove profiles/custom/ directory from code checks by @becw in #178
New Contributors
- @eric-schmidt made their first contribution in #176
Full Changelog: 4.0-alpha4...4.0-alpha5
4.0-alpha4
Changed
- Reverted update to Phing 3, since it has a dependency conflict with
drupal/core:9.2.7
4.0-alpha3
Changed
- Updated to Phing 3
4.0-alpha2
Add missing set-site functionality during install.