aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-05-08 02:04:53 +0300
committerValentin Popov <info@valentineus.link>2019-05-08 02:06:28 +0300
commitda306feae32b859f5cd40793aa9cefe6180a900f (patch)
treebbb5634cdf0d6445da876eedc758ff9abb048d2d /version.php
parent9a1b78110774c38cc24645f20a42d6067ab5478d (diff)
downloadlocal_webhooks-da306feae32b859f5cd40793aa9cefe6180a900f.tar.xz
local_webhooks-da306feae32b859f5cd40793aa9cefe6180a900f.zip
Added a minor fix
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'version.php')
-rw-r--r--version.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/version.php b/version.php
index 3fc4e8d..089c712 100644
--- a/version.php
+++ b/version.php
@@ -17,8 +17,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'local_webhooks';
-$plugin->dependencies = ['report_eventlist' => 2016120500];
-$plugin->maturity = MATURITY_RC;
+$plugin->maturity = MATURITY_ALPHA;
$plugin->release = '5.0.0-rc.1 (Build: 2019040100)';
-$plugin->requires = 2016112900;
+$plugin->requires = 2016052300;
$plugin->version = 2019040100; \ No newline at end of file