We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7319c commit 83b6677Copy full SHA for 83b6677
classes/plugininfo/videotimeplugin.php
@@ -52,8 +52,8 @@ public function available_updates() {
52
case 'pro':
53
$info = [
54
'maturity' => MATURITY_STABLE,
55
- 'release' => '1.8.3',
56
- 'version' => 2024050603,
+ 'release' => '1.8.4',
+ 'version' => 2024050604,
57
];
58
break;
59
case 'repository':
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_videotime';
28
-$plugin->release = '1.8.3';
29
-$plugin->version = 2024050603;
+$plugin->release = '1.8.4';
+$plugin->version = 2024050604;
30
$plugin->incompatible = 402;
31
$plugin->supported = [30, 401];
32
$plugin->requires = 2015111610;
0 commit comments