diff options
author | Dmitrii Metelkin <dmitriim@catalyst-au.net> | 2020-04-22 02:21:33 +0300 |
---|---|---|
committer | Dmitrii Metelkin <dmitriim@catalyst-au.net> | 2020-04-22 02:21:33 +0300 |
commit | f89cdba127a332caf65ee3f72ddb18f4565b392b (patch) | |
tree | a1577f7150bb524a46b425c768cef8ffabb11251 | |
parent | 3f74278add2e71d25453d33770c03ea0142762ad (diff) | |
download | local_webhooks-f89cdba127a332caf65ee3f72ddb18f4565b392b.tar.xz local_webhooks-f89cdba127a332caf65ee3f72ddb18f4565b392b.zip |
Set minimum required version to Moodle 3.7.0
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index aaf1817..dc440ed 100644 --- a/version.php +++ b/version.php @@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_webhooks'; $plugin->maturity = MATURITY_STABLE; $plugin->release = '3.0.4 (Build: 2020041400)'; -$plugin->requires = 2019111800.00; +$plugin->requires = 2019052000; $plugin->version = 2020041400; |