mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-61165 mod_workshop: Bump version to remove legacy scheduled tasks
* We need to bump the plugin version in order for \core\task\manager::reset_scheduled_tasks_for_component() to be run and clear the removed legacy scheduled task.
This commit is contained in:
parent
bd057ca936
commit
da40dfa6b6
@ -24,6 +24,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2023042400; // The current module version (YYYYMMDDXX).
|
||||
$plugin->version = 2023082400; // The current module version (YYYYMMDDXX).
|
||||
$plugin->requires = 2023041800; // Requires this Moodle version.
|
||||
$plugin->component = 'mod_workshop';
|
||||
|
Loading…
x
Reference in New Issue
Block a user