Skip to content

Commit 83b6677

Browse files
author
Daniel Thies
committed
VID-874: Update version to 1.8.4
1 parent ad7319c commit 83b6677

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

classes/plugininfo/videotimeplugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public function available_updates() {
5252
case 'pro':
5353
$info = [
5454
'maturity' => MATURITY_STABLE,
55-
'release' => '1.8.3',
56-
'version' => 2024050603,
55+
'release' => '1.8.4',
56+
'version' => 2024050604,
5757
];
5858
break;
5959
case 'repository':

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_videotime';
28-
$plugin->release = '1.8.3';
29-
$plugin->version = 2024050603;
28+
$plugin->release = '1.8.4';
29+
$plugin->version = 2024050604;
3030
$plugin->incompatible = 402;
3131
$plugin->supported = [30, 401];
3232
$plugin->requires = 2015111610;

0 commit comments

Comments
 (0)