Skip to content

Commit

Permalink
Version Bump (20240501)with Upgrade in DB
Browse files Browse the repository at this point in the history
squash
  • Loading branch information
eynimeni committed May 6, 2024
1 parent 66ab600 commit ee302dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3750,7 +3750,7 @@ function xmldb_booking_upgrade($oldversion) {
upgrade_mod_savepoint(true, 2024040901, 'booking');
}

if ($oldversion < 2024042800) {
if ($oldversion < 2024050100) {

// Define field sqlfilter to be added to booking_options.
$table = new xmldb_table('booking_options');
Expand All @@ -3762,9 +3762,8 @@ function xmldb_booking_upgrade($oldversion) {
}

// Booking savepoint reached.
upgrade_mod_savepoint(true, 2024042800, 'booking');
upgrade_mod_savepoint(true, 2024050100, 'booking');
}


return true;
}
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024042800;
$plugin->version = 2024050100;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->release = '8.2.6';
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit ee302dd

Please sign in to comment.