Updated package dependencies
This commit is contained in:
parent
54fb29c5ea
commit
3e054dd94e
11
version.php
11
version.php
@ -24,8 +24,9 @@
|
||||
|
||||
defined("MOODLE_INTERNAL") || die();
|
||||
|
||||
$plugin->release = "3.0.0 (Build: 2017112600)";
|
||||
$plugin->version = 2017112600;
|
||||
$plugin->requires = 2016112900;
|
||||
$plugin->component = "local_webhooks";
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->release = "3.0.0 (Build: 2017112600)";
|
||||
$plugin->version = 2017112600;
|
||||
$plugin->requires = 2016112900;
|
||||
$plugin->component = "local_webhooks";
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->dependencies = array( "report_eventlist" => 2016120500 );
|
Loading…
x
Reference in New Issue
Block a user