Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed Apr 28, 2024
1 parent 02ac621 commit d4555e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang/en/local_mailtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
<p>Alernatively, a custom location may be specified using the mail.log setting in php.ini.</p>';
$string['notregistered'] = 'Not registered or not logged in.';
$string['phpmethod'] = 'PHP default method';
$string['pluginname_help'] = 'eMail Test will verify the email settings for this Moodle site by sending a test email message to the address you specify. For Site Administrators only.';
$string['pluginname'] = 'eMail Test';
$string['pluginname_help'] = 'eMail Test will verify the email settings for this Moodle site by sending a test email message to the address you specify. For Site Administrators only.';
$string['primaryadminemail'] = 'Primary admin email';
$string['privacy:metadata'] = 'The eMail Test plugin does not store any personal data about any user.';
$string['registered'] = 'Registered user ({$a}).';
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_mailtest'; // To check on upgrade, that module sits in correct place.
$plugin->version = 2024042300; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2024042800; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2013040500; // Requires Moodle version 2.5.
$plugin->release = '3.1.1';
$plugin->release = '3.1.2';
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit d4555e5

Please sign in to comment.