Skip to content

Commit

Permalink
Add core\cron
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz committed Jul 10, 2024
1 parent c83e601 commit 3600cee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/core_cron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"title": "core\\cron",
"description": "Utility class containing cron-related functions.",
"added": "4.2",
"notes": "This supercedes `cron_*` functions like `core_setup_user`."
}
7 changes: 7 additions & 0 deletions features/cron_setup_user.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"title": "cron_setup_user",
"description": "Sets up current user and course environment (lang, etc.) in cron.",
"added": "2.0",
"deprecated": "4.2",
"notes": "This is superceded by `core\\cron::setup_user`."
}

0 comments on commit 3600cee

Please sign in to comment.