Compare commits

...
2 Commits
Author SHA1 Message Date
Valentin Popov e1372c6d34 Change version 2017-10-29 12:57:39 +04:00
Valentin Popov 098514660f Edit translation 2017-10-29 12:56:45 +04:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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;