4.5.0
Changed
- Updated project dependencies to current moodle-cs v3.4.7 and moodle-local_ci v1.0.30 releases.
- Internal, various improvements to self testing.
Deprecated
- The use of
phpdbg
to calculate PHPUnit's code-coverage has been deprecated in thismoodle-plugin-ci
release (4.5.0) and will be removed in 5.0.0. This includes both the implicit (default) option when no alternative (pcov
orxdebug
) is available and the explicit--coverage-phpdbg
option. - ACTION SUGGESTED: In order to avoid deprecation warnings or annotations, proceed to ensure that either
pcov
(Moodle 3.10 and up) orxdebug
are available and they will be used automatically. Note that any use ofphpdbg
will throw an error in the next major release (5.0.0).
Fixed
- Solved a problem with the validation of
dataformat
plugin lang strings. - Fixed a problem with the
phpcs
command returning with success when some (configuration, installation, ...) problem was causing it not to be executed at all.
Take a look at the CHANGELOG for details about other releases.
Please follow the 4.0 Upgrade guide when upgrading from 3.x.