Skip to content

Commit

Permalink
CTP-3716 deprecated constant
Browse files Browse the repository at this point in the history
  • Loading branch information
watson8 committed Aug 19, 2024
1 parent 0d6965b commit 1af72d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions db/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
),
'submission_receipt' => array(
'defaults' => array(
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'email' => MESSAGE_FORCED,
),
),
'coursework_submission' => array(
'defaults' => array(
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'email' => MESSAGE_FORCED,
),
),
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

$plugin->component = 'mod_coursework';

$plugin->version = 2024080600; // If version == 0 then module will not be installed
$plugin->requires = 2021051700; // Requires this Moodle version 3.11
$plugin->version = 2024081900; // If version == 0 then module will not be installed
$plugin->requires = 2023100400; // Requires this Moodle version

$plugin->cron = 300; // Period for cron to check this module (secs).

$plugin->release = "3.11";
$plugin->release = "4.3.0";
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 1af72d9

Please sign in to comment.