Fix error install.xml

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-06-19 19:49:00 +04:00
parent bdaf1d35b2
commit 3fa97bad31
4 changed files with 68 additions and 51 deletions

View File

@ -24,8 +24,8 @@
defined("MOODLE_INTERNAL") || die();
$plugin->release = "3.0.0 (Build: 2017112600)";
$plugin->version = 2017112600;
$plugin->release = "3.0.1 (Build: 2018061900)";
$plugin->version = 2018061900;
$plugin->requires = 2016112900;
$plugin->component = "local_webhooks";
$plugin->maturity = MATURITY_STABLE;