diff --git a/CHANGES.md b/CHANGES.md index 1789d57f45e3d09ec8d820b0fcfde7a635a946d9..173b8ae49ee9ec067e70bd65e139ea6b8ea89950 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v3.5-r1 * 2018-06-25 - Bugfix: Creating users and first logins resulted in a fatal error in 3.5 because of a visibility change of update_user_record() in Moodle core. * 2018-06-25 - Check compatibility for Moodle 3.5, no functionality change. diff --git a/version.php b/version.php index 70d509225d133ca76a08e78788502b2dfec03b83..f2656b1d34570a68364ee5f9fb0701878852aefd 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2018051700; -$plugin->release = 'v3.4-r4'; +$plugin->version = 2018062500; +$plugin->release = 'v3.5-r1'; $plugin->requires = 2018051700; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('auth_ldap' => 2018051400);