Formatting code and eliminating possible errors
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
10
version.php
10
version.php
@ -24,8 +24,8 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->release = "3.0.1 (Build: 2018061900)";
|
||||
$plugin->version = 2018061900;
|
||||
$plugin->requires = 2016112900;
|
||||
$plugin->component = "local_webhooks";
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->release = '3.0.1 (Build: 2018061900)';
|
||||
$plugin->version = 2018061900;
|
||||
$plugin->requires = 2016112900;
|
||||
$plugin->component = 'local_webhooks';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
Reference in New Issue
Block a user