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 3bde919 commit ca217c7Copy full SHA for ca217c7
version.php
@@ -25,8 +25,8 @@
25
26
defined('MOODLE_INTERNAL') || die;
27
28
-$plugin->version = 2024101100;
+$plugin->version = 2024102900;
29
$plugin->requires = 2018051700; // Require Moodle version (3.5).
30
$plugin->maturity = MATURITY_STABLE;
31
-$plugin->release = '4.5.0-beta'; // This should be the latest Mobile app version
+$plugin->release = '4.5.0'; // This should be the latest Mobile app version
32
$plugin->component = 'local_moodlemobileapp';
0 commit comments