Skip to content
Snippets Groups Projects
Commit a3bd9da4 authored by Alexander Bias's avatar Alexander Bias
Browse files

Release v3.3-r1

parent 764db39e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
Changes
-------
### Unreleased
### v3.3-r1
* 2018-02-02 - Adopt code changes in Moodle 3.3 core auth_ldap: Sync user profile fields
* 2018-02-02 - Adopt code changes in Moodle 3.3 core auth_ldap: Convert auth plugins to use settings.php. Please double-check your plugin settings after upgrading to this version.
......
......@@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2018020200;
$plugin->release = 'v3.2-r4';
$plugin->version = 2018020600;
$plugin->release = 'v3.3-r1';
$plugin->requires = 2017051500;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('auth_ldap' => 2017051500);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment