Bump version

This commit is contained in:
Dmitrii Metelkin 2016-09-26 13:26:14 +10:00
parent f14e57c683
commit 1f23904478
2 changed files with 9 additions and 2 deletions

View file

@ -84,6 +84,13 @@ You can set URL to redirect users after they logged out from Moodle. For example
to logout script of your web application to log users out from it as well. This setting is optional.
**URL of SSO host**
You can set URL to redirect users before they see Moodle login page. For example you can redirect them
to your web application to login page. You can use "enrolkey_skipsso" URL parameter to bypass this option.
E.g. http://yourmoodle.com/login/index.php?enrolkey_skipsso=1
TODO:
-----
1. Add users provisioning.

View file

@ -24,8 +24,8 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2016082700; // The current plugin version (Date: YYYYMMDDXX)
$plugin->release = 2016082700; // Match release exactly to version.
$plugin->version = 2016092600; // The current plugin version (Date: YYYYMMDDXX)
$plugin->release = 2016092600; // 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;