From f643cefa4498ec6ecd76479db6c7de22868e4309 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 17 Oct 2017 09:27:45 +0400 Subject: Initial commit --- version.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 version.php (limited to 'version.php') diff --git a/version.php b/version.php new file mode 100644 index 0000000..fb5cdbd --- /dev/null +++ b/version.php @@ -0,0 +1,30 @@ +. + +/** + * Version information + * + * @package auth_link + * @copyright 2017 Valentin Popov (https://valentineus.link/) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); +$plugin->release = '0.0.1 (Build: 2017101700)'; +$plugin->version = 2017101700; +$plugin->requires = 2016112900; +$plugin->component = 'auth_link'; +$plugin->maturity = MATURITY_RC; -- cgit v1.2.3