From 05af8521e12d978787cb1481dafe71e6d5e73378 Mon Sep 17 00:00:00 2001 From: Alex Rowe Date: Thu, 22 Aug 2013 14:31:29 +1000 Subject: [PATCH] Fixed lang string typo and added maturity to version.php --- lang/en/local_configlogemailer.php | 2 +- version.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/en/local_configlogemailer.php b/lang/en/local_configlogemailer.php index 0296e3f..ebf581b 100644 --- a/lang/en/local_configlogemailer.php +++ b/lang/en/local_configlogemailer.php @@ -25,7 +25,7 @@ $string['from_email_title'] = 'Send from email'; $string['from_email_description'] = 'Who do you want to send the email from'; $string['from_email_default'] = '{$a}'; -$string['from_firstname_title'] = 'Send from firs tname'; +$string['from_firstname_title'] = 'Send from first name'; $string['from_firstname_description'] = 'What is the first name of the sender'; $string['from_firstname_default'] = '{$a}'; $string['from_lastname_title'] = 'Send from last name'; diff --git a/version.php b/version.php index bf21d37..817f5e2 100644 --- a/version.php +++ b/version.php @@ -13,6 +13,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2013072202; // The (date) version of this plugin +$plugin->version = 2013082200; // The (date) version of this plugin $plugin->requires = 2012120300; // Requires this Moodle version $plugin->release = '1.0 (Build: 2013072200)'; +$plugin->maturity = MATURITY_BETA; +$plugin->component = 'local_configlogemailer';