From f51d0038ce5a075d2f170c7d52a3fed6af738871 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 14 Aug 2017 15:57:39 +0400 Subject: Minor fixes to upload the plugin in Moodle repository. --- version.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index 68454d7..abd2aea 100644 --- a/version.php +++ b/version.php @@ -8,6 +8,8 @@ defined('MOODLE_INTERNAL') || die(); +$plugin->release = '0.0.1 (Build: 2017081400)'; $plugin->version = 2017081400; -$plugin->requires = 2017050500; +$plugin->requires = 2016112900; $plugin->component = 'auth_http'; +$plugin->maturity = MATURITY_RC; -- cgit v1.2.3