File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
),
30
30
'submission_receipt ' => array (
31
31
'defaults ' => array (
32
- 'popup ' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF ,
32
+ 'popup ' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED ,
33
33
'email ' => MESSAGE_FORCED ,
34
34
),
35
35
),
36
36
'coursework_submission ' => array (
37
37
'defaults ' => array (
38
- 'popup ' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF ,
38
+ 'popup ' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED ,
39
39
'email ' => MESSAGE_FORCED ,
40
40
),
41
41
),
Original file line number Diff line number Diff line change 24
24
25
25
$ plugin ->component = 'mod_coursework ' ;
26
26
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
29
29
30
30
$ plugin ->cron = 300 ; // Period for cron to check this module (secs).
31
31
32
- $ plugin ->release = "3.11 " ;
32
+ $ plugin ->release = "4.3.0 " ;
33
33
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments