Skip to content

Release 2.5.0

Compare
Choose a tag to compare
@thefrosty thefrosty released this 01 Nov 19:39
· 21 commits to master since this release
7812f2d

[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.