diff --git a/README.md b/README.md index dfc9007ce24a8c64055279bdbfa650970b378096..c2ddd175818f86df0338cf8a5a1982d940eb758c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This plugin requires Moodle 3.0+ Changes ------- +* 2016-03-20 - Edit README to reflect the current naming of the User account syncronisation setting, no functionality change * 2016-02-10 - Change plugin version and release scheme to the scheme promoted by moodle.org, no functionality change * 2016-01-01 - Adopt code changes in Moodle core auth_ldap, including the new scheduled task feature. If you have used a LDAP syncronization cron job before, please use the LDAP syncronisation scheduled task from now on (for details, see "Configuring LDAP synchronization task" section below) * 2016-01-01 - Check compatibility for Moodle 3.0, no functionality change diff --git a/version.php b/version.php index 5860de2cf2f5dd24806bf419f4d99d2d983490fd..c0fbc5b3e82ffba29bee3b2a8f6148404795bba2 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2016021000; -$plugin->release = 'v3.0-r2'; +$plugin->version = 2016032000; +$plugin->release = 'v3.0-r3'; $plugin->requires = 2015111600; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('auth_ldap' => 2015111600);