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 8c1548a commit 036be14Copy full SHA for 036be14
version.php
@@ -26,8 +26,8 @@
26
27
defined('MOODLE_INTERNAL') || die();
28
29
-$plugin->version = 2018040700; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->version = 2018050300; // The current plugin version (Date: YYYYMMDDXX).
30
$plugin->requires = 2017050500; // Requires this Moodle version.
31
$plugin->component = 'format_weeksrev'; // Full name of the plugin (used for diagnostics).
32
-$plugin->release = '3.0.0';
+$plugin->release = '3.1.0';
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments