From d4555e5b830c2a8365fa2b04298b262ba93f674b Mon Sep 17 00:00:00 2001 From: Michael Milette Date: Sun, 28 Apr 2024 00:55:45 -0400 Subject: [PATCH] Release 3.1.2 --- lang/en/local_mailtest.php | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/local_mailtest.php b/lang/en/local_mailtest.php index db9aa0a..5f22a2b 100644 --- a/lang/en/local_mailtest.php +++ b/lang/en/local_mailtest.php @@ -107,8 +107,8 @@

Alernatively, a custom location may be specified using the mail.log setting in php.ini.

'; $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}).'; diff --git a/version.php b/version.php index fff5a9e..ce74899 100644 --- a/version.php +++ b/version.php @@ -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;