moodle-tool_objectfs icon indicating copy to clipboard operation
moodle-tool_objectfs copied to clipboard

replaced deprecated function cron_trace_time_and_memory() for Moodle 4.2+

Open opitz opened this issue 2 years ago • 2 comments

As this change is required for Moodle 4.2+ only I suggest to create a new branch (e.g. MOODLE_402_STABLE)

opitz avatar Jun 19 '23 14:06 opitz

This is really just removing technical debt - this code is only used in really old Moodle sites and the current MOODLE_310_STABLE branch doesn't provide support for those branches anyway - I don't think we need to create a new branch as this looks safe to merge into the current branch.

danmarsden avatar Aug 02 '23 22:08 danmarsden

A MOODLE_402_STABLE branch has been cut so it might be worth merging either this or #576

aspark21 avatar Feb 29 '24 12:02 aspark21