4.1.0
Added
- Add the
--testdoxoption to thephpunitcommand. - Add the
--max-warningsoption to thephpdoccommand, so it behaves the same than thephpcscommand. 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
- Updated project dependencies to current moodle-cs, moodle-local_moodlecheck and moodle-local_ci versions. Also, to various internal / development tools.
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.