Skip to content

4.1.0

Choose a tag to compare

@github-actions github-actions released this 29 May 14:37
· 194 commits to main since this release
409180a

Added

  • Add the --testdox option to the phpunit command.
  • Add the --max-warnings option to the phpdoc command, so it behaves the same than the phpcs command. Note that this modifies current behaviour (see next point) and plugins with only warnings won't be failing any more.
  • ACTION SUGGESTED: In order to keep the previous behaviour, it's recommended to use the new --max-warnings 0 (or any other number) option to specify the warnings threshold.

Changed

Fixed

  • Fix problems in the documentation causing coding snippets to display partially.

Take a look at the CHANGELOG for details about other releases.
Please follow the 4.0 Upgrade guide when upgrading from 3.x.