Wunderbyte-GmbH / moodle-mod_newsletter

Native Moodle newsletter module
6 stars 6 forks source link

Implement Task API #32

Closed michaelpollak closed 6 years ago

michaelpollak commented 6 years ago

Sending newsletters is based on the old _cron( standard which is deprecated in mdl 3.5. This should be upgraded to the Task API which allow scheduled tasks, adds them to the webinterface and makes changing or executing easier.

See https://docs.moodle.org/dev/Task_API

dasistwas commented 6 years ago

Solved