We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053e3e3 commit ffdd71bCopy full SHA for ffdd71b
version.php
@@ -24,8 +24,8 @@
24
25
defined('MOODLE_INTERNAL') || die();
26
27
-$plugin->version = 2025021700; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->version = 2025030400; // The current plugin version (Date: YYYYMMDDXX).
28
$plugin->requires = 2020061500; // Requires this Moodle version.
29
$plugin->component = 'media_rutube'; // Full name of the plugin (used for diagnostics).
30
-$plugin->release = '0.8';
+$plugin->release = '1.0';
31
$plugin->maturity = MATURITY_STABLE;
0 commit comments