public/customfield/field/number/UPGRADING.md
In order to fully support shared custom field categories, additional component/area/itemid parameters have been added to the following:
customfield_number_recalculate_value external method\customfield_number\provider_base::recalculate() method\customfield_number\task\recalculate helpers for queueing task instancesFor more information see MDL-87714
A new hook, \customfield_number\hook\add_custom_providers, has been added which allows automatic calculation of number course custom field.
For more information see MDL-82715
A new class, \customfield_number\local\numberproviders\nofactivities, has been added that allows to automatically calculate number of activities of a given type in a given course.
For more information see MDL-82715
Added new webservice customfield_number_recalculate_value, has been added to recalculate a value of number course custom field.
For more information see MDL-82715
A new task, \customfield_number\task\cron, cron task that recalculates automatically calculated number course custom fields.
For more information see MDL-82715