File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ function xmldb_customcert_upgrade($oldversion) {
235
235
upgrade_mod_savepoint (true , 2023042405 , 'customcert ' );
236
236
}
237
237
238
- if ($ oldversion < 2023042409 ) {
238
+ if ($ oldversion < 2024042202 ) {
239
239
240
240
// Define table customcert_email_task_prgrs to be created.
241
241
$ table = new xmldb_table ('customcert_email_task_prgrs ' );
@@ -264,7 +264,8 @@ function xmldb_customcert_upgrade($oldversion) {
264
264
}
265
265
266
266
// Customcert savepoint reached.
267
- upgrade_mod_savepoint (true , 2023042409 , 'customcert ' );
267
+ upgrade_mod_savepoint (true , 2024042202 , 'customcert ' );
268
268
}
269
+
269
270
return true ;
270
271
}
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ('Direct access to this script is forbidden. ' );
26
26
27
- $ plugin ->version = 2024042201 ; // The current module version (Date: YYYYMMDDXX).
27
+ $ plugin ->version = 2024042202 ; // The current module version (Date: YYYYMMDDXX).
28
28
$ plugin ->requires = 2024042200 ; // Requires this Moodle version (4.4).
29
29
$ plugin ->cron = 0 ; // Period for cron to check this module (secs).
30
30
$ plugin ->component = 'mod_customcert ' ;
You can’t perform that action at this time.
0 commit comments