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
phpdbgto calculate PHPUnit's code-coverage has been deprecated in thismoodle-plugin-cirelease (4.5.0) and will be removed in 5.0.0. This includes both the implicit (default) option when no alternative (pcovorxdebug) is available and the explicit--coverage-phpdbgoption. - ACTION SUGGESTED: In order to avoid deprecation warnings or annotations, proceed to ensure that either
pcov(Moodle 3.10 and up) orxdebugare available and they will be used automatically. Note that any use ofphpdbgwill throw an error in the next major release (5.0.0).
Fixed
- Solved a problem with the validation of
dataformatplugin lang strings. - Fixed a problem with the
phpcscommand 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.