diff options
author | Valentin Popov <info@valentineus.link> | 2017-08-14 14:57:39 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-08-14 14:57:39 +0300 |
commit | f51d0038ce5a075d2f170c7d52a3fed6af738871 (patch) | |
tree | 7a1da623fd091e437cce4db6efef505f7550ddd4 | |
parent | 096c4eb3b3e711a49f9d09b6e4f6f267de8f570c (diff) | |
download | auth_http-f51d0038ce5a075d2f170c7d52a3fed6af738871.tar.xz auth_http-f51d0038ce5a075d2f170c7d52a3fed6af738871.zip |
Minor fixes to upload the plugin in Moodle repository.0.0.1
-rw-r--r-- | version.php | 4 |
1 files changed, 3 insertions, 1 deletions
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; |