aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-05-15 23:57:28 +0300
committerGitHub <noreply@github.com>2020-05-15 23:57:28 +0300
commit9d70f553bb645680a41a689d3978183be6ef2f1f (patch)
tree050c56c45aaea180ff76704d599bfc95ace89a27
parentb77e2a2cdbd413123793c4ca16c3bc3eaf45855c (diff)
parentf89cdba127a332caf65ee3f72ddb18f4565b392b (diff)
downloadlocal_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
-rw-r--r--version.php2
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;