Merge pull request #19 from catalyst/requires-v3.0.0-stable

Set minimum required version to Moodle 3.7.0
This commit is contained in:
Valentin Popov 2020-05-16 00:57:28 +04:00 committed by GitHub
commit 9d70f553bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;