File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1503,15 +1503,6 @@ function xmldb_main_upgrade($oldversion) {
1503
1503
upgrade_main_savepoint (true , 2025030500.01 );
1504
1504
}
1505
1505
1506
- // Remove mnetservice_enrol.
1507
- if ($ oldversion < 2025030600.01 ) {
1508
- if (!file_exists ($ CFG ->dirroot . "/mnetservice/enrol/version.php " )) {
1509
- uninstall_plugin ('mnetservice ' , 'enrol ' );
1510
- }
1511
- // Main savepoint reached.
1512
- upgrade_main_savepoint (true , 2025030600.01 );
1513
- }
1514
-
1515
1506
// Remove portfolio_mahara.
1516
1507
if ($ oldversion < 2025030600.02 ) {
1517
1508
if (!file_exists ($ CFG ->dirroot . "/portfolio/mahara/version.php " )) {
@@ -1592,5 +1583,14 @@ function xmldb_main_upgrade($oldversion) {
1592
1583
upgrade_main_savepoint (true , 2025030600.07 );
1593
1584
}
1594
1585
1586
+ // Remove mnetservice_enrol.
1587
+ if ($ oldversion < 2025030600.08 ) {
1588
+ if (!file_exists ($ CFG ->dirroot . "/mnet/service/enrol/version.php " )) {
1589
+ uninstall_plugin ('mnetservice ' , 'enrol ' );
1590
+ }
1591
+ // Main savepoint reached.
1592
+ upgrade_main_savepoint (true , 2025030600.08 );
1593
+ }
1594
+
1595
1595
return true ;
1596
1596
}
Original file line number Diff line number Diff line change 29
29
30
30
defined ('MOODLE_INTERNAL ' ) || die ();
31
31
32
- $ version = 2025030600.07 ; // YYYYMMDD = weekly release date of this DEV branch.
32
+ $ version = 2025030600.08 ; // YYYYMMDD = weekly release date of this DEV branch.
33
33
// RR = release increments - 00 in DEV branches.
34
34
// .XX = incremental changes.
35
35
$ release = '5.0dev+ (Build: 20250304) ' ; // Human-friendly version name
You can’t perform that action at this time.
0 commit comments