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 e8540f9 commit 6735d41Copy full SHA for 6735d41
version.php
@@ -23,7 +23,7 @@
23
*/
24
defined('MOODLE_INTERNAL') || die;
25
26
-$plugin->version = 2022031102; // The (date) version of this plugin.
27
-$plugin->requires = 2011021900; // Requires this Moodle version.
+$plugin->version = 2025022000; // The (date) version of this plugin.
+$plugin->requires = 2022112800; // Requires this Moodle version.
28
$plugin->component = 'local_oauth';
29
$plugin->maturity = MATURITY_ALPHA;
0 commit comments