Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1372c6d34 | ||
|
|
098514660f |
@@ -90,7 +90,7 @@ class service_edit_form extends moodleform {
|
||||
$mform->setType("token", PARAM_NOTAGS);
|
||||
|
||||
/* Additional information */
|
||||
$mform->addElement("text", "other", new lang_string("courserequestsupport", "moodle"), $size);
|
||||
$mform->addElement("text", "other", new lang_string("sourceext", "plugin"), $size);
|
||||
$mform->setType("other", PARAM_NOTAGS);
|
||||
$mform->setAdvanced("other");
|
||||
|
||||
|
||||
+2
-2
@@ -24,8 +24,8 @@
|
||||
|
||||
defined("MOODLE_INTERNAL") || die();
|
||||
|
||||
$plugin->release = "1.1.0 (Build: 2017102900)";
|
||||
$plugin->version = 2017102900;
|
||||
$plugin->release = "1.1.1 (Build: 2017102910)";
|
||||
$plugin->version = 2017102910;
|
||||
$plugin->requires = 2016112900;
|
||||
$plugin->component = "local_webhooks";
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
Reference in New Issue
Block a user