Release 2.5.0
[2.5.0] - 2021-11-01
- Update: PHP minimum version is now
7.4
. - Change: The CLI command to run all tasks is now:
$ wp upgrade-task-runner
.- Add new flag to run specific task: $ wp upgrade-task-runner --task=Fully\Qualified\Name`
- Fix: Conditional loading of the CLI Dispatcher class is now differed until
init
, which avoids some
PHP errors.