mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 10:57:20 +01:00
897 B
897 B
core_completion (subsystem) Upgrade notes
5.0dev
Added
-
The method
count_modules_completed
now delegate the logic to count the completed modules to the DBMS improving the performance of the method.For more information see MDL-83917
4.5
Added
-
A new
FEATURE_COMPLETION
plugin support constant has been added. In the future, this constant will be used to indicate when a plugin does not allow completion and it is enabled by default.For more information see MDL-83008
Changed
-
The
\core_completion\activity_custom_completion::get_overall_completion_state()
method can now also returnCOMPLETION_COMPLETE_FAIL
and not onlyCOMPLETION_COMPLETE
andCOMPLETION_INCOMPLETE
.For more information see MDL-81749