Skip to content

Commit d04b5e8

Browse files
authored
Merge pull request #2 from ucl-isd/CTP-3716-Coursework-CI-tests-install-fails-after-MESSAGE_DEFAULT_LOGGEDIN-deprecated
CTP-3716: deprecated constant
2 parents 0d6965b + 1af72d9 commit d04b5e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

db/messages.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
),
3030
'submission_receipt' => array(
3131
'defaults' => array(
32-
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
32+
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
3333
'email' => MESSAGE_FORCED,
3434
),
3535
),
3636
'coursework_submission' => array(
3737
'defaults' => array(
38-
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
38+
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
3939
'email' => MESSAGE_FORCED,
4040
),
4141
),

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

2525
$plugin->component = 'mod_coursework';
2626

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

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

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

0 commit comments

Comments
 (0)