diff --git a/CHANGES.md b/CHANGES.md index 139116eb2741b76f79ba3250725a1982acc9fb83..14cbc773363697995bf54947864592236d5108cc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v3.8-r1 * 2020-02-19 - Adopt code changes Moodle 3.8 core auth_ldap. * 2020-02-19 - Prepare compatibility for Moodle 3.8. diff --git a/version.php b/version.php index 0aac47b0d7fb4623dc2ca7df4d14a11225cf13c5..e1054548b288871776e9f64c50463a206f3aecee 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2019083000; -$plugin->release = 'v3.7-r1'; +$plugin->version = 2020021900; +$plugin->release = 'v3.8-r1'; $plugin->requires = 2019111800; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('auth_ldap' => 2019111800);