- Tasks are located by following PSR-4 standard
- Task loading by traits are removed - this is done to simplify loading of tasks. Instead of declaring tasks in traits you can just call them with static initialization methods. Also you won't need to include lots of traits into RoboFile. Usage of static class calls instead of traits is aimed for simplicity. One task = one class = one file.
- Tasks initialization syntax changed to
<?php
taskChangelog::init()