Added a minor fix

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-05-08 03:04:53 +04:00
parent 9a1b781107
commit da306feae3
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 2 additions and 7 deletions

View File

@ -24,10 +24,6 @@ php:
env: env:
matrix: matrix:
- MOODLE_BRANCH=MOODLE_31_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_31_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_34_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_34_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_35_STABLE DB=mysqli - MOODLE_BRANCH=MOODLE_35_STABLE DB=mysqli
- MOODLE_BRANCH=MOODLE_35_STABLE DB=pgsql - MOODLE_BRANCH=MOODLE_35_STABLE DB=pgsql
- MOODLE_BRANCH=MOODLE_36_STABLE DB=mysqli - MOODLE_BRANCH=MOODLE_36_STABLE DB=mysqli

View File

@ -17,8 +17,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'local_webhooks'; $plugin->component = 'local_webhooks';
$plugin->dependencies = ['report_eventlist' => 2016120500]; $plugin->maturity = MATURITY_ALPHA;
$plugin->maturity = MATURITY_RC;
$plugin->release = '5.0.0-rc.1 (Build: 2019040100)'; $plugin->release = '5.0.0-rc.1 (Build: 2019040100)';
$plugin->requires = 2016112900; $plugin->requires = 2016052300;
$plugin->version = 2019040100; $plugin->version = 2019040100;