diff options
author | Valentin Popov <info@valentineus.link> | 2020-05-15 23:57:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 23:57:28 +0300 |
commit | 9d70f553bb645680a41a689d3978183be6ef2f1f (patch) | |
tree | 050c56c45aaea180ff76704d599bfc95ace89a27 /version.php | |
parent | b77e2a2cdbd413123793c4ca16c3bc3eaf45855c (diff) | |
parent | f89cdba127a332caf65ee3f72ddb18f4565b392b (diff) | |
download | local_webhooks-9d70f553bb645680a41a689d3978183be6ef2f1f.tar.xz local_webhooks-9d70f553bb645680a41a689d3978183be6ef2f1f.zip |
Merge pull request #19 from catalyst/requires-v3.0.0-stable
Set minimum required version to Moodle 3.7.0
Diffstat (limited to 'version.php')
-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; |