v2.1.0
This is possibly the last 2.x release. Here's what's included:
- Restores compatibility with PHP 8.0 which was probably lost in the previous release.
- Paves way for Drall 3.x which will be more stable and feature-rich
- Deprecates the usage of
drall exec:drush
anddrall exec:shell
in favor ofdrall exec
.
The only noteworthy feature that was added:
- Catch STDERR and STDOUT output in
drall exec:*
commands.