From e128916e37fdf5a11b287212f3ddaea12fc740bc Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Tue, 16 Aug 2016 14:10:38 +1000 Subject: [PATCH] Initial commit --- lang/en/auth_userkey.php | 25 +++++++++++++++++++++++++ version.php | 31 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 lang/en/auth_userkey.php create mode 100644 version.php diff --git a/lang/en/auth_userkey.php b/lang/en/auth_userkey.php new file mode 100644 index 0000000..5e8dc38 --- /dev/null +++ b/lang/en/auth_userkey.php @@ -0,0 +1,25 @@ +. + +/** + * Strings for auth_userkey. + * + * @package auth_userkey + * @copyright 2016 Dmitrii Metelkin (dmitriim@catalyst-au.net) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +$string['pluginname'] = 'User key authentication'; diff --git a/version.php b/version.php new file mode 100644 index 0000000..ba24b7d --- /dev/null +++ b/version.php @@ -0,0 +1,31 @@ +. + +/** + * Version details + * + * @package auth_userkey + * @copyright 2016 Dmitrii Metelkin (dmitriim@catalyst-au.net) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die; + +$plugin->version = 2016081600; // The current plugin version (Date: YYYYMMDDXX) +$plugin->release = 2016081600; // Match release exactly to version. +$plugin->requires = 2015051100; // Requires this Moodle version +$plugin->component = 'auth_userkey'; // Full name of the plugin (used for diagnostics) +$plugin->maturity = MATURITY_STABLE;