Skip to content

Commit

Permalink
VID-734: Prepare release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Nov 13, 2023
1 parent 5183936 commit c48299f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions classes/plugininfo/videotimeplugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ public function available_updates() {
case 'pro':
$info = [
'maturity' => MATURITY_RC,
'release' => '1.8 RC',
'version' => 2023101100,
'release' => '1.8 RC 2',
'version' => 2023101101,
];
break;
case 'repository':
$info = [
'maturity' => MATURITY_RC,
'release' => '1.8',
'version' => 2023101100,
'release' => '1.8 RC 2',
'version' => 2023101101,
];
break;
}
Expand Down
4 changes: 2 additions & 2 deletions 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_videotime';
$plugin->release = '1.8 RC';
$plugin->version = 2023101100;
$plugin->release = '1.8 RC 2';
$plugin->version = 2023101101;
$plugin->requires = 2023042400;
$plugin->maturity = MATURITY_RC;

0 comments on commit c48299f

Please sign in to comment.