Skip to content

Commit

Permalink
savepoint: bump version date
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp committed Apr 18, 2024
1 parent 248cb07 commit 506b649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ function xmldb_zoom_upgrade($oldversion) {
upgrade_mod_savepoint(true, 2024030100, 'zoom');
}

if ($oldversion < 2024030101) {
if ($oldversion < 2024041900) {
// Update existing recording names to default for translatable recordingtype strings.
$meetings = $DB->get_records('zoom');

Expand All @@ -974,7 +974,7 @@ function xmldb_zoom_upgrade($oldversion) {
}

// Zoom savepoint reached.
upgrade_mod_savepoint(true, 2024030101, 'zoom');
upgrade_mod_savepoint(true, 2024041900, 'zoom');
}

return true;
Expand Down
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->component = 'mod_zoom';
$plugin->version = 2024030100;
$plugin->version = 2024041900;
$plugin->release = 'v5.2.0';
$plugin->requires = 2019052000;
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 506b649

Please sign in to comment.